示例#1
0
 void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditModeSettings));
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label4;
     this.unsharpCheckBox = new System.Windows.Forms.CheckBox();
     this.widthTextBox = new System.Windows.Forms.TextBox();
     this.arrowColorImageComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.backgroundImageComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     label1 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     //
     // label4
     //
     resources.ApplyResources(label4, "label4");
     label4.Name = "label4";
     //
     // unsharpCheckBox
     //
     resources.ApplyResources(this.unsharpCheckBox, "unsharpCheckBox");
     this.unsharpCheckBox.Name = "unsharpCheckBox";
     this.unsharpCheckBox.UseVisualStyleBackColor = true;
     //
     // widthTextBox
     //
     resources.ApplyResources(this.widthTextBox, "widthTextBox");
     this.widthTextBox.Name = "widthTextBox";
     //
     // arrowColorImageComboBox
     //
     resources.ApplyResources(this.arrowColorImageComboBox, "arrowColorImageComboBox");
     this.arrowColorImageComboBox.Name = "arrowColorImageComboBox";
     //
     // backgroundImageComboBox
     //
     resources.ApplyResources(this.backgroundImageComboBox, "backgroundImageComboBox");
     this.backgroundImageComboBox.Name = "backgroundImageComboBox";
     //
     // EditModeSettings
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.widthTextBox);
     this.Controls.Add(this.arrowColorImageComboBox);
     this.Controls.Add(this.backgroundImageComboBox);
     this.Controls.Add(this.unsharpCheckBox);
     this.Controls.Add(label4);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(label1);
     this.Name = "EditModeSettings";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
 private void InitializeComponent()
 {
     System.Windows.Forms.Label label2;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CommonComponentItem));
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label4;
     System.Windows.Forms.Label label5;
     System.Windows.Forms.Label label6;
     System.Windows.Forms.Label label1;
     this.settingLabel = new System.Windows.Forms.Label();
     this.gradationCheckBox = new System.Windows.Forms.CheckBox();
     this.fileLoadButton = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.iconFileTtextBox = new System.Windows.Forms.TextBox();
     this.resetSettingButton = new System.Windows.Forms.Button();
     this.figureComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.FigureComboBox();
     this.fillColorBrushComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.centerColorBrushComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.lineColorBrushComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.textColorBrushComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.pCanvas = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PToolBoxCanvas();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     label5 = new System.Windows.Forms.Label();
     label6 = new System.Windows.Forms.Label();
     label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     //
     // label4
     //
     resources.ApplyResources(label4, "label4");
     label4.Name = "label4";
     //
     // label5
     //
     resources.ApplyResources(label5, "label5");
     label5.Name = "label5";
     //
     // label6
     //
     resources.ApplyResources(label6, "label6");
     label6.Name = "label6";
     //
     // settingLabel
     //
     resources.ApplyResources(this.settingLabel, "settingLabel");
     this.settingLabel.Name = "settingLabel";
     //
     // gradationCheckBox
     //
     resources.ApplyResources(this.gradationCheckBox, "gradationCheckBox");
     this.gradationCheckBox.Name = "gradationCheckBox";
     this.gradationCheckBox.UseVisualStyleBackColor = true;
     this.gradationCheckBox.CheckedChanged += new System.EventHandler(this.gradationCheckBox_CheckedChanged);
     //
     // fileLoadButton
     //
     resources.ApplyResources(this.fileLoadButton, "fileLoadButton");
     this.fileLoadButton.Name = "fileLoadButton";
     this.fileLoadButton.UseVisualStyleBackColor = true;
     this.fileLoadButton.Click += new System.EventHandler(this.openFileDialogClick);
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // iconFileTtextBox
     //
     resources.ApplyResources(this.iconFileTtextBox, "iconFileTtextBox");
     this.iconFileTtextBox.Name = "iconFileTtextBox";
     //
     // resetSettingButton
     //
     resources.ApplyResources(this.resetSettingButton, "resetSettingButton");
     this.resetSettingButton.Name = "resetSettingButton";
     this.resetSettingButton.UseVisualStyleBackColor = true;
     this.resetSettingButton.Click += new System.EventHandler(this.resetButton_Click);
     //
     // figureComboBox
     //
     this.figureComboBox.Figure = "Rectangle";
     resources.ApplyResources(this.figureComboBox, "figureComboBox");
     this.figureComboBox.Name = "figureComboBox";
     this.figureComboBox.TextChange += new System.EventHandler(this.figureBox_TextChange);
     //
     // fillColorBrushComboBox
     //
     resources.ApplyResources(this.fillColorBrushComboBox, "fillColorBrushComboBox");
     this.fillColorBrushComboBox.Name = "fillColorBrushComboBox";
     this.fillColorBrushComboBox.BrushChange += new System.EventHandler(this.fillBrush_BrushChange);
     //
     // centerColorBrushComboBox
     //
     this.centerColorBrushComboBox.Brush = Brushes.Black;
     resources.ApplyResources(this.centerColorBrushComboBox, "centerColorBrushComboBox");
     this.centerColorBrushComboBox.Name = "centerColorBrushComboBox";
     this.centerColorBrushComboBox.BrushChange += new EventHandler(this.centerBrush_BrushChange);
     //
     // lineColorBrushComboBox
     //
     this.lineColorBrushComboBox.Brush = Brushes.Black;
     resources.ApplyResources(this.lineColorBrushComboBox, "lineColorBrushComboBox");
     this.lineColorBrushComboBox.Name = "lineColorBrushComboBox";
     this.lineColorBrushComboBox.BrushChange += new System.EventHandler(this.lineBrush_BrushChange);
     //
     // textColorBrushComboBox
     //
     this.textColorBrushComboBox.Brush = Brushes.Black;
     resources.ApplyResources(this.textColorBrushComboBox, "textColorBrushComboBox");
     this.textColorBrushComboBox.Name = "textColorBrushComboBox";
     this.textColorBrushComboBox.BrushChange += new System.EventHandler(this.textBrush_BrushChange);
     //
     // pCanvas
     //
     this.pCanvas.AllowDrop = true;
     this.pCanvas.BackColor = System.Drawing.Color.Silver;
     this.pCanvas.GridFitText = false;
     resources.ApplyResources(this.pCanvas, "pCanvas");
     this.pCanvas.Name = "pCanvas";
     this.pCanvas.Object = null;
     this.pCanvas.RegionManagement = true;
     this.pCanvas.Setting = null;
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // CommonComponentItem
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(label1);
     this.Controls.Add(this.figureComboBox);
     this.Controls.Add(this.resetSettingButton);
     this.Controls.Add(this.fillColorBrushComboBox);
     this.Controls.Add(this.centerColorBrushComboBox);
     this.Controls.Add(this.lineColorBrushComboBox);
     this.Controls.Add(this.textColorBrushComboBox);
     this.Controls.Add(this.iconFileTtextBox);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.fileLoadButton);
     this.Controls.Add(this.gradationCheckBox);
     this.Controls.Add(label6);
     this.Controls.Add(label5);
     this.Controls.Add(label4);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(this.settingLabel);
     this.Controls.Add(this.pCanvas);
     this.Name = "CommonComponentItem";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 void InitializeComponent()
 {
     System.Windows.Forms.Label label1;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnimationModeSettings));
     System.Windows.Forms.Label label2;
     System.Windows.Forms.Label label3;
     System.Windows.Forms.Label label4;
     this.maxWidthTextBox = new System.Windows.Forms.TextBox();
     this.arrowImageComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.backgroundImageComboBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     label1 = new System.Windows.Forms.Label();
     label2 = new System.Windows.Forms.Label();
     label3 = new System.Windows.Forms.Label();
     label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(label1, "label1");
     label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(label2, "label2");
     label2.Name = "label2";
     //
     // label3
     //
     resources.ApplyResources(label3, "label3");
     label3.Name = "label3";
     //
     // label4
     //
     resources.ApplyResources(label4, "label4");
     label4.Name = "label4";
     //
     // maxWidthTextBox
     //
     resources.ApplyResources(this.maxWidthTextBox, "maxWidthTextBox");
     this.maxWidthTextBox.Name = "maxWidthTextBox";
     //
     // arrowImageComboBox
     //
     resources.ApplyResources(this.arrowImageComboBox, "arrowImageComboBox");
     this.arrowImageComboBox.Name = "arrowImageComboBox";
     //
     // backgroundImageComboBox
     //
     resources.ApplyResources(this.backgroundImageComboBox, "backgroundImageComboBox");
     this.backgroundImageComboBox.Name = "backgroundImageComboBox";
     //
     // AnimationModeSettings
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.maxWidthTextBox);
     this.Controls.Add(label4);
     this.Controls.Add(this.arrowImageComboBox);
     this.Controls.Add(label3);
     this.Controls.Add(label2);
     this.Controls.Add(this.backgroundImageComboBox);
     this.Controls.Add(label1);
     this.Name = "AnimationModeSettings";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnimationSettings));
     this.edgeBox = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.edgeLabel = new System.Windows.Forms.Label();
     this.edgeHighBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.edgeLowBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.autoThresholdCheckBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyCheckBoxItem();
     this.thresholdHigh = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyTextItem();
     this.thresholdLow = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyTextItem();
     this.edgeNGBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.variableBox = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.variableLabel = new System.Windows.Forms.Label();
     this.propertyBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.BrushComboBox();
     this.edgeBox.SuspendLayout();
     this.variableBox.SuspendLayout();
     this.SuspendLayout();
     //
     // edgeBox
     //
     resources.ApplyResources(this.edgeBox, "edgeBox");
     this.edgeBox.Controls.Add(this.label4);
     this.edgeBox.Controls.Add(this.label3);
     this.edgeBox.Controls.Add(this.label2);
     this.edgeBox.Controls.Add(this.edgeLabel);
     this.edgeBox.Controls.Add(this.edgeHighBrush);
     this.edgeBox.Controls.Add(this.edgeLowBrush);
     this.edgeBox.Controls.Add(this.autoThresholdCheckBox);
     this.edgeBox.Controls.Add(this.thresholdHigh);
     this.edgeBox.Controls.Add(this.thresholdLow);
     this.edgeBox.Controls.Add(this.edgeNGBrush);
     this.edgeBox.Name = "edgeBox";
     this.edgeBox.TabStop = false;
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // edgeLabel
     //
     this.edgeLabel.AutoEllipsis = true;
     this.edgeLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     resources.ApplyResources(this.edgeLabel, "edgeLabel");
     this.edgeLabel.Name = "edgeLabel";
     //
     // edgeHighBrush
     //
     resources.ApplyResources(this.edgeHighBrush, "edgeHighBrush");
     this.edgeHighBrush.Name = "edgeHighBrush";
     //
     // edgeLowBrush
     //
     resources.ApplyResources(this.edgeLowBrush, "edgeLowBrush");
     this.edgeLowBrush.Name = "edgeLowBrush";
     //
     // autoThresholdCheckBox
     //
     resources.ApplyResources(this.autoThresholdCheckBox, "autoThresholdCheckBox");
     this.autoThresholdCheckBox.Checked = false;
     this.autoThresholdCheckBox.Name = "autoThresholdCheckBox";
     //
     // thresholdHigh
     //
     resources.ApplyResources(this.thresholdHigh, "thresholdHigh");
     this.thresholdHigh.Name = "thresholdHigh";
     this.thresholdHigh.Validating += new System.ComponentModel.CancelEventHandler(this.HighThresholdValidating);
     //
     // thresholdLow
     //
     resources.ApplyResources(this.thresholdLow, "thresholdLow");
     this.thresholdLow.Name = "thresholdLow";
     this.thresholdLow.Validating += new System.ComponentModel.CancelEventHandler(this.LowThresholdValidating);
     //
     // edgeNGBrush
     //
     resources.ApplyResources(this.edgeNGBrush, "edgeNGBrush");
     this.edgeNGBrush.Name = "edgeNGBrush";
     //
     // variableBox
     //
     resources.ApplyResources(this.variableBox, "variableBox");
     this.variableBox.Controls.Add(this.label5);
     this.variableBox.Controls.Add(this.variableLabel);
     this.variableBox.Controls.Add(this.propertyBrush);
     this.variableBox.Name = "variableBox";
     this.variableBox.TabStop = false;
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // variableLabel
     //
     resources.ApplyResources(this.variableLabel, "variableLabel");
     this.variableLabel.Name = "variableLabel";
     //
     // propertyBrush
     //
     resources.ApplyResources(this.propertyBrush, "propertyBrush");
     this.propertyBrush.Name = "propertyBrush";
     //
     // AnimationSettings
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.variableBox);
     this.Controls.Add(this.edgeBox);
     this.Name = "AnimationSettings";
     this.edgeBox.ResumeLayout(false);
     this.edgeBox.PerformLayout();
     this.variableBox.ResumeLayout(false);
     this.variableBox.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }