Пример #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComponentItem));
     this.groupBox = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.resetButton = new System.Windows.Forms.Button();
     this.isGradation = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyCheckBoxItem();
     this.figureBox = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.FigureComboBox();
     this.textBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyBrushItem();
     this.lineBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyBrushItem();
     this.fillBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyBrushItem();
     this.centerBrush = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyBrushItem();
     this.iconFile = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PropertyOpenFileItem();
     this.pCanvas = new Ecell.IDE.Plugins.PathwayWindow.UIComponent.PToolBoxCanvas();
     this.groupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox
     //
     this.groupBox.Controls.Add(this.label1);
     this.groupBox.Controls.Add(this.resetButton);
     this.groupBox.Controls.Add(this.isGradation);
     this.groupBox.Controls.Add(this.figureBox);
     this.groupBox.Controls.Add(this.textBrush);
     this.groupBox.Controls.Add(this.lineBrush);
     this.groupBox.Controls.Add(this.fillBrush);
     this.groupBox.Controls.Add(this.centerBrush);
     this.groupBox.Controls.Add(this.iconFile);
     this.groupBox.Controls.Add(this.pCanvas);
     resources.ApplyResources(this.groupBox, "groupBox");
     this.groupBox.Name = "groupBox";
     this.groupBox.TabStop = false;
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // resetButton
     //
     resources.ApplyResources(this.resetButton, "resetButton");
     this.resetButton.Name = "resetButton";
     this.resetButton.UseVisualStyleBackColor = true;
     this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     //
     // isGradation
     //
     resources.ApplyResources(this.isGradation, "isGradation");
     this.isGradation.Checked = false;
     this.isGradation.Name = "isGradation";
     this.isGradation.CheckedChanged += new System.EventHandler(this.isGradation_CheckedChanged);
     //
     // figureBox
     //
     resources.ApplyResources(this.figureBox, "figureBox");
     this.figureBox.Figure = "Rectangle";
     this.figureBox.Name = "figureBox";
     this.figureBox.TextChange += new System.EventHandler(this.figureBox_TextChange);
     //
     // textBrush
     //
     resources.ApplyResources(this.textBrush, "textBrush");
     this.textBrush.Name = "textBrush";
     this.textBrush.BrushChange += new System.EventHandler(this.textBrush_BrushChange);
     //
     // lineBrush
     //
     resources.ApplyResources(this.lineBrush, "lineBrush");
     this.lineBrush.Name = "lineBrush";
     this.lineBrush.BrushChange += new System.EventHandler(this.lineBrush_BrushChange);
     //
     // fillBrush
     //
     resources.ApplyResources(this.fillBrush, "fillBrush");
     this.fillBrush.Name = "fillBrush";
     this.fillBrush.BrushChange += new System.EventHandler(this.fillBrush_BrushChange);
     //
     // centerBrush
     //
     resources.ApplyResources(this.centerBrush, "centerBrush");
     this.centerBrush.Name = "centerBrush";
     this.centerBrush.BrushChange += new System.EventHandler(this.fillBrush_BrushChange);
     //
     // iconFile
     //
     resources.ApplyResources(this.iconFile, "iconFile");
     this.iconFile.FileName = "";
     this.iconFile.Filter = resources.GetString("iconFile.Filter");
     this.iconFile.FilterIndex = 0;
     this.iconFile.Name = "iconFile";
     this.iconFile.FileChange += new System.EventHandler(this.iconFile_FileChange);
     //
     // 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;
     //
     // ComponentItem
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.groupBox);
     this.Name = "ComponentItem";
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #2
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();
 }