예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Edsa.CustomControl.ShortcutRelation shortcutRelation4 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation shortcutRelation5 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation shortcutRelation6 = new Edsa.CustomControl.ShortcutRelation();
     this.moveButton                     = new System.Windows.Forms.Button();
     this.changeColorButton              = new System.Windows.Forms.Button();
     this.manualComposeButton            = new System.Windows.Forms.Button();
     this.deleteButton                   = new System.Windows.Forms.Button();
     this.ShowHideUnnecessaryItemsButton = new System.Windows.Forms.Button();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.moveButton);
     this.panel.Controls.Add(this.changeColorButton);
     this.panel.Controls.Add(this.manualComposeButton);
     this.panel.Controls.Add(this.deleteButton);
     this.panel.Controls.Add(this.ShowHideUnnecessaryItemsButton);
     this.panel.Size     = new System.Drawing.Size(200, 230);
     this.panel.TabIndex = 0;
     //
     // shortcutContainer
     //
     shortcutRelation4.Button    = this.moveButton;
     shortcutRelation4.Key       = System.Windows.Forms.Keys.D1;
     shortcutRelation4.SecondKey = System.Windows.Forms.Keys.NumPad1;
     shortcutRelation4.ShortcutKeyDisplayString = "1";
     shortcutRelation5.Button    = this.changeColorButton;
     shortcutRelation5.Key       = System.Windows.Forms.Keys.D2;
     shortcutRelation5.SecondKey = System.Windows.Forms.Keys.NumPad2;
     shortcutRelation5.ShortcutKeyDisplayString = "2";
     shortcutRelation6.Button    = this.manualComposeButton;
     shortcutRelation6.Key       = System.Windows.Forms.Keys.D3;
     shortcutRelation6.SecondKey = System.Windows.Forms.Keys.NumPad3;
     shortcutRelation6.ShortcutKeyDisplayString = "3";
     this.shortcutContainer.Relations           = new Edsa.CustomControl.ShortcutRelation[] {
         shortcutRelation4,
         shortcutRelation5,
         shortcutRelation6
     };
     //
     // moveButton
     //
     this.moveButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.moveButton.Cursor    = System.Windows.Forms.Cursors.Default;
     this.moveButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.moveButton.ForeColor = System.Drawing.Color.Black;
     this.moveButton.Location  = new System.Drawing.Point(0, 0);
     this.moveButton.Margin    = new System.Windows.Forms.Padding(0);
     this.moveButton.Name      = "moveButton";
     this.moveButton.Size      = new System.Drawing.Size(179, 23);
     this.moveButton.TabIndex  = 0;
     this.moveButton.Text      = "1. Move box location";
     this.moveButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.moveButton, "Move socket box location");
     this.moveButton.UseVisualStyleBackColor = true;
     this.moveButton.Click += new System.EventHandler(this.moveButton_Click);
     //
     // changeColorButton
     //
     this.changeColorButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.changeColorButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.changeColorButton.ForeColor = System.Drawing.Color.Black;
     this.changeColorButton.Location  = new System.Drawing.Point(0, 23);
     this.changeColorButton.Margin    = new System.Windows.Forms.Padding(0);
     this.changeColorButton.Name      = "changeColorButton";
     this.changeColorButton.Size      = new System.Drawing.Size(179, 23);
     this.changeColorButton.TabIndex  = 1;
     this.changeColorButton.Text      = "2. Change box color";
     this.changeColorButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.changeColorButton, "Change to other color");
     this.changeColorButton.UseVisualStyleBackColor = true;
     this.changeColorButton.Click += new System.EventHandler(this.changeColorButton_Click);
     //
     // manualComposeButton
     //
     this.manualComposeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.manualComposeButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.manualComposeButton.ForeColor = System.Drawing.Color.Black;
     this.manualComposeButton.Location  = new System.Drawing.Point(0, 46);
     this.manualComposeButton.Margin    = new System.Windows.Forms.Padding(0);
     this.manualComposeButton.Name      = "manualComposeButton";
     this.manualComposeButton.Size      = new System.Drawing.Size(179, 23);
     this.manualComposeButton.TabIndex  = 2;
     this.manualComposeButton.Text      = "3. Manual compose";
     this.manualComposeButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.manualComposeButton, "Change to other color");
     this.manualComposeButton.UseVisualStyleBackColor = true;
     this.manualComposeButton.Click += new System.EventHandler(this.manualComposeButton_Click);
     //
     // deleteButton
     //
     this.deleteButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.deleteButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.deleteButton.ForeColor = System.Drawing.Color.Black;
     this.deleteButton.Location  = new System.Drawing.Point(0, 69);
     this.deleteButton.Margin    = new System.Windows.Forms.Padding(0);
     this.deleteButton.Name      = "deleteButton";
     this.deleteButton.Size      = new System.Drawing.Size(179, 23);
     this.deleteButton.TabIndex  = 4;
     this.deleteButton.Text      = "4. Delete box item";
     this.deleteButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.deleteButton, "Delete a box on the drawing");
     this.deleteButton.UseVisualStyleBackColor = true;
     this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
     //
     // ShowHideUnnecessaryItemsButton
     //
     this.ShowHideUnnecessaryItemsButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ShowHideUnnecessaryItemsButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.ShowHideUnnecessaryItemsButton.ForeColor = System.Drawing.Color.Black;
     this.ShowHideUnnecessaryItemsButton.Location  = new System.Drawing.Point(0, 92);
     this.ShowHideUnnecessaryItemsButton.Margin    = new System.Windows.Forms.Padding(0);
     this.ShowHideUnnecessaryItemsButton.Name      = "ShowHideUnnecessaryItemsButton";
     this.ShowHideUnnecessaryItemsButton.Size      = new System.Drawing.Size(179, 23);
     this.ShowHideUnnecessaryItemsButton.TabIndex  = 5;
     this.ShowHideUnnecessaryItemsButton.Text      = "5. Show/Hide Unnecessary";
     this.ShowHideUnnecessaryItemsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.ShowHideUnnecessaryItemsButton, "Change Show/Hide for Unnecessary Items.");
     this.ShowHideUnnecessaryItemsButton.UseVisualStyleBackColor = true;
     this.ShowHideUnnecessaryItemsButton.Click += new System.EventHandler(this.ShowHideUnnecessaryItemsButton_Click);
     //
     // EditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(200, 230);
     this.Name = "EditForm";
     this.Text = "SupportCommandForm";
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Edsa.CustomControl.ShortcutRelation            shortcutRelation7  = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation            shortcutRelation8  = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation            shortcutRelation9  = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation            shortcutRelation10 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation            shortcutRelation11 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation            shortcutRelation12 = new Edsa.CustomControl.ShortcutRelation();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(Command0Form));
     this.openButton           = new System.Windows.Forms.Button();
     this.saveToLocalButton    = new System.Windows.Forms.Button();
     this.saveToServerButton   = new System.Windows.Forms.Button();
     this.closeButton          = new System.Windows.Forms.Button();
     this.plotAndSaveDWGButton = new System.Windows.Forms.Button();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.openButton);
     this.panel.Controls.Add(this.saveToLocalButton);
     this.panel.Controls.Add(this.saveToServerButton);
     this.panel.Controls.Add(this.closeButton);
     this.panel.Controls.Add(this.plotAndSaveDWGButton);
     this.panel.Size = new System.Drawing.Size(245, 49);
     //
     // shortcutContainer
     //
     shortcutRelation7.Button    = this.openButton;
     shortcutRelation7.Key       = System.Windows.Forms.Keys.D1;
     shortcutRelation7.SecondKey = System.Windows.Forms.Keys.NumPad1;
     shortcutRelation7.ShortcutKeyDisplayString = "1";
     shortcutRelation8.Button    = this.saveToLocalButton;
     shortcutRelation8.Key       = System.Windows.Forms.Keys.D2;
     shortcutRelation8.SecondKey = System.Windows.Forms.Keys.NumPad2;
     shortcutRelation8.ShortcutKeyDisplayString = "2";
     shortcutRelation9.Button    = this.saveToServerButton;
     shortcutRelation9.Key       = System.Windows.Forms.Keys.D3;
     shortcutRelation9.SecondKey = System.Windows.Forms.Keys.NumPad3;
     shortcutRelation9.ShortcutKeyDisplayString = "3";
     shortcutRelation10.Button    = this.closeButton;
     shortcutRelation10.Key       = System.Windows.Forms.Keys.D4;
     shortcutRelation10.SecondKey = System.Windows.Forms.Keys.NumPad4;
     shortcutRelation10.ShortcutKeyDisplayString = "4";
     shortcutRelation11.Key       = System.Windows.Forms.Keys.D5;
     shortcutRelation11.SecondKey = System.Windows.Forms.Keys.NumPad5;
     shortcutRelation11.ShortcutKeyDisplayString = "5";
     shortcutRelation12.Key       = System.Windows.Forms.Keys.D6;
     shortcutRelation12.SecondKey = System.Windows.Forms.Keys.NumPad6;
     shortcutRelation12.ShortcutKeyDisplayString = "6";
     this.shortcutContainer.Relations            = new Edsa.CustomControl.ShortcutRelation[] {
         shortcutRelation7,
         shortcutRelation8,
         shortcutRelation9,
         shortcutRelation10,
         shortcutRelation11,
         shortcutRelation12
     };
     //
     // openButton
     //
     this.openButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("openButton.BackgroundImage")));
     this.openButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.openButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.openButton.ForeColor = System.Drawing.Color.Red;
     this.openButton.Location  = new System.Drawing.Point(0, 0);
     this.openButton.Margin    = new System.Windows.Forms.Padding(0);
     this.openButton.Name      = "openButton";
     this.openButton.Size      = new System.Drawing.Size(48, 48);
     this.openButton.TabIndex  = 0;
     this.openButton.Text      = "1";
     this.openButton.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     this.toolTip.SetToolTip(this.openButton, "Open(開く)");
     this.openButton.UseVisualStyleBackColor = true;
     this.openButton.Click += new System.EventHandler(this.openButton_Click);
     //
     // saveToLocalButton
     //
     this.saveToLocalButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("saveToLocalButton.BackgroundImage")));
     this.saveToLocalButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.saveToLocalButton.Enabled   = false;
     this.saveToLocalButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.saveToLocalButton.ForeColor = System.Drawing.Color.Red;
     this.saveToLocalButton.Location  = new System.Drawing.Point(48, 0);
     this.saveToLocalButton.Margin    = new System.Windows.Forms.Padding(0);
     this.saveToLocalButton.Name      = "saveToLocalButton";
     this.saveToLocalButton.Size      = new System.Drawing.Size(48, 48);
     this.saveToLocalButton.TabIndex  = 1;
     this.saveToLocalButton.Text      = "2";
     this.saveToLocalButton.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     this.toolTip.SetToolTip(this.saveToLocalButton, "Save to local(ローカルに保存する)");
     this.saveToLocalButton.UseVisualStyleBackColor = true;
     this.saveToLocalButton.Click += new System.EventHandler(this.saveToLocalButton_Click);
     //
     // saveToServerButton
     //
     this.saveToServerButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("saveToServerButton.BackgroundImage")));
     this.saveToServerButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.saveToServerButton.Enabled   = false;
     this.saveToServerButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.saveToServerButton.ForeColor = System.Drawing.Color.Red;
     this.saveToServerButton.Location  = new System.Drawing.Point(96, 0);
     this.saveToServerButton.Margin    = new System.Windows.Forms.Padding(0);
     this.saveToServerButton.Name      = "saveToServerButton";
     this.saveToServerButton.Size      = new System.Drawing.Size(48, 48);
     this.saveToServerButton.TabIndex  = 2;
     this.saveToServerButton.Text      = "3";
     this.saveToServerButton.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     this.toolTip.SetToolTip(this.saveToServerButton, "Save to server(サーバーに保存する)");
     this.saveToServerButton.UseVisualStyleBackColor = true;
     this.saveToServerButton.Click += new System.EventHandler(this.saveToServerButton_Click);
     //
     // closeButton
     //
     this.closeButton.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("closeButton.BackgroundImage")));
     this.closeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.closeButton.Enabled   = false;
     this.closeButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.closeButton.ForeColor = System.Drawing.Color.Red;
     this.closeButton.Location  = new System.Drawing.Point(144, 0);
     this.closeButton.Margin    = new System.Windows.Forms.Padding(0);
     this.closeButton.Name      = "closeButton";
     this.closeButton.Size      = new System.Drawing.Size(48, 48);
     this.closeButton.TabIndex  = 3;
     this.closeButton.Text      = "4";
     this.closeButton.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     this.toolTip.SetToolTip(this.closeButton, "Close(図面を閉じる)");
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // plotAndSaveDWGButton
     //
     this.plotAndSaveDWGButton.AllowDrop             = true;
     this.plotAndSaveDWGButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.plotAndSaveDWGButton.Enabled   = false;
     this.plotAndSaveDWGButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.plotAndSaveDWGButton.ForeColor = System.Drawing.Color.Red;
     this.plotAndSaveDWGButton.Location  = new System.Drawing.Point(192, 0);
     this.plotAndSaveDWGButton.Margin    = new System.Windows.Forms.Padding(0);
     this.plotAndSaveDWGButton.Name      = "plotAndSaveDWGButton";
     this.plotAndSaveDWGButton.Size      = new System.Drawing.Size(48, 48);
     this.plotAndSaveDWGButton.TabIndex  = 12;
     this.plotAndSaveDWGButton.Text      = "Save and Plot";
     this.plotAndSaveDWGButton.UseVisualStyleBackColor = true;
     this.plotAndSaveDWGButton.Click += new System.EventHandler(this.plotAndSaveDWGButton_Click);
     //
     // Command0Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(245, 49);
     this.ColumnCount         = 7;
     this.Name = "Command0Form";
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Edsa.CustomControl.ShortcutRelation shortcutRelation1 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation shortcutRelation2 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation shortcutRelation3 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation shortcutRelation4 = new Edsa.CustomControl.ShortcutRelation();
     this.composeButton  = new System.Windows.Forms.Button();
     this.specificButton = new System.Windows.Forms.Button();
     this.singleButton   = new System.Windows.Forms.Button();
     this.exempleButton  = new System.Windows.Forms.Button();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.composeButton);
     this.panel.Controls.Add(this.specificButton);
     this.panel.Controls.Add(this.singleButton);
     this.panel.Controls.Add(this.exempleButton);
     this.panel.Size     = new System.Drawing.Size(250, 230);
     this.panel.TabIndex = 0;
     //
     // shortcutContainer
     //
     shortcutRelation1.Button    = this.composeButton;
     shortcutRelation1.Key       = System.Windows.Forms.Keys.D1;
     shortcutRelation1.SecondKey = System.Windows.Forms.Keys.NumPad1;
     shortcutRelation1.ShortcutKeyDisplayString = "1";
     shortcutRelation2.Button    = this.specificButton;
     shortcutRelation2.Key       = System.Windows.Forms.Keys.D2;
     shortcutRelation2.SecondKey = System.Windows.Forms.Keys.NumPad2;
     shortcutRelation2.ShortcutKeyDisplayString = "2";
     shortcutRelation3.Button    = this.singleButton;
     shortcutRelation3.Key       = System.Windows.Forms.Keys.D3;
     shortcutRelation3.SecondKey = System.Windows.Forms.Keys.NumPad3;
     shortcutRelation3.ShortcutKeyDisplayString = "3";
     shortcutRelation4.Button    = this.exempleButton;
     shortcutRelation4.Key       = System.Windows.Forms.Keys.D4;
     shortcutRelation4.SecondKey = System.Windows.Forms.Keys.NumPad4;
     shortcutRelation4.ShortcutKeyDisplayString = "4";
     this.shortcutContainer.Relations           = new Edsa.CustomControl.ShortcutRelation[] {
         shortcutRelation1,
         shortcutRelation2,
         shortcutRelation3,
         shortcutRelation4
     };
     //
     // composeButton
     //
     this.composeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.composeButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.composeButton.ForeColor = System.Drawing.Color.Black;
     this.composeButton.Location  = new System.Drawing.Point(0, 0);
     this.composeButton.Margin    = new System.Windows.Forms.Padding(0);
     this.composeButton.Name      = "composeButton";
     this.composeButton.Size      = new System.Drawing.Size(240, 23);
     this.composeButton.TabIndex  = 0;
     this.composeButton.Text      = "1. Compose pattern maintenance";
     this.composeButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.composeButton, "Compose pattern maintenance");
     this.composeButton.UseVisualStyleBackColor = true;
     this.composeButton.Click += new System.EventHandler(this.composeButton_Click);
     //
     // specificButton
     //
     this.specificButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.specificButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.specificButton.ForeColor = System.Drawing.Color.Black;
     this.specificButton.Location  = new System.Drawing.Point(0, 23);
     this.specificButton.Margin    = new System.Windows.Forms.Padding(0);
     this.specificButton.Name      = "specificButton";
     this.specificButton.Size      = new System.Drawing.Size(240, 23);
     this.specificButton.TabIndex  = 1;
     this.specificButton.Text      = "2. Specific pattern maintenance";
     this.specificButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.specificButton, "Specific pattern maintenance");
     this.specificButton.UseVisualStyleBackColor = true;
     this.specificButton.Click += new System.EventHandler(this.patternButton_Click);
     //
     // singleButton
     //
     this.singleButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.singleButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.singleButton.ForeColor = System.Drawing.Color.Black;
     this.singleButton.Location  = new System.Drawing.Point(0, 46);
     this.singleButton.Margin    = new System.Windows.Forms.Padding(0);
     this.singleButton.Name      = "singleButton";
     this.singleButton.Size      = new System.Drawing.Size(240, 23);
     this.singleButton.TabIndex  = 2;
     this.singleButton.Text      = "3. Single symbol maintenance";
     this.singleButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.singleButton, "Single symbol maintenance");
     this.singleButton.UseVisualStyleBackColor = true;
     this.singleButton.Click += new System.EventHandler(this.singleButton_Click);
     //
     // exempleButton
     //
     this.exempleButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.exempleButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.exempleButton.ForeColor = System.Drawing.Color.Black;
     this.exempleButton.Location  = new System.Drawing.Point(0, 69);
     this.exempleButton.Margin    = new System.Windows.Forms.Padding(0);
     this.exempleButton.Name      = "exempleButton";
     this.exempleButton.Size      = new System.Drawing.Size(240, 23);
     this.exempleButton.TabIndex  = 2;
     this.exempleButton.Text      = "4. Exemption of subete comment maintenance";
     this.exempleButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.exempleButton, "Exemption of subete comment maintenance");
     this.exempleButton.UseVisualStyleBackColor = true;
     this.exempleButton.Click += new System.EventHandler(this.exempleButton_Click);
     //
     // MaintenanceForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(250, 230);
     this.Name = "MaintenanceForm";
     this.Text = "SupportCommandForm";
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Edsa.CustomControl.ShortcutRelation shortcutRelation1 = new Edsa.CustomControl.ShortcutRelation();
     Edsa.CustomControl.ShortcutRelation shortcutRelation2 = new Edsa.CustomControl.ShortcutRelation();
     this.individualButton = new System.Windows.Forms.Button();
     this.patternButton    = new System.Windows.Forms.Button();
     this.panel.SuspendLayout();
     this.SuspendLayout();
     //
     // panel
     //
     this.panel.Controls.Add(this.individualButton);
     this.panel.Controls.Add(this.patternButton);
     this.panel.Size     = new System.Drawing.Size(200, 230);
     this.panel.TabIndex = 0;
     //
     // shortcutContainer
     //
     shortcutRelation1.Button    = this.individualButton;
     shortcutRelation1.Key       = System.Windows.Forms.Keys.D1;
     shortcutRelation1.SecondKey = System.Windows.Forms.Keys.NumPad1;
     shortcutRelation1.ShortcutKeyDisplayString = "1";
     shortcutRelation2.Button    = this.patternButton;
     shortcutRelation2.Key       = System.Windows.Forms.Keys.D2;
     shortcutRelation2.SecondKey = System.Windows.Forms.Keys.NumPad2;
     shortcutRelation2.ShortcutKeyDisplayString = "2";
     this.shortcutContainer.Relations           = new Edsa.CustomControl.ShortcutRelation[] {
         shortcutRelation1,
         shortcutRelation2
     };
     //
     // individualButton
     //
     this.individualButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.individualButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.individualButton.ForeColor = System.Drawing.Color.Black;
     this.individualButton.Location  = new System.Drawing.Point(0, 0);
     this.individualButton.Margin    = new System.Windows.Forms.Padding(0);
     this.individualButton.Name      = "individualButton";
     this.individualButton.Size      = new System.Drawing.Size(129, 23);
     this.individualButton.TabIndex  = 0;
     this.individualButton.Text      = "1. Individual";
     this.individualButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.individualButton, "Auto generate for individual");
     this.individualButton.UseVisualStyleBackColor = true;
     this.individualButton.Click += new System.EventHandler(this.individualButton_Click);
     //
     // patternButton
     //
     this.patternButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.patternButton.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.patternButton.ForeColor = System.Drawing.Color.Black;
     this.patternButton.Location  = new System.Drawing.Point(0, 23);
     this.patternButton.Margin    = new System.Windows.Forms.Padding(0);
     this.patternButton.Name      = "patternButton";
     this.patternButton.Size      = new System.Drawing.Size(129, 23);
     this.patternButton.TabIndex  = 1;
     this.patternButton.Text      = "2. Pattern";
     this.patternButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip.SetToolTip(this.patternButton, "Auto generate for pattern");
     this.patternButton.UseVisualStyleBackColor = true;
     this.patternButton.Click += new System.EventHandler(this.patternButton_Click);
     //
     // AutoGenerateForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(200, 230);
     this.Name = "AutoGenerateForm";
     this.Text = "SupportCommandForm";
     this.panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }