Нет. Код не одинаковый. Точнее, синтаксис кода одинаковый, а данные другие. Я вообще-то решил проблему тем, что создал свой шаблон кода и заранее написал этот код.
Максим К, Да, разумно. Я вот тоже создал шаблон без конкретного кода, только в кавычках оставил пустое поле для ссылок. Но у меня не сайт, а кино приложение на Javascript
Александр, Кстати именно такая идея пришла мне в голову когда понял, что не могу автоматизировать. Напишу какой-то абстрактный код, потом дополню реальным
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.button17 = new System.Windows.Forms.Button();
this.закрытьToolStripMenuItem = new