Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TChapterForm));
     this.GBChapters = new System.Windows.Forms.GroupBox();
     this.LInfo      = new System.Windows.Forms.Label();
     this.Chapters   = new MLifter.Controls.ChapterFrame();
     this.btnOK      = new System.Windows.Forms.Button();
     this.btnCancel  = new System.Windows.Forms.Button();
     this.MainHelp   = new System.Windows.Forms.HelpProvider();
     this.GBChapters.SuspendLayout();
     this.SuspendLayout();
     //
     // GBChapters
     //
     this.GBChapters.Controls.Add(this.LInfo);
     this.GBChapters.Controls.Add(this.Chapters);
     resources.ApplyResources(this.GBChapters, "GBChapters");
     this.GBChapters.Name    = "GBChapters";
     this.GBChapters.TabStop = false;
     //
     // LInfo
     //
     resources.ApplyResources(this.LInfo, "LInfo");
     this.LInfo.Name = "LInfo";
     //
     // Chapters
     //
     resources.ApplyResources(this.Chapters, "Chapters");
     this.Chapters.Name = "Chapters";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name   = "btnOK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     //
     // TChapterForm
     //
     this.AcceptButton  = this.btnOK;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton  = this.btnCancel;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.GBChapters);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainHelp.SetHelpKeyword(this, resources.GetString("$this.HelpKeyword"));
     this.MainHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "TChapterForm";
     this.MainHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.Load         += new System.EventHandler(this.TChapterForm_Load);
     this.GBChapters.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TChapterForm));
     this.GBChapters = new System.Windows.Forms.GroupBox();
     this.LInfo = new System.Windows.Forms.Label();
     this.Chapters = new MLifter.Controls.ChapterFrame();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.MainHelp = new System.Windows.Forms.HelpProvider();
     this.GBChapters.SuspendLayout();
     this.SuspendLayout();
     //
     // GBChapters
     //
     this.GBChapters.Controls.Add(this.LInfo);
     this.GBChapters.Controls.Add(this.Chapters);
     resources.ApplyResources(this.GBChapters, "GBChapters");
     this.GBChapters.Name = "GBChapters";
     this.GBChapters.TabStop = false;
     //
     // LInfo
     //
     resources.ApplyResources(this.LInfo, "LInfo");
     this.LInfo.Name = "LInfo";
     //
     // Chapters
     //
     resources.ApplyResources(this.Chapters, "Chapters");
     this.Chapters.Name = "Chapters";
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Name = "btnOK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name = "btnCancel";
     //
     // TChapterForm
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.GBChapters);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MainHelp.SetHelpKeyword(this, resources.GetString("$this.HelpKeyword"));
     this.MainHelp.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "TChapterForm";
     this.MainHelp.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
     this.ShowInTaskbar = false;
     this.Load += new System.EventHandler(this.TChapterForm_Load);
     this.GBChapters.ResumeLayout(false);
     this.ResumeLayout(false);
 }