/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.treeViewClassficationList = new System.Windows.Forms.TreeView(); this.btnOutput = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.treeViewClassficationList); this.groupBox1.Location = new System.Drawing.Point(5, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(277, 264); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "重量分类列表"; // // treeViewClassficationList // this.treeViewClassficationList.Location = new System.Drawing.Point(7, 16); this.treeViewClassficationList.Name = "treeViewClassficationList"; this.treeViewClassficationList.Size = new System.Drawing.Size(264, 242); this.treeViewClassficationList.TabIndex = 0; // // btnOutput // this.btnOutput.Location = new System.Drawing.Point(120, 273); this.btnOutput.Name = "btnOutput"; this.btnOutput.Size = new System.Drawing.Size(75, 23); this.btnOutput.TabIndex = 1; this.btnOutput.Text = "导出"; this.btnOutput.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(201, 273); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // OutputWeightClassficationFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(288, 302); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOutput); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OutputWeightClassficationFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "重量分类选择对话框"; this.groupBox1.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() { this.components = new System.ComponentModel.Container(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.listView1 = new System.Windows.Forms.ListView(); this.button1 = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.listView1); this.groupBox1.Location = new System.Drawing.Point(30, 26); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(406, 199); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "双击选择服务"; // // listView1 // this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Location = new System.Drawing.Point(3, 21); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(400, 175); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.List; this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // button1 // this.button1.Location = new System.Drawing.Point(358, 241); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "取消"; this.button1.Click += new System.EventHandler(this.button1_Click); // // toolTip1 // this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info; // // ServiceSelector // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(472, 306); this.ControlBox = false; this.Controls.Add(this.button1); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "ServiceSelector"; this.Text = "ServiceSelector"; this.Load += new System.EventHandler(this.ServiceSelector_Load); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
public GroupBox() { mPoint = new Point2I(); mSize = new Size2I(); mGroupBox = null; mText = null; }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.envInfo = new System.Windows.Forms.GroupBox(); this.SuspendLayout(); // // envInfo // this.envInfo.Location = new System.Drawing.Point(827, 10); this.envInfo.Name = "envInfo"; this.envInfo.Size = new System.Drawing.Size(245, 705); this.envInfo.TabIndex = 0; this.envInfo.TabStop = false; this.envInfo.Text = "Environment Info"; // // BayesForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1084, 737); this.Controls.Add(this.envInfo); this.Name = "BayesForm"; this.Text = "BayesForm"; 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() { this.grupa = new System.Windows.Forms.GroupBox(); this.SuspendLayout(); // // grupa // this.grupa.Dock = System.Windows.Forms.DockStyle.Fill; this.grupa.Location = new System.Drawing.Point(0, 25); this.grupa.Name = "grupa"; this.grupa.Size = new System.Drawing.Size(1208, 624); this.grupa.TabIndex = 2; this.grupa.TabStop = false; this.grupa.Text = "TODO"; // // FormBarkodiranje // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(1208, 671); this.Controls.Add(this.grupa); this.Name = "FormBarkodiranje"; this.Controls.SetChildIndex(this.grupa, 0); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(602, 589); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Chart Information"; // // frmViewChart // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(626, 613); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.Name = "frmViewChart"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "frmViewChart"; this.Load += new System.EventHandler(this.frmViewChart_Load); 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() { this.components = new System.ComponentModel.Container(); this.group_box = new System.Windows.Forms.GroupBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // group_box // this.group_box.AutoSize = true; this.group_box.Dock = System.Windows.Forms.DockStyle.Fill; this.group_box.Location = new System.Drawing.Point(0, 0); this.group_box.Name = "group_box"; this.group_box.Size = new System.Drawing.Size(513, 338); this.group_box.TabIndex = 143; this.group_box.TabStop = false; // // ConfigControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.group_box); this.Name = "ConfigControl"; this.Size = new System.Drawing.Size(513, 338); this.Load += new System.EventHandler(this.ConfigControl_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Panel panel1; this.xenFormsHost = new Xen.WinFormsHostControl(); groupBox1 = new System.Windows.Forms.GroupBox(); panel1 = new System.Windows.Forms.Panel(); groupBox1.SuspendLayout(); panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.xenFormsHost); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(8, 8); groupBox1.Name = "groupBox1"; groupBox1.Padding = new System.Windows.Forms.Padding(9, 3, 9, 9); groupBox1.Size = new System.Drawing.Size(968, 488); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Xen WinFormsHost"; // // xenFormsHost // this.xenFormsHost.Dock = System.Windows.Forms.DockStyle.Fill; this.xenFormsHost.Location = new System.Drawing.Point(9, 16); this.xenFormsHost.Name = "xenFormsHost"; this.xenFormsHost.Size = new System.Drawing.Size(950, 463); this.xenFormsHost.TabIndex = 0; this.xenFormsHost.Text = "XenHost"; // // panel1 // panel1.Controls.Add(groupBox1); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(0, 0); panel1.Name = "panel1"; panel1.Padding = new System.Windows.Forms.Padding(8); panel1.Size = new System.Drawing.Size(984, 504); panel1.TabIndex = 1; // // WinFormsExample // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 504); this.Controls.Add(panel1); this.Name = "WinFormsExample"; this.Text = "WinFormsExample"; groupBox1.ResumeLayout(false); panel1.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() { this.groupBoxCells = new System.Windows.Forms.GroupBox(); this.verticalAlignmentControl = new OpenLiveWriter.PostEditor.Tables.VerticalAlignmentControl(); this.horizontalAlignmentControl = new OpenLiveWriter.PostEditor.Tables.HorizontalAlignmentControl(); this.groupBoxCells.SuspendLayout(); this.SuspendLayout(); // // groupBoxCells // this.groupBoxCells.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxCells.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxCells.Controls.Add(this.verticalAlignmentControl); this.groupBoxCells.Controls.Add(this.horizontalAlignmentControl); this.groupBoxCells.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBoxCells.Location = new System.Drawing.Point(0, 0); this.groupBoxCells.Name = "groupBoxCells"; this.groupBoxCells.Size = new System.Drawing.Size(233, 108); this.groupBoxCells.TabIndex = 2; this.groupBoxCells.TabStop = false; this.groupBoxCells.Text = "Cells"; // // verticalAlignmentControl // this.verticalAlignmentControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.verticalAlignmentControl.Location = new System.Drawing.Point(15, 60); this.verticalAlignmentControl.Name = "verticalAlignmentControl"; this.verticalAlignmentControl.Size = new System.Drawing.Size(212, 28); this.verticalAlignmentControl.TabIndex = 1; this.verticalAlignmentControl.VerticalAlignment = OpenLiveWriter.PostEditor.Tables.VerticalAlignment.Middle; // // horizontalAlignmentControl // this.horizontalAlignmentControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.horizontalAlignmentControl.HorizontalAlignment = OpenLiveWriter.PostEditor.Tables.HorizontalAlignment.Left; this.horizontalAlignmentControl.Location = new System.Drawing.Point(15, 25); this.horizontalAlignmentControl.Name = "horizontalAlignmentControl"; this.horizontalAlignmentControl.Size = new System.Drawing.Size(212, 31); this.horizontalAlignmentControl.TabIndex = 0; // // CellPropertiesControl // this.Controls.Add(this.groupBoxCells); this.Name = "CellPropertiesControl"; this.Size = new System.Drawing.Size(239, 108); this.groupBoxCells.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() { this.display = new System.Windows.Forms.Button(); this.close = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // display // this.display.Location = new System.Drawing.Point(16, 42); this.display.Name = "display"; this.display.Size = new System.Drawing.Size(75, 23); this.display.TabIndex = 0; this.display.Text = "显示"; this.display.UseVisualStyleBackColor = true; this.display.Click += new System.EventHandler(this.display_Click); // // close // this.close.Location = new System.Drawing.Point(107, 42); this.close.Name = "close"; this.close.Size = new System.Drawing.Size(75, 23); this.close.TabIndex = 1; this.close.Text = "隐藏"; this.close.UseVisualStyleBackColor = true; this.close.Click += new System.EventHandler(this.close_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.close); this.groupBox1.Controls.Add(this.display); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 100); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "操作类型"; // // Frm_Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(220, 122); this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Frm_Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "从桌面右下角显示的Popup窗口提醒"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 请勿 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleControl)); this._coffeePicture = new System.Windows.Forms.PictureBox(); this._coffeeList = new System.Windows.Forms.ListBox(); this._coffeeGroup = new System.Windows.Forms.GroupBox(); this._closeCoffeeList = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this._coffeePicture)).BeginInit(); this._coffeeGroup.SuspendLayout(); this.SuspendLayout(); // // _coffeePicture // this._coffeePicture.Image = global::UiManagerOutlookAddIn.Properties.Resources.espressoCup_tall; resources.ApplyResources(this._coffeePicture, "_coffeePicture"); this._coffeePicture.Name = "_coffeePicture"; this._coffeePicture.TabStop = false; // // _coffeeList // resources.ApplyResources(this._coffeeList, "_coffeeList"); this._coffeeList.FormattingEnabled = true; this._coffeeList.Name = "_coffeeList"; // // _coffeeGroup // this._coffeeGroup.Controls.Add(this._closeCoffeeList); this._coffeeGroup.Controls.Add(this._coffeeList); this._coffeeGroup.ForeColor = System.Drawing.SystemColors.ControlLightLight; resources.ApplyResources(this._coffeeGroup, "_coffeeGroup"); this._coffeeGroup.Name = "_coffeeGroup"; this._coffeeGroup.TabStop = false; // // _closeCoffeeList // this._closeCoffeeList.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this._closeCoffeeList, "_closeCoffeeList"); this._closeCoffeeList.Name = "_closeCoffeeList"; this._closeCoffeeList.UseVisualStyleBackColor = true; this._closeCoffeeList.Click += new System.EventHandler(this.closeCoffeeList_Click); // // SimpleControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlText; this.Controls.Add(this._coffeeGroup); this.Controls.Add(this._coffeePicture); this.Name = "SimpleControl"; ((System.ComponentModel.ISupportInitialize)(this._coffeePicture)).EndInit(); this._coffeeGroup.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuAdmin)); this.button1 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(25, 39); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(133, 23); this.button1.TabIndex = 0; this.button1.Text = "Import CSV"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnImportCSV_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Location = new System.Drawing.Point(17, 15); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(189, 112); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Administration"; // // button2 // this.button2.Location = new System.Drawing.Point(25, 68); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(133, 23); this.button2.TabIndex = 1; this.button2.Text = "Savegarde de la base de données"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // MenuAdmin // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(217, 139); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MenuAdmin"; this.Text = "Administration"; this.groupBox1.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() { this.groupBox6 = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.logingApi = new System.Windows.Forms.ComboBox(); this.groupBox6.SuspendLayout(); this.SuspendLayout(); // // groupBox6 // this.groupBox6.Controls.Add(this.logingApi); this.groupBox6.Controls.Add(this.label8); this.groupBox6.Location = new System.Drawing.Point(-8, 8); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(480, 320); this.groupBox6.TabIndex = 46; this.groupBox6.TabStop = false; // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label8.Location = new System.Drawing.Point(40, 16); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(349, 16); this.label8.TabIndex = 44; this.label8.Text = "Logging type:"; // // logingApi // this.logingApi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.logingApi.Items.AddRange(new object[] { "Log4net", "NLog", "Console", "Null"}); this.logingApi.Location = new System.Drawing.Point(120, 150); this.logingApi.Name = "logingApi"; this.logingApi.Size = new System.Drawing.Size(240, 21); this.logingApi.TabIndex = 49; // // LoggingPanel // this.Controls.Add(this.groupBox6); this.Name = "LoggingPanel"; this.Size = new System.Drawing.Size(464, 336); this.groupBox6.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() { this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.checkBoxTest = new System.Windows.Forms.CheckBox(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.checkBoxTest); this.groupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.groupBox3.Location = new System.Drawing.Point(-8, 10); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(480, 104); this.groupBox3.TabIndex = 48; this.groupBox3.TabStop = false; // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label3.Location = new System.Drawing.Point(48, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(416, 16); this.label3.TabIndex = 16; this.label3.Text = "Would you like to create a test project?"; // // checkBoxTest // this.checkBoxTest.Checked = true; this.checkBoxTest.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.checkBoxTest.Location = new System.Drawing.Point(64, 56); this.checkBoxTest.Name = "checkBoxTest"; this.checkBoxTest.Size = new System.Drawing.Size(232, 24); this.checkBoxTest.TabIndex = 6; this.checkBoxTest.Text = "Yes, I\'m a &TDD enthusiast!"; // // MRTestPanel // this.Controls.Add(this.groupBox3); this.Name = "MRTestPanel"; this.Size = new System.Drawing.Size(464, 336); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); }
public override void _initControl() { if (null == mGroupBox || mGroupBox.IsDisposed) { mGroupBox = new System.Windows.Forms.GroupBox(); mGroupBox.Text = mText; int x_ = mPoint._getX(); int y_ = mPoint._getY(); mGroupBox.Location = new Point(x_, y_); if (null != mSize) { mGroupBox.Size = new Size(mSize._getWidth(), mSize._getHeight()); } } base._initControl(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.RemotGroup = new System.Windows.Forms.GroupBox(); this.dbGrid = new System.Windows.Forms.DataGridView(); this.RemotGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dbGrid)).BeginInit(); this.SuspendLayout(); // // RemotGroup // this.RemotGroup.Controls.Add(this.dbGrid); this.RemotGroup.Dock = System.Windows.Forms.DockStyle.Fill; this.RemotGroup.Location = new System.Drawing.Point(0, 0); this.RemotGroup.Name = "RemotGroup"; this.RemotGroup.Size = new System.Drawing.Size(803, 653); this.RemotGroup.TabIndex = 0; this.RemotGroup.TabStop = false; this.RemotGroup.Text = "远程控制"; // // dbGrid // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dbGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dbGrid.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText; this.dbGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dbGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.dbGrid.Location = new System.Drawing.Point(3, 17); this.dbGrid.Name = "dbGrid"; this.dbGrid.RowTemplate.Height = 23; this.dbGrid.Size = new System.Drawing.Size(797, 633); this.dbGrid.TabIndex = 0; // // FrmRemotGate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(803, 653); this.Controls.Add(this.RemotGroup); this.Name = "FrmRemotGate"; this.Text = "FrmRemotGate"; this.Load += new System.EventHandler(this.FrmRemotGate_Load); this.RemotGroup.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dbGrid)).EndInit(); 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() { this.MachineName = new System.Windows.Forms.TextBox(); this.MachineNamePrompt = new System.Windows.Forms.Label(); this.ComputerInfo = new System.Windows.Forms.GroupBox(); this.ComputerInfo.SuspendLayout(); this.SuspendLayout(); // // MachineName // this.MachineName.Location = new System.Drawing.Point(113, 24); this.MachineName.Name = "MachineName"; this.MachineName.Size = new System.Drawing.Size(136, 20); this.MachineName.TabIndex = 6; this.MachineName.TextChanged += new System.EventHandler(this.MachineName_TextChanged); // // MachineNamePrompt // this.MachineNamePrompt.Location = new System.Drawing.Point(41, 41); this.MachineNamePrompt.Name = "MachineNamePrompt"; this.MachineNamePrompt.Size = new System.Drawing.Size(80, 23); this.MachineNamePrompt.TabIndex = 5; this.MachineNamePrompt.Text = "Machine Name"; // // ComputerInfo // this.ComputerInfo.Controls.Add(this.MachineName); this.ComputerInfo.Location = new System.Drawing.Point(14, 17); this.ComputerInfo.Name = "ComputerInfo"; this.ComputerInfo.Size = new System.Drawing.Size(264, 100); this.ComputerInfo.TabIndex = 9; this.ComputerInfo.TabStop = false; this.ComputerInfo.Text = "Computer Info"; // // MachinePropertiesControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.MachineNamePrompt); this.Controls.Add(this.ComputerInfo); this.Name = "MachinePropertiesControl"; this.Size = new System.Drawing.Size(302, 132); this.ComputerInfo.ResumeLayout(false); this.ComputerInfo.PerformLayout(); 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() { System.Windows.Forms.GroupBox groupBoxDifferencesFoundInSourceBranch; this.m_differences = new CWDev.SLNTools.UIKit.DifferencesControl(); groupBoxDifferencesFoundInSourceBranch = new System.Windows.Forms.GroupBox(); groupBoxDifferencesFoundInSourceBranch.SuspendLayout(); this.SuspendLayout(); // // groupBoxDifferencesFoundInSourceBranch // groupBoxDifferencesFoundInSourceBranch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBoxDifferencesFoundInSourceBranch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBoxDifferencesFoundInSourceBranch.Controls.Add(this.m_differences); groupBoxDifferencesFoundInSourceBranch.Location = new System.Drawing.Point(12, 12); groupBoxDifferencesFoundInSourceBranch.Name = "groupBoxDifferencesFoundInSourceBranch"; groupBoxDifferencesFoundInSourceBranch.Size = new System.Drawing.Size(448, 617); groupBoxDifferencesFoundInSourceBranch.TabIndex = 0; groupBoxDifferencesFoundInSourceBranch.TabStop = false; groupBoxDifferencesFoundInSourceBranch.Text = "Differences found"; // // m_differences // this.m_differences.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.m_differences.Location = new System.Drawing.Point(6, 19); this.m_differences.Name = "m_differences"; this.m_differences.Size = new System.Drawing.Size(436, 592); this.m_differences.TabIndex = 0; // // CompareSolutionsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(472, 641); this.Controls.Add(groupBoxDifferencesFoundInSourceBranch); this.Name = "CompareSolutionsForm"; this.Text = "Solution Comparer"; groupBoxDifferencesFoundInSourceBranch.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog)); lblNameAndVersion = new System.Windows.Forms.Label(); lblAuthor = new System.Windows.Forms.Label(); pictureBox1 = new System.Windows.Forms.PictureBox(); groupBox1 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); groupBox1.SuspendLayout(); base.SuspendLayout(); resources.ApplyResources(lblNameAndVersion, "lblNameAndVersion"); lblNameAndVersion.BackColor = System.Drawing.Color.Transparent; lblNameAndVersion.ForeColor = System.Drawing.Color.Black; lblNameAndVersion.Name = "lblNameAndVersion"; resources.ApplyResources(lblAuthor, "lblAuthor"); lblAuthor.BackColor = System.Drawing.Color.Transparent; lblAuthor.ForeColor = System.Drawing.Color.Black; lblAuthor.Name = "lblAuthor"; resources.ApplyResources(pictureBox1, "pictureBox1"); pictureBox1.Name = "pictureBox1"; pictureBox1.TabStop = false; groupBox1.Controls.Add(pictureBox1); groupBox1.Controls.Add(lblNameAndVersion); groupBox1.Controls.Add(lblAuthor); resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; resources.ApplyResources(this, "$this"); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; BackColor = System.Drawing.SystemColors.Control; base.Controls.Add(groupBox1); base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; base.KeyPreview = true; base.Name = "AboutDialog"; base.ShowInTaskbar = false; base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; base.Click += AboutDialog_Click; base.KeyDown += AboutDialog_KeyDown; ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); base.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClickActionKeystrokePropertyComponentControl)); this.label1 = new System.Windows.Forms.Label(); this._keyStrokeCaptureBox = new ClearCanvas.Desktop.View.WinForms.KeyStrokeCaptureBox(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.label1); groupBox1.Controls.Add(this._keyStrokeCaptureBox); resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // _keyStrokeCaptureBox // resources.ApplyResources(this._keyStrokeCaptureBox, "_keyStrokeCaptureBox"); this._keyStrokeCaptureBox.Name = "_keyStrokeCaptureBox"; this._keyStrokeCaptureBox.ShowClearButton = true; this._keyStrokeCaptureBox.ValidateKeyStroke += new ClearCanvas.Desktop.View.WinForms.ValidateKeyStrokeEventHandler(this._keyStrokeCaptureBox_ValidateKeyStroke); // // ClickActionKeystrokePropertyComponentControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(groupBox1); this.Name = "ClickActionKeystrokePropertyComponentControl"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); 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() { System.Windows.Forms.GroupBox equipmentGroupBox; this.equipmentCheckedListBox = new FFTPatcher.Controls.CheckedListBoxNoHighlightWithDefault(); equipmentGroupBox = new System.Windows.Forms.GroupBox(); equipmentGroupBox.SuspendLayout(); this.SuspendLayout(); // // equipmentGroupBox // equipmentGroupBox.Controls.Add( this.equipmentCheckedListBox ); equipmentGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; equipmentGroupBox.Location = new System.Drawing.Point( 0, 0 ); equipmentGroupBox.Name = "equipmentGroupBox"; equipmentGroupBox.Size = new System.Drawing.Size( 494, 185 ); equipmentGroupBox.TabIndex = 51; equipmentGroupBox.TabStop = false; equipmentGroupBox.Text = "Equipment"; // // equipmentCheckedListBox // this.equipmentCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.equipmentCheckedListBox.FormattingEnabled = true; this.equipmentCheckedListBox.Location = new System.Drawing.Point( 3, 16 ); this.equipmentCheckedListBox.MultiColumn = true; this.equipmentCheckedListBox.Name = "equipmentCheckedListBox"; this.equipmentCheckedListBox.Size = new System.Drawing.Size( 488, 154 ); this.equipmentCheckedListBox.TabIndex = 50; // // EquipmentEditor // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add( equipmentGroupBox ); this.Name = "EquipmentEditor"; this.Size = new System.Drawing.Size( 494, 185 ); equipmentGroupBox.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() { System.Windows.Forms.GroupBox groupBox2; this.sizeUserControl = new TextAdventure.Editor.UserControls.SizeUserControl(); groupBox2 = new System.Windows.Forms.GroupBox(); groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // groupBox2.Controls.Add(this.sizeUserControl); groupBox2.Location = new System.Drawing.Point(0, 0); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(200, 72); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "Size"; // // sizeUserControl // this.sizeUserControl.Dock = System.Windows.Forms.DockStyle.Top; this.sizeUserControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.sizeUserControl.Location = new System.Drawing.Point(3, 17); this.sizeUserControl.Name = "sizeUserControl"; this.sizeUserControl.Size = new System.Drawing.Size(194, 48); this.sizeUserControl.TabIndex = 0; this.sizeUserControl.SelectedSizeChanged += new System.EventHandler(this.SizeUserControlOnSelectedSizeChanged); // // EraserUserControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(groupBox2); this.Name = "EraserUserControl"; this.Size = new System.Drawing.Size(200, 72); groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.enabledCB = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // enabledCB // this.enabledCB.AutoSize = true; this.enabledCB.Checked = true; this.enabledCB.CheckState = System.Windows.Forms.CheckState.Checked; this.enabledCB.Location = new System.Drawing.Point(6, 19); this.enabledCB.Name = "enabledCB"; this.enabledCB.Size = new System.Drawing.Size(65, 17); this.enabledCB.TabIndex = 0; this.enabledCB.Text = "Enabled"; this.enabledCB.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.enabledCB); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(334, 100); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "General"; // // OptionPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.Controls.Add(this.groupBox1); this.Location = new System.Drawing.Point(0, 0); this.Name = "OptionPage"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { this.groupBox = new System.Windows.Forms.GroupBox(); this.numericUpDown = new System.Windows.Forms.NumericUpDown(); this.groupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).BeginInit(); this.SuspendLayout(); // // groupBox // this.groupBox.Controls.Add(this.numericUpDown); this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox.Location = new System.Drawing.Point(0, 0); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(150, 150); this.groupBox.TabIndex = 0; this.groupBox.TabStop = false; this.groupBox.Text = "Track"; // // numericUpDown // this.numericUpDown.Dock = System.Windows.Forms.DockStyle.Fill; this.numericUpDown.Location = new System.Drawing.Point(3, 16); this.numericUpDown.Name = "numericUpDown"; this.numericUpDown.Size = new System.Drawing.Size(144, 20); this.numericUpDown.TabIndex = 0; this.numericUpDown.ValueChanged += new System.EventHandler(this.numericUpDown_ValueChanged); // // TrackBarEx // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox); this.Name = "TrackBarEx"; this.groupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown)).EndInit(); 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() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XmlViewer)); this.axWebBrowser = new AxSHDocVw.AxWebBrowser(); this.grpViewer = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit(); this.grpViewer.SuspendLayout(); this.SuspendLayout(); // // axWebBrowser // this.axWebBrowser.ContainingControl = this; this.axWebBrowser.Enabled = true; this.axWebBrowser.Location = new System.Drawing.Point(16, 24); this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState"))); this.axWebBrowser.Size = new System.Drawing.Size(616, 376); this.axWebBrowser.TabIndex = 2; // // grpViewer // this.grpViewer.Controls.Add(this.axWebBrowser); this.grpViewer.Location = new System.Drawing.Point(8, 16); this.grpViewer.Name = "grpViewer"; this.grpViewer.Size = new System.Drawing.Size(648, 424); this.grpViewer.TabIndex = 3; this.grpViewer.TabStop = false; this.grpViewer.Text = "grpViewer"; // // XmlViewer // this.Controls.Add(this.grpViewer); this.Name = "XmlViewer"; this.Size = new System.Drawing.Size(664, 456); ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit(); this.grpViewer.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() { System.Windows.Forms.GroupBox settingsGroupBox; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.GroupBox resultsGroupBox; System.Windows.Forms.StatusStrip statusStrip; this.getConfigurationButton = new System.Windows.Forms.Button(); this.userNameTextBox = new System.Windows.Forms.TextBox(); this.projectTextBox = new System.Windows.Forms.TextBox(); this.optionComboBox = new System.Windows.Forms.ComboBox(); this.resultsListBox = new System.Windows.Forms.ListBox(); this.closeButton = new System.Windows.Forms.Button(); this.statusToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); settingsGroupBox = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); resultsGroupBox = new System.Windows.Forms.GroupBox(); statusStrip = new System.Windows.Forms.StatusStrip(); settingsGroupBox.SuspendLayout(); resultsGroupBox.SuspendLayout(); statusStrip.SuspendLayout(); this.SuspendLayout(); // // settingsGroupBox // settingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); settingsGroupBox.Controls.Add(this.getConfigurationButton); settingsGroupBox.Controls.Add(label5); settingsGroupBox.Controls.Add(label4); settingsGroupBox.Controls.Add(this.userNameTextBox); settingsGroupBox.Controls.Add(label3); settingsGroupBox.Controls.Add(this.projectTextBox); settingsGroupBox.Controls.Add(label2); settingsGroupBox.Controls.Add(this.optionComboBox); settingsGroupBox.Controls.Add(label1); settingsGroupBox.Location = new System.Drawing.Point(12, 12); settingsGroupBox.Name = "settingsGroupBox"; settingsGroupBox.Size = new System.Drawing.Size(483, 149); settingsGroupBox.TabIndex = 0; settingsGroupBox.TabStop = false; settingsGroupBox.Text = "Settings"; // // getConfigurationButton // this.getConfigurationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.getConfigurationButton.Location = new System.Drawing.Point(402, 120); this.getConfigurationButton.Name = "getConfigurationButton"; this.getConfigurationButton.Size = new System.Drawing.Size(75, 23); this.getConfigurationButton.TabIndex = 8; this.getConfigurationButton.Text = "&List"; this.getConfigurationButton.UseVisualStyleBackColor = true; this.getConfigurationButton.Click += new System.EventHandler(this.getConfigurationButton_Click); // // label5 // label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); label5.ForeColor = System.Drawing.SystemColors.GrayText; label5.Location = new System.Drawing.Point(207, 75); label5.Name = "label5"; label5.Size = new System.Drawing.Size(270, 32); label5.TabIndex = 7; label5.Text = "Leave blank for current user, 0 for all users. Specifying a user name requires ad" + "ministritive rights"; // // label4 // label4.AutoSize = true; label4.ForeColor = System.Drawing.SystemColors.GrayText; label4.Location = new System.Drawing.Point(207, 49); label4.Name = "label4"; label4.Size = new System.Drawing.Size(134, 13); label4.TabIndex = 4; label4.Text = "Leave blank for all projects"; // // userNameTextBox // this.userNameTextBox.Location = new System.Drawing.Point(101, 72); this.userNameTextBox.Name = "userNameTextBox"; this.userNameTextBox.Size = new System.Drawing.Size(100, 20); this.userNameTextBox.TabIndex = 6; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(6, 77); label3.Name = "label3"; label3.Size = new System.Drawing.Size(61, 13); label3.TabIndex = 5; label3.Text = "&User name:"; // // projectTextBox // this.projectTextBox.Location = new System.Drawing.Point(101, 46); this.projectTextBox.Name = "projectTextBox"; this.projectTextBox.Size = new System.Drawing.Size(100, 20); this.projectTextBox.TabIndex = 3; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 49); label2.Name = "label2"; label2.Size = new System.Drawing.Size(43, 13); label2.TabIndex = 2; label2.Text = "&Project:"; // // optionComboBox // this.optionComboBox.FormattingEnabled = true; this.optionComboBox.Items.AddRange(new object[] { "csv_columns", "excel_columns", "print_issues_page_columns", "view_issues_page_columns" }); this.optionComboBox.Location = new System.Drawing.Point(101, 19); this.optionComboBox.Name = "optionComboBox"; this.optionComboBox.Size = new System.Drawing.Size(194, 21); this.optionComboBox.TabIndex = 1; this.optionComboBox.Text = "view_issues_page_columns"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 22); label1.Name = "label1"; label1.Size = new System.Drawing.Size(89, 13); label1.TabIndex = 0; label1.Text = "Configuration set:"; // // resultsGroupBox // resultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); resultsGroupBox.Controls.Add(this.resultsListBox); resultsGroupBox.Location = new System.Drawing.Point(12, 167); resultsGroupBox.Name = "resultsGroupBox"; resultsGroupBox.Size = new System.Drawing.Size(483, 189); resultsGroupBox.TabIndex = 1; resultsGroupBox.TabStop = false; resultsGroupBox.Text = "Results"; // // resultsListBox // this.resultsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.resultsListBox.FormattingEnabled = true; this.resultsListBox.IntegralHeight = false; this.resultsListBox.Location = new System.Drawing.Point(6, 19); this.resultsListBox.Name = "resultsListBox"; this.resultsListBox.Size = new System.Drawing.Size(471, 164); this.resultsListBox.TabIndex = 0; // // closeButton // this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.closeButton.Location = new System.Drawing.Point(420, 362); this.closeButton.Name = "closeButton"; this.closeButton.Size = new System.Drawing.Size(75, 23); this.closeButton.TabIndex = 2; this.closeButton.Text = "Close"; this.closeButton.UseVisualStyleBackColor = true; this.closeButton.Click += new System.EventHandler(this.closeButton_Click); // // statusStrip // statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusToolStripStatusLabel }); statusStrip.Location = new System.Drawing.Point(0, 388); statusStrip.Name = "statusStrip"; statusStrip.Size = new System.Drawing.Size(507, 22); statusStrip.SizingGrip = false; statusStrip.TabIndex = 6; // // statusToolStripStatusLabel // this.statusToolStripStatusLabel.Name = "statusToolStripStatusLabel"; this.statusToolStripStatusLabel.Size = new System.Drawing.Size(461, 17); this.statusToolStripStatusLabel.Spring = true; this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ListConfigurationValuesDialog // this.AcceptButton = this.getConfigurationButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.CancelButton = this.closeButton; this.ClientSize = new System.Drawing.Size(507, 410); this.Controls.Add(statusStrip); this.Controls.Add(this.closeButton); this.Controls.Add(resultsGroupBox); this.Controls.Add(settingsGroupBox); this.Name = "ListConfigurationValuesDialog"; this.Text = "List Configuration Values"; settingsGroupBox.ResumeLayout(false); settingsGroupBox.PerformLayout(); resultsGroupBox.ResumeLayout(false); statusStrip.ResumeLayout(false); statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.SpeedButton1 = new System.Windows.Forms.Button(); this.editPath = new System.Windows.Forms.TextBox(); this.botaoCancela = new System.Windows.Forms.Button(); this.Image1 = new System.Windows.Forms.PictureBox(); this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog(); this.GroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Image1)).BeginInit(); this.SuspendLayout(); // // GroupBox1 // this.GroupBox1.Controls.Add(this.SpeedButton1); this.GroupBox1.Controls.Add(this.editPath); this.GroupBox1.Font = new System.Drawing.Font("Tahoma", 10F); this.GroupBox1.ForeColor = System.Drawing.Color.Black; this.GroupBox1.Location = new System.Drawing.Point(111, 8); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(402, 97); this.GroupBox1.TabIndex = 1; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "Indique a localização do Pen-Drive"; // // SpeedButton1 // this.SpeedButton1.Location = new System.Drawing.Point(358, 51); this.SpeedButton1.Name = "SpeedButton1"; this.SpeedButton1.Size = new System.Drawing.Size(30, 24); this.SpeedButton1.TabIndex = 0; this.SpeedButton1.Text = "..."; this.SpeedButton1.Click += new System.EventHandler(this.SpeedButton1_Click); // // editPath // this.editPath.Location = new System.Drawing.Point(11, 51); this.editPath.Name = "editPath"; this.editPath.Size = new System.Drawing.Size(341, 24); this.editPath.TabIndex = 0; // // botaoCancela // this.botaoCancela.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.botaoCancela.Font = new System.Drawing.Font("Tahoma", 8F); this.botaoCancela.ForeColor = System.Drawing.Color.Black; this.botaoCancela.Image = global::PafEcf.Properties.Resources.cancelar16; this.botaoCancela.Location = new System.Drawing.Point(393, 125); this.botaoCancela.Name = "botaoCancela"; this.botaoCancela.Size = new System.Drawing.Size(120, 25); this.botaoCancela.TabIndex = 2; this.botaoCancela.Text = "Ca&ncela (ESC)"; this.botaoCancela.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.botaoCancela.Click += new System.EventHandler(this.botaoCancela_Click); // // Image1 // this.Image1.Image = global::PafEcf.Properties.Resources.PenDrive; this.Image1.Location = new System.Drawing.Point(10, 16); this.Image1.Name = "Image1"; this.Image1.Size = new System.Drawing.Size(90, 89); this.Image1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.Image1.TabIndex = 0; this.Image1.TabStop = false; // // OpenFileDialog // this.OpenFileDialog.FileName = "openFileDialog1"; // // FPenDrive // this.ClientSize = new System.Drawing.Size(525, 158); this.Controls.Add(this.Image1); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.botaoCancela); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.Location = new System.Drawing.Point(299, 411); this.Name = "FPenDrive"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Transferência de Dados via Pen-Drive"; this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FPenDrive_KeyDown); this.GroupBox1.ResumeLayout(false); this.GroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.Image1)).EndInit(); 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() { System.Windows.Forms.Label _serverLabel; System.Windows.Forms.Label _usernameLabel; System.Windows.Forms.Label _passwordLabel; System.Windows.Forms.GroupBox _imapSettings; System.Windows.Forms.Label openEmailLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Configuration)); this._ssl = new System.Windows.Forms.CheckBox(); this._server = new System.Windows.Forms.TextBox(); this._password = new System.Windows.Forms.TextBox(); this._port = new System.Windows.Forms.NumericUpDown(); this._username = new System.Windows.Forms.TextBox(); this._ok = new System.Windows.Forms.Button(); this._exit = new System.Windows.Forms.Button(); this._startup = new System.Windows.Forms.CheckBox(); this._cancel = new System.Windows.Forms.Button(); this._openEmail = new System.Windows.Forms.TextBox(); _serverLabel = new System.Windows.Forms.Label(); _usernameLabel = new System.Windows.Forms.Label(); _passwordLabel = new System.Windows.Forms.Label(); _imapSettings = new System.Windows.Forms.GroupBox(); openEmailLabel = new System.Windows.Forms.Label(); _imapSettings.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._port)).BeginInit(); this.SuspendLayout(); // // _serverLabel // _serverLabel.AutoSize = true; _serverLabel.Location = new System.Drawing.Point(6, 19); _serverLabel.Name = "_serverLabel"; _serverLabel.Size = new System.Drawing.Size(42, 15); _serverLabel.TabIndex = 1; _serverLabel.Text = "&Server:"; // // _usernameLabel // _usernameLabel.AutoSize = true; _usernameLabel.Location = new System.Drawing.Point(5, 71); _usernameLabel.Name = "_usernameLabel"; _usernameLabel.Size = new System.Drawing.Size(60, 15); _usernameLabel.TabIndex = 5; _usernameLabel.Text = "&Username"; // // _passwordLabel // _passwordLabel.AutoSize = true; _passwordLabel.Location = new System.Drawing.Point(5, 120); _passwordLabel.Name = "_passwordLabel"; _passwordLabel.Size = new System.Drawing.Size(57, 15); _passwordLabel.TabIndex = 7; _passwordLabel.Text = "&Password"; // // _imapSettings // _imapSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); _imapSettings.Controls.Add(this._ssl); _imapSettings.Controls.Add(_serverLabel); _imapSettings.Controls.Add(this._server); _imapSettings.Controls.Add(this._password); _imapSettings.Controls.Add(this._port); _imapSettings.Controls.Add(_passwordLabel); _imapSettings.Controls.Add(_usernameLabel); _imapSettings.Controls.Add(this._username); _imapSettings.Location = new System.Drawing.Point(12, 12); _imapSettings.Name = "_imapSettings"; _imapSettings.Size = new System.Drawing.Size(386, 173); _imapSettings.TabIndex = 0; _imapSettings.TabStop = false; _imapSettings.Text = "Imap Settings"; // // _ssl // this._ssl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._ssl.AutoSize = true; this._ssl.Location = new System.Drawing.Point(313, 67); this._ssl.Name = "_ssl"; this._ssl.Size = new System.Drawing.Size(67, 19); this._ssl.TabIndex = 4; this._ssl.Text = "SS&L/TLS"; this._ssl.UseVisualStyleBackColor = true; this._ssl.Click += new System.EventHandler(this._ssl_Click); // // _server // this._server.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._server.Location = new System.Drawing.Point(6, 37); this._server.Name = "_server"; this._server.Size = new System.Drawing.Size(308, 23); this._server.TabIndex = 2; // // _password // this._password.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._password.Location = new System.Drawing.Point(5, 139); this._password.Name = "_password"; this._password.Size = new System.Drawing.Size(375, 23); this._password.TabIndex = 8; this._password.UseSystemPasswordChar = true; // // _port // this._port.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this._port.Location = new System.Drawing.Point(320, 37); this._port.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); this._port.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this._port.Name = "_port"; this._port.Size = new System.Drawing.Size(60, 23); this._port.TabIndex = 3; this._port.Value = new decimal(new int[] { 143, 0, 0, 0 }); // // _username // this._username.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._username.Location = new System.Drawing.Point(5, 90); this._username.Name = "_username"; this._username.Size = new System.Drawing.Size(375, 23); this._username.TabIndex = 6; // // openEmailLabel // openEmailLabel.AutoSize = true; openEmailLabel.Location = new System.Drawing.Point(12, 188); openEmailLabel.Name = "openEmailLabel"; openEmailLabel.Size = new System.Drawing.Size(131, 15); openEmailLabel.TabIndex = 9; openEmailLabel.Text = "&Open Email Command:"; // // _ok // this._ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._ok.Location = new System.Drawing.Point(242, 273); this._ok.Name = "_ok"; this._ok.Size = new System.Drawing.Size(75, 23); this._ok.TabIndex = 12; this._ok.Text = "OK"; this._ok.UseVisualStyleBackColor = true; this._ok.Click += new System.EventHandler(this._ok_Click); // // _exit // this._exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this._exit.DialogResult = System.Windows.Forms.DialogResult.Abort; this._exit.Location = new System.Drawing.Point(13, 273); this._exit.Name = "_exit"; this._exit.Size = new System.Drawing.Size(75, 23); this._exit.TabIndex = 14; this._exit.Text = "E&xit"; this._exit.UseVisualStyleBackColor = true; // // _startup // this._startup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this._startup.AutoSize = true; this._startup.Location = new System.Drawing.Point(13, 241); this._startup.Name = "_startup"; this._startup.Size = new System.Drawing.Size(128, 19); this._startup.TabIndex = 11; this._startup.Text = "S&tart with Windows"; this._startup.UseVisualStyleBackColor = true; // // _cancel // this._cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._cancel.Cursor = System.Windows.Forms.Cursors.Default; this._cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this._cancel.Location = new System.Drawing.Point(323, 273); this._cancel.Name = "_cancel"; this._cancel.Size = new System.Drawing.Size(75, 23); this._cancel.TabIndex = 13; this._cancel.Text = "Cancel"; this._cancel.UseVisualStyleBackColor = true; // // _openEmail // this._openEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._openEmail.Location = new System.Drawing.Point(12, 207); this._openEmail.Name = "_openEmail"; this._openEmail.Size = new System.Drawing.Size(386, 23); this._openEmail.TabIndex = 10; // // Configuration // this.AcceptButton = this._ok; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this._cancel; this.ClientSize = new System.Drawing.Size(410, 308); this.Controls.Add(this._cancel); this.Controls.Add(this._startup); this.Controls.Add(_imapSettings); this.Controls.Add(this._exit); this.Controls.Add(this._ok); this.Controls.Add(openEmailLabel); this.Controls.Add(this._openEmail); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Configuration"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Imap Notifier Configuration"; _imapSettings.ResumeLayout(false); _imapSettings.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._port)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(this.GetType()); this.components = new System.ComponentModel.Container(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.PageControl1 = new System.Windows.Forms.TabControl(); this.TabSheet4 = new System.Windows.Forms.TabPage(); this.GroupBox6 = new System.Windows.Forms.GroupBox(); this.Label25 = new System.Windows.Forms.Label(); this.Label26 = new System.Windows.Forms.Label(); this.EditAllocMemCount = new System.Windows.Forms.TextBox(); this.EditAllocMemSize = new System.Windows.Forms.TextBox(); this.TabSheet1 = new System.Windows.Forms.TabPage(); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.Label1 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.EditLoadHumanDBCount = new System.Windows.Forms.TextBox(); this.EditLoadHumanDBErrorCoun = new System.Windows.Forms.TextBox(); this.EditSaveHumanDBCount = new System.Windows.Forms.TextBox(); this.EditHumanDBQueryID = new System.Windows.Forms.TextBox(); this.GroupBox4 = new System.Windows.Forms.GroupBox(); this.Label7 = new System.Windows.Forms.Label(); this.Label8 = new System.Windows.Forms.Label(); this.EditItemNumber = new System.Windows.Forms.TextBox(); this.EditItemNumberEx = new System.Windows.Forms.TextBox(); this.TabSheet2 = new System.Windows.Forms.TabPage(); this.GroupBox2 = new System.Windows.Forms.GroupBox(); this.Label5 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.EditWinLotteryCount = new System.Windows.Forms.TextBox(); this.EditNoWinLotteryCount = new System.Windows.Forms.TextBox(); this.GroupBox3 = new System.Windows.Forms.GroupBox(); this.Label9 = new System.Windows.Forms.Label(); this.Label10 = new System.Windows.Forms.Label(); this.Label11 = new System.Windows.Forms.Label(); this.Label12 = new System.Windows.Forms.Label(); this.Label13 = new System.Windows.Forms.Label(); this.Label14 = new System.Windows.Forms.Label(); this.EditWinLotteryLevel1 = new System.Windows.Forms.TextBox(); this.EditWinLotteryLevel2 = new System.Windows.Forms.TextBox(); this.EditWinLotteryLevel3 = new System.Windows.Forms.TextBox(); this.EditWinLotteryLevel4 = new System.Windows.Forms.TextBox(); this.EditWinLotteryLevel5 = new System.Windows.Forms.TextBox(); this.EditWinLotteryLevel6 = new System.Windows.Forms.TextBox(); this.TabSheet3 = new System.Windows.Forms.TabPage(); this.GroupBox5 = new System.Windows.Forms.GroupBox(); this.Label15 = new System.Windows.Forms.Label(); this.Label16 = new System.Windows.Forms.Label(); this.Label17 = new System.Windows.Forms.Label(); this.Label18 = new System.Windows.Forms.Label(); this.Label19 = new System.Windows.Forms.Label(); this.Label20 = new System.Windows.Forms.Label(); this.Label21 = new System.Windows.Forms.Label(); this.Label22 = new System.Windows.Forms.Label(); this.Label23 = new System.Windows.Forms.Label(); this.Label24 = new System.Windows.Forms.Label(); this.EditGlobalVal1 = new System.Windows.Forms.TextBox(); this.EditGlobalVal2 = new System.Windows.Forms.TextBox(); this.EditGlobalVal3 = new System.Windows.Forms.TextBox(); this.EditGlobalVal4 = new System.Windows.Forms.TextBox(); this.EditGlobalVal5 = new System.Windows.Forms.TextBox(); this.EditGlobalVal6 = new System.Windows.Forms.TextBox(); this.EditGlobalVal7 = new System.Windows.Forms.TextBox(); this.EditGlobalVal8 = new System.Windows.Forms.TextBox(); this.EditGlobalVal9 = new System.Windows.Forms.TextBox(); this.EditGlobalVal10 = new System.Windows.Forms.TextBox(); this.TabSheet5 = new System.Windows.Forms.TabPage(); this.GroupBox7 = new System.Windows.Forms.GroupBox(); this.GridThread = new System.Windows.Forms.DataGrid(); this.Timer = new System.Windows.Forms.Timer(); this.SuspendLayout(); this.Location = new System.Drawing.Point(445, 437); this.ClientSize = new System.Drawing.Size(474, 226); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); //this.Closed += new System.EventHandler(this.FormClose); this.Name = "frmViewKernelInfo"; this.Text = "内核数据查看"; //this.Load += new System.EventHandler(this.FormCreate); this.AutoScroll = true; this.BackColor = System.Drawing.SystemColors.ButtonFace; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.PageControl1.Size = new System.Drawing.Size(457, 209); this.PageControl1.Location = new System.Drawing.Point(8, 8); this.PageControl1.SuspendLayout(); this.PageControl1.SelectedTab = TabSheet1; this.PageControl1.TabIndex = 0; this.PageControl1.Enabled = true; this.PageControl1.Name = "PageControl1"; this.TabSheet4.Size = new System.Drawing.Size(0, 0); this.TabSheet4.Location = new System.Drawing.Point(0, 0); this.TabSheet4.SuspendLayout(); this.TabSheet4.Text = "系统数据"; this.TabSheet4.ImageIndex = 3; this.TabSheet4.Enabled = true; this.TabSheet4.Name = "TabSheet4"; this.GroupBox6.Size = new System.Drawing.Size(193, 97); this.GroupBox6.Location = new System.Drawing.Point(8, 8); this.GroupBox6.SuspendLayout(); this.GroupBox6.Text = "内存分配"; this.GroupBox6.TabIndex = 0; this.GroupBox6.Enabled = true; this.GroupBox6.Name = "GroupBox6"; this.Label25.Size = new System.Drawing.Size(54, 12); this.Label25.Location = new System.Drawing.Point(8, 20); this.Label25.Text = "内存大小:"; this.Label25.Enabled = true; this.Label25.Name = "Label25"; this.Label26.Size = new System.Drawing.Size(66, 12); this.Label26.Location = new System.Drawing.Point(8, 44); this.Label26.Text = "内存块数量:"; this.Label26.Enabled = true; this.Label26.Name = "Label26"; this.EditAllocMemCount.Size = new System.Drawing.Size(73, 20); this.EditAllocMemCount.Location = new System.Drawing.Point(88, 40); this.EditAllocMemCount.TabIndex = 0; this.EditAllocMemCount.ReadOnly = true; this.EditAllocMemCount.Enabled = true; this.EditAllocMemCount.Name = "EditAllocMemCount"; this.EditAllocMemSize.Size = new System.Drawing.Size(73, 20); this.EditAllocMemSize.Location = new System.Drawing.Point(88, 16); this.EditAllocMemSize.TabIndex = 1; this.EditAllocMemSize.ReadOnly = true; this.EditAllocMemSize.Enabled = true; this.EditAllocMemSize.Name = "EditAllocMemSize"; this.TabSheet1.Size = new System.Drawing.Size(0, 0); this.TabSheet1.Location = new System.Drawing.Point(0, 0); this.TabSheet1.SuspendLayout(); this.TabSheet1.Text = "游戏数据"; this.TabSheet1.Enabled = true; this.TabSheet1.Name = "TabSheet1"; this.GroupBox1.Size = new System.Drawing.Size(153, 121); this.GroupBox1.Location = new System.Drawing.Point(8, 4); this.GroupBox1.SuspendLayout(); this.GroupBox1.Text = "游戏数据库"; this.GroupBox1.TabIndex = 0; this.GroupBox1.Enabled = true; this.GroupBox1.Name = "GroupBox1"; this.Label1.Size = new System.Drawing.Size(78, 12); this.Label1.Location = new System.Drawing.Point(8, 20); this.Label1.Text = "读取请求次数:"; this.Label1.Enabled = true; this.Label1.Name = "Label1"; this.Label2.Size = new System.Drawing.Size(78, 12); this.Label2.Location = new System.Drawing.Point(8, 44); this.Label2.Text = "读取失败次数:"; this.Label2.Enabled = true; this.Label2.Name = "Label2"; this.Label3.Size = new System.Drawing.Size(78, 12); this.Label3.Location = new System.Drawing.Point(8, 68); this.Label3.Text = "保存请求次数:"; this.Label3.Enabled = true; this.Label3.Name = "Label3"; this.Label4.Size = new System.Drawing.Size(78, 12); this.Label4.Location = new System.Drawing.Point(8, 92); this.Label4.Text = "请求标识数字:"; this.Label4.Enabled = true; this.Label4.Name = "Label4"; this.EditLoadHumanDBCount.Size = new System.Drawing.Size(57, 20); this.EditLoadHumanDBCount.Location = new System.Drawing.Point(88, 16); this.EditLoadHumanDBCount.TabIndex = 0; this.EditLoadHumanDBCount.ReadOnly = true; this.EditLoadHumanDBCount.Enabled = true; this.EditLoadHumanDBCount.Name = "EditLoadHumanDBCount"; this.EditLoadHumanDBErrorCoun.Size = new System.Drawing.Size(57, 20); this.EditLoadHumanDBErrorCoun.Location = new System.Drawing.Point(88, 40); this.EditLoadHumanDBErrorCoun.TabIndex = 1; this.EditLoadHumanDBErrorCoun.ReadOnly = true; this.EditLoadHumanDBErrorCoun.Enabled = true; this.EditLoadHumanDBErrorCoun.Name = "EditLoadHumanDBErrorCoun"; this.EditSaveHumanDBCount.Size = new System.Drawing.Size(57, 20); this.EditSaveHumanDBCount.Location = new System.Drawing.Point(88, 64); this.EditSaveHumanDBCount.TabIndex = 2; this.EditSaveHumanDBCount.ReadOnly = true; this.EditSaveHumanDBCount.Enabled = true; this.EditSaveHumanDBCount.Name = "EditSaveHumanDBCount"; this.EditHumanDBQueryID.Size = new System.Drawing.Size(57, 20); this.EditHumanDBQueryID.Location = new System.Drawing.Point(88, 88); this.EditHumanDBQueryID.TabIndex = 3; this.EditHumanDBQueryID.ReadOnly = true; this.EditHumanDBQueryID.Enabled = true; this.EditHumanDBQueryID.Name = "EditHumanDBQueryID"; this.GroupBox4.Size = new System.Drawing.Size(177, 69); this.GroupBox4.Location = new System.Drawing.Point(168, 4); this.GroupBox4.SuspendLayout(); this.GroupBox4.Text = "物品系列号"; this.GroupBox4.TabIndex = 1; this.GroupBox4.Enabled = true; this.GroupBox4.Name = "GroupBox4"; this.Label7.Size = new System.Drawing.Size(78, 12); this.Label7.Location = new System.Drawing.Point(8, 20); this.Label7.Text = "怪物掉落物品:"; this.Label7.Enabled = true; this.Label7.Name = "Label7"; this.Label8.Size = new System.Drawing.Size(78, 12); this.Label8.Location = new System.Drawing.Point(8, 44); this.Label8.Text = "命令制造物品:"; this.Label8.Enabled = true; this.Label8.Name = "Label8"; this.EditItemNumber.Size = new System.Drawing.Size(73, 20); this.EditItemNumber.Location = new System.Drawing.Point(88, 16); this.EditItemNumber.TabIndex = 0; this.EditItemNumber.ReadOnly = true; this.EditItemNumber.Enabled = true; this.EditItemNumber.Name = "EditItemNumber"; this.EditItemNumberEx.Size = new System.Drawing.Size(73, 20); this.EditItemNumberEx.Location = new System.Drawing.Point(88, 40); this.EditItemNumberEx.TabIndex = 1; this.EditItemNumberEx.ReadOnly = true; this.EditItemNumberEx.Enabled = true; this.EditItemNumberEx.Name = "EditItemNumberEx"; this.TabSheet2.Size = new System.Drawing.Size(0, 0); this.TabSheet2.Location = new System.Drawing.Point(0, 0); this.TabSheet2.SuspendLayout(); this.TabSheet2.Text = "彩票数据"; this.TabSheet2.ImageIndex = 1; this.TabSheet2.Enabled = true; this.TabSheet2.Name = "TabSheet2"; this.GroupBox2.Size = new System.Drawing.Size(153, 77); this.GroupBox2.Location = new System.Drawing.Point(8, 4); this.GroupBox2.SuspendLayout(); this.GroupBox2.Text = "中奖数量"; this.GroupBox2.TabIndex = 0; this.GroupBox2.Enabled = true; this.GroupBox2.Name = "GroupBox2"; this.Label5.Size = new System.Drawing.Size(54, 12); this.Label5.Location = new System.Drawing.Point(8, 20); this.Label5.Text = "中奖总数:"; this.Label5.Enabled = true; this.Label5.Name = "Label5"; this.Label6.Size = new System.Drawing.Size(54, 12); this.Label6.Location = new System.Drawing.Point(8, 44); this.Label6.Text = "未中奖数:"; this.Label6.Enabled = true; this.Label6.Name = "Label6"; this.EditWinLotteryCount.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryCount.Location = new System.Drawing.Point(88, 16); this.EditWinLotteryCount.TabIndex = 0; this.EditWinLotteryCount.ReadOnly = true; this.EditWinLotteryCount.Enabled = true; this.EditWinLotteryCount.Name = "EditWinLotteryCount"; this.EditNoWinLotteryCount.Size = new System.Drawing.Size(57, 20); this.EditNoWinLotteryCount.Location = new System.Drawing.Point(88, 40); this.EditNoWinLotteryCount.TabIndex = 1; this.EditNoWinLotteryCount.ReadOnly = true; this.EditNoWinLotteryCount.Enabled = true; this.EditNoWinLotteryCount.Name = "EditNoWinLotteryCount"; this.GroupBox3.Size = new System.Drawing.Size(129, 165); this.GroupBox3.Location = new System.Drawing.Point(168, 4); this.GroupBox3.SuspendLayout(); this.GroupBox3.Text = "中奖比例"; this.GroupBox3.TabIndex = 1; this.GroupBox3.Enabled = true; this.GroupBox3.Name = "GroupBox3"; this.Label9.Size = new System.Drawing.Size(42, 12); this.Label9.Location = new System.Drawing.Point(8, 20); this.Label9.Text = "一等奖:"; this.Label9.Enabled = true; this.Label9.Name = "Label9"; this.Label10.Size = new System.Drawing.Size(42, 12); this.Label10.Location = new System.Drawing.Point(8, 44); this.Label10.Text = "二等奖:"; this.Label10.Enabled = true; this.Label10.Name = "Label10"; this.Label11.Size = new System.Drawing.Size(42, 12); this.Label11.Location = new System.Drawing.Point(8, 68); this.Label11.Text = "三等奖:"; this.Label11.Enabled = true; this.Label11.Name = "Label11"; this.Label12.Size = new System.Drawing.Size(42, 12); this.Label12.Location = new System.Drawing.Point(8, 92); this.Label12.Text = "四等奖:"; this.Label12.Enabled = true; this.Label12.Name = "Label12"; this.Label13.Size = new System.Drawing.Size(42, 12); this.Label13.Location = new System.Drawing.Point(8, 116); this.Label13.Text = "五等奖:"; this.Label13.Enabled = true; this.Label13.Name = "Label13"; this.Label14.Size = new System.Drawing.Size(42, 12); this.Label14.Location = new System.Drawing.Point(8, 140); this.Label14.Text = "六等奖:"; this.Label14.Enabled = true; this.Label14.Name = "Label14"; this.EditWinLotteryLevel1.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryLevel1.Location = new System.Drawing.Point(56, 16); this.EditWinLotteryLevel1.TabIndex = 0; this.EditWinLotteryLevel1.ReadOnly = true; this.EditWinLotteryLevel1.Enabled = true; this.EditWinLotteryLevel1.Name = "EditWinLotteryLevel1"; this.EditWinLotteryLevel2.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryLevel2.Location = new System.Drawing.Point(56, 40); this.EditWinLotteryLevel2.TabIndex = 1; this.EditWinLotteryLevel2.ReadOnly = true; this.EditWinLotteryLevel2.Enabled = true; this.EditWinLotteryLevel2.Name = "EditWinLotteryLevel2"; this.EditWinLotteryLevel3.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryLevel3.Location = new System.Drawing.Point(56, 64); this.EditWinLotteryLevel3.TabIndex = 2; this.EditWinLotteryLevel3.ReadOnly = true; this.EditWinLotteryLevel3.Enabled = true; this.EditWinLotteryLevel3.Name = "EditWinLotteryLevel3"; this.EditWinLotteryLevel4.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryLevel4.Location = new System.Drawing.Point(56, 88); this.EditWinLotteryLevel4.TabIndex = 3; this.EditWinLotteryLevel4.ReadOnly = true; this.EditWinLotteryLevel4.Enabled = true; this.EditWinLotteryLevel4.Name = "EditWinLotteryLevel4"; this.EditWinLotteryLevel5.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryLevel5.Location = new System.Drawing.Point(56, 112); this.EditWinLotteryLevel5.TabIndex = 4; this.EditWinLotteryLevel5.ReadOnly = true; this.EditWinLotteryLevel5.Enabled = true; this.EditWinLotteryLevel5.Name = "EditWinLotteryLevel5"; this.EditWinLotteryLevel6.Size = new System.Drawing.Size(57, 20); this.EditWinLotteryLevel6.Location = new System.Drawing.Point(56, 136); this.EditWinLotteryLevel6.TabIndex = 5; this.EditWinLotteryLevel6.ReadOnly = true; this.EditWinLotteryLevel6.Enabled = true; this.EditWinLotteryLevel6.Name = "EditWinLotteryLevel6"; this.TabSheet3.Size = new System.Drawing.Size(0, 0); this.TabSheet3.Location = new System.Drawing.Point(0, 0); this.TabSheet3.SuspendLayout(); this.TabSheet3.Text = "全局变量"; this.TabSheet3.ImageIndex = 2; this.TabSheet3.Enabled = true; this.TabSheet3.Name = "TabSheet3"; this.GroupBox5.Size = new System.Drawing.Size(425, 165); this.GroupBox5.Location = new System.Drawing.Point(8, 4); this.GroupBox5.SuspendLayout(); this.GroupBox5.Text = "全局变量状态"; this.GroupBox5.TabIndex = 0; this.GroupBox5.Enabled = true; this.GroupBox5.Name = "GroupBox5"; this.Label15.Size = new System.Drawing.Size(42, 12); this.Label15.Location = new System.Drawing.Point(8, 20); this.Label15.Text = "变量一:"; this.Label15.Enabled = true; this.Label15.Name = "Label15"; this.Label16.Size = new System.Drawing.Size(42, 12); this.Label16.Location = new System.Drawing.Point(8, 44); this.Label16.Text = "变量二:"; this.Label16.Enabled = true; this.Label16.Name = "Label16"; this.Label17.Size = new System.Drawing.Size(42, 12); this.Label17.Location = new System.Drawing.Point(8, 68); this.Label17.Text = "变量三:"; this.Label17.Enabled = true; this.Label17.Name = "Label17"; this.Label18.Size = new System.Drawing.Size(42, 12); this.Label18.Location = new System.Drawing.Point(8, 92); this.Label18.Text = "变量四:"; this.Label18.Enabled = true; this.Label18.Name = "Label18"; this.Label19.Size = new System.Drawing.Size(42, 12); this.Label19.Location = new System.Drawing.Point(8, 116); this.Label19.Text = "变量五:"; this.Label19.Enabled = true; this.Label19.Name = "Label19"; this.Label20.Size = new System.Drawing.Size(42, 12); this.Label20.Location = new System.Drawing.Point(8, 140); this.Label20.Text = "变量六:"; this.Label20.Enabled = true; this.Label20.Name = "Label20"; this.Label21.Size = new System.Drawing.Size(42, 12); this.Label21.Location = new System.Drawing.Point(120, 92); this.Label21.Text = "变量十:"; this.Label21.Enabled = true; this.Label21.Name = "Label21"; this.Label22.Size = new System.Drawing.Size(42, 12); this.Label22.Location = new System.Drawing.Point(120, 20); this.Label22.Text = "变量七:"; this.Label22.Enabled = true; this.Label22.Name = "Label22"; this.Label23.Size = new System.Drawing.Size(42, 12); this.Label23.Location = new System.Drawing.Point(120, 44); this.Label23.Text = "变量八:"; this.Label23.Enabled = true; this.Label23.Name = "Label23"; this.Label24.Size = new System.Drawing.Size(42, 12); this.Label24.Location = new System.Drawing.Point(120, 68); this.Label24.Text = "变量九:"; this.Label24.Enabled = true; this.Label24.Name = "Label24"; this.EditGlobalVal1.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal1.Location = new System.Drawing.Point(56, 16); this.EditGlobalVal1.TabIndex = 0; this.EditGlobalVal1.ReadOnly = true; this.EditGlobalVal1.Enabled = true; this.EditGlobalVal1.Name = "EditGlobalVal1"; this.EditGlobalVal2.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal2.Location = new System.Drawing.Point(56, 40); this.EditGlobalVal2.TabIndex = 1; this.EditGlobalVal2.ReadOnly = true; this.EditGlobalVal2.Enabled = true; this.EditGlobalVal2.Name = "EditGlobalVal2"; this.EditGlobalVal3.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal3.Location = new System.Drawing.Point(56, 64); this.EditGlobalVal3.TabIndex = 2; this.EditGlobalVal3.ReadOnly = true; this.EditGlobalVal3.Enabled = true; this.EditGlobalVal3.Name = "EditGlobalVal3"; this.EditGlobalVal4.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal4.Location = new System.Drawing.Point(56, 88); this.EditGlobalVal4.TabIndex = 3; this.EditGlobalVal4.ReadOnly = true; this.EditGlobalVal4.Enabled = true; this.EditGlobalVal4.Name = "EditGlobalVal4"; this.EditGlobalVal5.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal5.Location = new System.Drawing.Point(56, 112); this.EditGlobalVal5.TabIndex = 4; this.EditGlobalVal5.ReadOnly = true; this.EditGlobalVal5.Enabled = true; this.EditGlobalVal5.Name = "EditGlobalVal5"; this.EditGlobalVal6.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal6.Location = new System.Drawing.Point(56, 136); this.EditGlobalVal6.TabIndex = 5; this.EditGlobalVal6.ReadOnly = true; this.EditGlobalVal6.Enabled = true; this.EditGlobalVal6.Name = "EditGlobalVal6"; this.EditGlobalVal7.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal7.Location = new System.Drawing.Point(168, 16); this.EditGlobalVal7.TabIndex = 6; this.EditGlobalVal7.ReadOnly = true; this.EditGlobalVal7.Enabled = true; this.EditGlobalVal7.Name = "EditGlobalVal7"; this.EditGlobalVal8.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal8.Location = new System.Drawing.Point(168, 40); this.EditGlobalVal8.TabIndex = 7; this.EditGlobalVal8.ReadOnly = true; this.EditGlobalVal8.Enabled = true; this.EditGlobalVal8.Name = "EditGlobalVal8"; this.EditGlobalVal9.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal9.Location = new System.Drawing.Point(168, 64); this.EditGlobalVal9.TabIndex = 8; this.EditGlobalVal9.ReadOnly = true; this.EditGlobalVal9.Enabled = true; this.EditGlobalVal9.Name = "EditGlobalVal9"; this.EditGlobalVal10.Size = new System.Drawing.Size(57, 20); this.EditGlobalVal10.Location = new System.Drawing.Point(168, 88); this.EditGlobalVal10.TabIndex = 9; this.EditGlobalVal10.ReadOnly = true; this.EditGlobalVal10.Enabled = true; this.EditGlobalVal10.Name = "EditGlobalVal10"; this.TabSheet5.Size = new System.Drawing.Size(0, 0); this.TabSheet5.Location = new System.Drawing.Point(0, 0); this.TabSheet5.SuspendLayout(); this.TabSheet5.Text = "工作线程"; this.TabSheet5.ImageIndex = 4; this.TabSheet5.Enabled = true; this.TabSheet5.Name = "TabSheet5"; this.GroupBox7.Size = new System.Drawing.Size(425, 165); this.GroupBox7.Location = new System.Drawing.Point(8, 4); this.GroupBox7.SuspendLayout(); this.GroupBox7.Text = "线程状态"; this.GroupBox7.TabIndex = 0; this.GroupBox7.Enabled = true; this.GroupBox7.Name = "GroupBox7"; ((System.ComponentModel.ISupportInitialize)(this.GridThread)).BeginInit(); this.GridThread.Size = new System.Drawing.Size(409, 137); this.GridThread.Location = new System.Drawing.Point(8, 16); this.GridThread.Name = "GridThread"; this.GridThread.Enabled = true; //this.GridThread.PreferredColumnWidth = (int){35, 50, 51, 90, 64}; this.GridThread.TabIndex = 0; //this.Timer.Tick += new System.EventHandler(this.TimerTimer); this.Timer.Enabled = false; this.GroupBox6.Controls.Add(Label25); this.GroupBox6.Controls.Add(Label26); this.GroupBox6.Controls.Add(EditAllocMemCount); this.GroupBox6.Controls.Add(EditAllocMemSize); this.GroupBox6.ResumeLayout(false); this.TabSheet4.Controls.Add(GroupBox6); this.TabSheet4.ResumeLayout(false); this.GroupBox1.Controls.Add(Label1); this.GroupBox1.Controls.Add(Label2); this.GroupBox1.Controls.Add(Label3); this.GroupBox1.Controls.Add(Label4); this.GroupBox1.Controls.Add(EditLoadHumanDBCount); this.GroupBox1.Controls.Add(EditLoadHumanDBErrorCoun); this.GroupBox1.Controls.Add(EditSaveHumanDBCount); this.GroupBox1.Controls.Add(EditHumanDBQueryID); this.GroupBox1.ResumeLayout(false); this.GroupBox4.Controls.Add(Label7); this.GroupBox4.Controls.Add(Label8); this.GroupBox4.Controls.Add(EditItemNumber); this.GroupBox4.Controls.Add(EditItemNumberEx); this.GroupBox4.ResumeLayout(false); this.TabSheet1.Controls.Add(GroupBox1); this.TabSheet1.Controls.Add(GroupBox4); this.TabSheet1.ResumeLayout(false); this.GroupBox2.Controls.Add(Label5); this.GroupBox2.Controls.Add(Label6); this.GroupBox2.Controls.Add(EditWinLotteryCount); this.GroupBox2.Controls.Add(EditNoWinLotteryCount); this.GroupBox2.ResumeLayout(false); this.GroupBox3.Controls.Add(Label9); this.GroupBox3.Controls.Add(Label10); this.GroupBox3.Controls.Add(Label11); this.GroupBox3.Controls.Add(Label12); this.GroupBox3.Controls.Add(Label13); this.GroupBox3.Controls.Add(Label14); this.GroupBox3.Controls.Add(EditWinLotteryLevel1); this.GroupBox3.Controls.Add(EditWinLotteryLevel2); this.GroupBox3.Controls.Add(EditWinLotteryLevel3); this.GroupBox3.Controls.Add(EditWinLotteryLevel4); this.GroupBox3.Controls.Add(EditWinLotteryLevel5); this.GroupBox3.Controls.Add(EditWinLotteryLevel6); this.GroupBox3.ResumeLayout(false); this.TabSheet2.Controls.Add(GroupBox2); this.TabSheet2.Controls.Add(GroupBox3); this.TabSheet2.ResumeLayout(false); this.GroupBox5.Controls.Add(Label15); this.GroupBox5.Controls.Add(Label16); this.GroupBox5.Controls.Add(Label17); this.GroupBox5.Controls.Add(Label18); this.GroupBox5.Controls.Add(Label19); this.GroupBox5.Controls.Add(Label20); this.GroupBox5.Controls.Add(Label21); this.GroupBox5.Controls.Add(Label22); this.GroupBox5.Controls.Add(Label23); this.GroupBox5.Controls.Add(Label24); this.GroupBox5.Controls.Add(EditGlobalVal1); this.GroupBox5.Controls.Add(EditGlobalVal2); this.GroupBox5.Controls.Add(EditGlobalVal3); this.GroupBox5.Controls.Add(EditGlobalVal4); this.GroupBox5.Controls.Add(EditGlobalVal5); this.GroupBox5.Controls.Add(EditGlobalVal6); this.GroupBox5.Controls.Add(EditGlobalVal7); this.GroupBox5.Controls.Add(EditGlobalVal8); this.GroupBox5.Controls.Add(EditGlobalVal9); this.GroupBox5.Controls.Add(EditGlobalVal10); this.GroupBox5.ResumeLayout(false); this.TabSheet3.Controls.Add(GroupBox5); this.TabSheet3.ResumeLayout(false); this.GroupBox7.Controls.Add(GridThread); ((System.ComponentModel.ISupportInitialize)(this.GridThread)).EndInit(); this.GroupBox7.ResumeLayout(false); this.TabSheet5.Controls.Add(GroupBox7); this.TabSheet5.ResumeLayout(false); this.PageControl1.Controls.Add(TabSheet4); this.PageControl1.Controls.Add(TabSheet1); this.PageControl1.Controls.Add(TabSheet2); this.PageControl1.Controls.Add(TabSheet3); this.PageControl1.Controls.Add(TabSheet5); this.PageControl1.ResumeLayout(false); this.Controls.Add(PageControl1); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.Grotto_route = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.normalgrottobox = new System.Windows.Forms.ComboBox(); this.fungrottobox = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.normalgrottogroupbox = new System.Windows.Forms.ComboBox(); this.fungrottogroupbox = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.normalgrottoavailable = new System.Windows.Forms.CheckBox(); this.fungrottoavailable = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.fungrottohelp = new System.Windows.Forms.Button(); this.note_but = new System.Windows.Forms.Button(); this.save_button = new System.Windows.Forms.Button(); this.swarmbox = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.grotto_help = new System.Windows.Forms.Button(); this.table_but = new System.Windows.Forms.Button(); this.forceMale_but = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.gender5 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.gender10 = new System.Windows.Forms.TextBox(); this.gender60 = new System.Windows.Forms.TextBox(); this.gender30 = new System.Windows.Forms.TextBox(); this.forceFemale_but = new System.Windows.Forms.Button(); this.lastvisitedhelp = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.lastgrottobox = new System.Windows.Forms.ComboBox(); this.unknowngrottobox = new System.Windows.Forms.NumericUpDown(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.exit_but = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.unknowngrottobox)).BeginInit(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // Grotto_route // this.Grotto_route.FormattingEnabled = true; this.Grotto_route.Items.AddRange(new object[] { "Sangi Ranch (10-15)", "Route 5 (20-25)", "Lostlorn Forest (20-25)", "Route 6 [Field] (25-30)", "Route 6 [Cave] (25-30)", "Route 7 (30-35)", "Route 13 [StairLeft] (35-40)", "Route 13 [StairDown] (35-40)", "Route 9 (35-40)", "Giant Chasm (45-50)", "Route 22 (40-45)", "Route 23 (50-55)", "Abundant [Field] (35-40)", "Abundant [Pond] (35-40)", "Pinwheel [Interior] (55-60)", "Pinwheel [Exterior] (55-60)", "Route 3 [Daycare] (55-60)", "Route 3 [Pond] (55-60)", "Route 2 (55-60)", "Route 18 (55-60)" }); this.Grotto_route.Location = new System.Drawing.Point(23, 30); this.Grotto_route.Name = "Grotto_route"; this.Grotto_route.Size = new System.Drawing.Size(197, 21); this.Grotto_route.TabIndex = 6; this.Grotto_route.SelectedIndexChanged += new System.EventHandler(this.Grotto_routeSelectedIndexChanged); // // label2 // this.label2.Location = new System.Drawing.Point(68, 18); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 23); this.label2.TabIndex = 8; this.label2.Text = "Slot"; // // label3 // this.label3.Location = new System.Drawing.Point(68, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 9; this.label3.Text = "Slot"; // // normalgrottobox // this.normalgrottobox.FormattingEnabled = true; this.normalgrottobox.Items.AddRange(new object[] { "Pokemon 1", "Pokemon 2", "Pokemon 3", "Item 1", "Item 2", "Item 3", "Item 4", "Dowsing 1", "Dowsing 2", "Dowsing 3", "Dowsing 4", "Unknown/Not used/Buggy 1", "Unknown/Not used/Buggy 2", "Unknown/Not used/Buggy 3", "Unknown/Not used/Buggy 4", "Unknown/Not used/Buggy 5" }); this.normalgrottobox.Location = new System.Drawing.Point(68, 34); this.normalgrottobox.Name = "normalgrottobox"; this.normalgrottobox.Size = new System.Drawing.Size(121, 21); this.normalgrottobox.TabIndex = 10; // // fungrottobox // this.fungrottobox.FormattingEnabled = true; this.fungrottobox.Items.AddRange(new object[] { "Pokemon 1", "Pokemon 2", "Pokemon 3 - GROUP A FEMALE 5% ^^^^", "Item 1", "Item 2 - GROUP A FEMALE 10% ^^^^", "Item 3", "Item 4", "Dowsing 1", "Dowsing 2", "Dowsing 3", "Dowsing 4", "Unknown/Not used/Buggy 1", "Unknown/Not used/Buggy 2", "Unknown - GROUP B FEMALE 60% ^^^^", "Unknown - GROUP A FEMALE 30% ^^^^", "Unknown/Not used/Buggy 5" }); this.fungrottobox.Location = new System.Drawing.Point(68, 33); this.fungrottobox.Name = "fungrottobox"; this.fungrottobox.Size = new System.Drawing.Size(204, 21); this.fungrottobox.TabIndex = 11; this.fungrottobox.SelectedIndexChanged += new System.EventHandler(this.FungrottoboxSelectedIndexChanged); // // label4 // this.label4.Location = new System.Drawing.Point(14, 18); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 23); this.label4.TabIndex = 12; this.label4.Text = "Group"; // // normalgrottogroupbox // this.normalgrottogroupbox.FormattingEnabled = true; this.normalgrottogroupbox.Items.AddRange(new object[] { "A", "B", "C", "D" }); this.normalgrottogroupbox.Location = new System.Drawing.Point(14, 34); this.normalgrottogroupbox.Name = "normalgrottogroupbox"; this.normalgrottogroupbox.Size = new System.Drawing.Size(48, 21); this.normalgrottogroupbox.TabIndex = 13; // // fungrottogroupbox // this.fungrottogroupbox.FormattingEnabled = true; this.fungrottogroupbox.Items.AddRange(new object[] { "A", "B", "C", "D" }); this.fungrottogroupbox.Location = new System.Drawing.Point(14, 33); this.fungrottogroupbox.Name = "fungrottogroupbox"; this.fungrottogroupbox.Size = new System.Drawing.Size(48, 21); this.fungrottogroupbox.TabIndex = 15; this.fungrottogroupbox.SelectedIndexChanged += new System.EventHandler(this.FungrottogroupboxSelectedIndexChanged); // // label5 // this.label5.Location = new System.Drawing.Point(14, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(48, 23); this.label5.TabIndex = 14; this.label5.Text = "Group"; // // normalgrottoavailable // this.normalgrottoavailable.Location = new System.Drawing.Point(68, 61); this.normalgrottoavailable.Name = "normalgrottoavailable"; this.normalgrottoavailable.Size = new System.Drawing.Size(104, 24); this.normalgrottoavailable.TabIndex = 16; this.normalgrottoavailable.Text = "Available"; this.normalgrottoavailable.UseVisualStyleBackColor = true; // // fungrottoavailable // this.fungrottoavailable.Location = new System.Drawing.Point(68, 60); this.fungrottoavailable.Name = "fungrottoavailable"; this.fungrottoavailable.Size = new System.Drawing.Size(104, 24); this.fungrottoavailable.TabIndex = 17; this.fungrottoavailable.Text = "Available"; this.fungrottoavailable.UseVisualStyleBackColor = true; this.fungrottoavailable.CheckedChanged += new System.EventHandler(this.FungrottoavailableCheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.normalgrottoavailable); this.groupBox1.Controls.Add(this.normalgrottogroupbox); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.normalgrottobox); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(23, 66); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(195, 98); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; this.groupBox1.Text = "Normal Grotto"; // // groupBox2 // this.groupBox2.Controls.Add(this.fungrottohelp); this.groupBox2.Controls.Add(this.fungrottoavailable); this.groupBox2.Controls.Add(this.fungrottogroupbox); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.fungrottobox); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(224, 67); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(278, 97); this.groupBox2.TabIndex = 19; this.groupBox2.TabStop = false; this.groupBox2.Text = "Funfest Grotto ?"; // // fungrottohelp // this.fungrottohelp.Location = new System.Drawing.Point(256, 0); this.fungrottohelp.Name = "fungrottohelp"; this.fungrottohelp.Size = new System.Drawing.Size(22, 23); this.fungrottohelp.TabIndex = 23; this.fungrottohelp.Text = "?"; this.fungrottohelp.UseVisualStyleBackColor = true; this.fungrottohelp.Click += new System.EventHandler(this.FungrottohelpClick); // // note_but // this.note_but.Location = new System.Drawing.Point(23, 170); this.note_but.Name = "note_but"; this.note_but.Size = new System.Drawing.Size(75, 23); this.note_but.TabIndex = 24; this.note_but.Text = "Note"; this.note_but.UseVisualStyleBackColor = true; this.note_but.Click += new System.EventHandler(this.Note_butClick); // // save_button // this.save_button.Location = new System.Drawing.Point(537, 238); this.save_button.Name = "save_button"; this.save_button.Size = new System.Drawing.Size(162, 23); this.save_button.TabIndex = 20; this.save_button.Text = "Save and Exit"; this.save_button.UseVisualStyleBackColor = true; this.save_button.Click += new System.EventHandler(this.Save_buttonClick); // // swarmbox // this.swarmbox.FormattingEnabled = true; this.swarmbox.Items.AddRange(new object[] { "Route 1", "Dreamyard", "Route 6", "Route 3", "Route 9", "Resort Desert", "Route 5", "Route 7", "Route 12", "Route 8", "Route 11", "Route 13", "Abundant Shrine", "Route 15", "Route 16", "Route 18", "Rebirth Mountain", "Route 20", "Route 22" }); this.swarmbox.Location = new System.Drawing.Point(6, 30); this.swarmbox.Name = "swarmbox"; this.swarmbox.Size = new System.Drawing.Size(161, 21); this.swarmbox.TabIndex = 22; // // groupBox3 // this.groupBox3.Controls.Add(this.grotto_help); this.groupBox3.Controls.Add(this.table_but); this.groupBox3.Controls.Add(this.note_but); this.groupBox3.Controls.Add(this.forceMale_but); this.groupBox3.Controls.Add(this.groupBox5); this.groupBox3.Controls.Add(this.forceFemale_but); this.groupBox3.Controls.Add(this.lastvisitedhelp); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.lastgrottobox); this.groupBox3.Controls.Add(this.groupBox2); this.groupBox3.Controls.Add(this.groupBox1); this.groupBox3.Controls.Add(this.Grotto_route); this.groupBox3.Location = new System.Drawing.Point(13, 7); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(508, 254); this.groupBox3.TabIndex = 23; this.groupBox3.TabStop = false; this.groupBox3.Text = "Hidden Grotto"; // // grotto_help // this.grotto_help.Location = new System.Drawing.Point(307, 30); this.grotto_help.Name = "grotto_help"; this.grotto_help.Size = new System.Drawing.Size(18, 23); this.grotto_help.TabIndex = 25; this.grotto_help.Text = "?"; this.grotto_help.UseVisualStyleBackColor = true; this.grotto_help.Click += new System.EventHandler(this.Grotto_helpClick); // // table_but // this.table_but.Enabled = false; this.table_but.Location = new System.Drawing.Point(226, 30); this.table_but.Name = "table_but"; this.table_but.Size = new System.Drawing.Size(75, 23); this.table_but.TabIndex = 25; this.table_but.Text = "Grotto Table"; this.table_but.UseVisualStyleBackColor = true; this.table_but.Click += new System.EventHandler(this.Black2table_butClick); // // forceMale_but // this.forceMale_but.Location = new System.Drawing.Point(365, 43); this.forceMale_but.Name = "forceMale_but"; this.forceMale_but.Size = new System.Drawing.Size(103, 23); this.forceMale_but.TabIndex = 26; this.forceMale_but.Text = "Force Male"; this.forceMale_but.UseVisualStyleBackColor = true; this.forceMale_but.Click += new System.EventHandler(this.ForceMale_butClick); // // groupBox5 // this.groupBox5.Controls.Add(this.label9); this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.label8); this.groupBox5.Controls.Add(this.gender5); this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.gender10); this.groupBox5.Controls.Add(this.gender60); this.groupBox5.Controls.Add(this.gender30); this.groupBox5.Location = new System.Drawing.Point(368, 170); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(134, 76); this.groupBox5.TabIndex = 24; this.groupBox5.TabStop = false; this.groupBox5.Text = "Gender"; // // label9 // this.label9.Location = new System.Drawing.Point(63, 46); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(27, 23); this.label9.TabIndex = 31; this.label9.Text = "60%"; // // label6 // this.label6.Location = new System.Drawing.Point(6, 22); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(25, 23); this.label6.TabIndex = 28; this.label6.Text = "5%"; // // label8 // this.label8.Location = new System.Drawing.Point(2, 46); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(27, 23); this.label8.TabIndex = 30; this.label8.Text = "30%"; // // gender5 // this.gender5.Enabled = false; this.gender5.Location = new System.Drawing.Point(35, 22); this.gender5.Name = "gender5"; this.gender5.Size = new System.Drawing.Size(22, 20); this.gender5.TabIndex = 24; // // label7 // this.label7.Location = new System.Drawing.Point(65, 19); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(27, 23); this.label7.TabIndex = 29; this.label7.Text = "10%"; // // gender10 // this.gender10.Enabled = false; this.gender10.Location = new System.Drawing.Point(96, 19); this.gender10.Name = "gender10"; this.gender10.Size = new System.Drawing.Size(22, 20); this.gender10.TabIndex = 25; // // gender60 // this.gender60.Enabled = false; this.gender60.Location = new System.Drawing.Point(96, 46); this.gender60.Name = "gender60"; this.gender60.Size = new System.Drawing.Size(22, 20); this.gender60.TabIndex = 27; // // gender30 // this.gender30.Enabled = false; this.gender30.Location = new System.Drawing.Point(35, 46); this.gender30.Name = "gender30"; this.gender30.Size = new System.Drawing.Size(22, 20); this.gender30.TabIndex = 26; // // forceFemale_but // this.forceFemale_but.Location = new System.Drawing.Point(365, 14); this.forceFemale_but.Name = "forceFemale_but"; this.forceFemale_but.Size = new System.Drawing.Size(103, 23); this.forceFemale_but.TabIndex = 25; this.forceFemale_but.Text = "Force Female"; this.forceFemale_but.UseVisualStyleBackColor = true; this.forceFemale_but.Click += new System.EventHandler(this.ForceFemale_butClick); // // lastvisitedhelp // this.lastvisitedhelp.Location = new System.Drawing.Point(323, 201); this.lastvisitedhelp.Name = "lastvisitedhelp"; this.lastvisitedhelp.Size = new System.Drawing.Size(22, 23); this.lastvisitedhelp.TabIndex = 22; this.lastvisitedhelp.Text = "?"; this.lastvisitedhelp.UseVisualStyleBackColor = true; this.lastvisitedhelp.Click += new System.EventHandler(this.LastvisitedhelpClick); // // label1 // this.label1.Location = new System.Drawing.Point(20, 204); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 23); this.label1.TabIndex = 21; this.label1.Text = "Last Visited Grotto"; // // lastgrottobox // this.lastgrottobox.FormattingEnabled = true; this.lastgrottobox.Items.AddRange(new object[] { "Sangi Ranch (10-15)", "Route 5 (20-25)", "Lostlorn Forest (20-25)", "Route 6 [Field] (25-30)", "Route 6 [Cave] (25-30)", "Route 7 (30-35)", "Route 13 [StairLeft] (35-40)", "Route 13 [StairDown] (35-40)", "Route 9 (35-40)", "Giant Chasm (45-50)", "Route 22 (40-45)", "Route 23 (50-55)", "Abundant [Field] (35-40)", "Abundant [Pond] (35-40)", "Pinwheel [Interior] (55-60)", "Pinwheel [Exterior] (55-60)", "Route 3 [Daycare] (55-60)", "Route 3 [Pond] (55-60)", "Route 2 (55-60)", "Route 18 (55-60)" }); this.lastgrottobox.Location = new System.Drawing.Point(120, 201); this.lastgrottobox.Name = "lastgrottobox"; this.lastgrottobox.Size = new System.Drawing.Size(197, 21); this.lastgrottobox.TabIndex = 20; // // unknowngrottobox // this.unknowngrottobox.Location = new System.Drawing.Point(538, 89); this.unknowngrottobox.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); this.unknowngrottobox.Name = "unknowngrottobox"; this.unknowngrottobox.Size = new System.Drawing.Size(52, 20); this.unknowngrottobox.TabIndex = 23; this.unknowngrottobox.Visible = false; // // groupBox4 // this.groupBox4.Controls.Add(this.swarmbox); this.groupBox4.Location = new System.Drawing.Point(532, 7); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(175, 65); this.groupBox4.TabIndex = 24; this.groupBox4.TabStop = false; this.groupBox4.Text = "Current Swarm"; // // exit_but // this.exit_but.Location = new System.Drawing.Point(537, 211); this.exit_but.Name = "exit_but"; this.exit_but.Size = new System.Drawing.Size(162, 23); this.exit_but.TabIndex = 25; this.exit_but.Text = "Exit"; this.exit_but.UseVisualStyleBackColor = true; this.exit_but.Click += new System.EventHandler(this.Exit_butClick); // // Grotto // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(722, 270); this.Controls.Add(this.exit_but); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.save_button); this.Controls.Add(this.unknowngrottobox); this.Name = "Grotto"; this.Text = "BW2 Grotto & Swarm tool 0.1 by suloku"; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.unknowngrottobox)).EndInit(); this.groupBox4.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() { this.generatorsLB = new System.Windows.Forms.ListBox(); this.button1 = new System.Windows.Forms.Button(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // generatorsLB // this.generatorsLB.FormattingEnabled = true; this.generatorsLB.Location = new System.Drawing.Point(10, 19); this.generatorsLB.Name = "generatorsLB"; this.generatorsLB.Size = new System.Drawing.Size(184, 173); this.generatorsLB.TabIndex = 0; // // button1 // this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.Location = new System.Drawing.Point(200, 19); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(102, 21); this.button1.TabIndex = 1; this.button1.Text = "+ Add Generator"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(200, 59); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(102, 20); this.numericUpDown1.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(200, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(36, 13); this.label2.TabIndex = 4; this.label2.Text = "Count"; // // groupBox1 // this.groupBox1.Controls.Add(this.generatorsLB); this.groupBox1.Controls.Add(this.numericUpDown1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Location = new System.Drawing.Point(8, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(320, 207); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "Generators"; // // NameConnectionEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.groupBox1); this.Name = "NameConnectionEditor"; this.Size = new System.Drawing.Size(336, 222); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { System.Windows.Forms.Label label1; System.Windows.Forms.Label label7; System.Windows.Forms.Label label6; System.Windows.Forms.GroupBox groupBox5; System.Windows.Forms.Label label5; System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDrawString)); this.rb3DFace_ = new System.Windows.Forms.RadioButton(); this.rbPoints_ = new System.Windows.Forms.RadioButton(); this.rb3DLine_ = new System.Windows.Forms.RadioButton(); this.rb3dPolyLine_ = new System.Windows.Forms.RadioButton(); this.groupBoxSelection2 = new System.Windows.Forms.GroupBox(); this.tbDeSelStringLebel_ = new System.Windows.Forms.TextBox(); this.tbSelStringLebel_ = new System.Windows.Forms.TextBox(); this.btnDeSelStringLabels_ = new System.Windows.Forms.Button(); this.btnSelStringLabels_ = new System.Windows.Forms.Button(); this.groupBoxSelection1 = new System.Windows.Forms.GroupBox(); this.btnDeSelAllStringLabels_ = new System.Windows.Forms.Button(); this.btnSelAllStringLabels_ = new System.Windows.Forms.Button(); this.groupBoxParameters = new System.Windows.Forms.GroupBox(); this.lbStringLebels_ = new System.Windows.Forms.CheckedListBox(); this.cbModelName_ = new System.Windows.Forms.ComboBox(); this.OkBtn = new System.Windows.Forms.Button(); this.BtnCancel = new System.Windows.Forms.Button(); this.progressBar_ = new System.Windows.Forms.ProgressBar(); this.tbScaleX_ = new HeadsFunctions1.CustomCtrls.TextBoxDouble(); this.tbScaleY_ = new HeadsFunctions1.CustomCtrls.TextBoxDouble(); label1 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); label6 = new System.Windows.Forms.Label(); groupBox5 = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); groupBox4 = new System.Windows.Forms.GroupBox(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); groupBox5.SuspendLayout(); groupBox4.SuspendLayout(); this.groupBoxSelection2.SuspendLayout(); this.groupBoxSelection1.SuspendLayout(); this.groupBoxParameters.SuspendLayout(); this.SuspendLayout(); // // label1 // label1.Location = new System.Drawing.Point(6, 85); label1.Name = "label1"; label1.Size = new System.Drawing.Size(251, 21); label1.TabIndex = 6; label1.Text = "Wild Character ? may be used, Example J? or JE?"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(246, 263); label7.Name = "label7"; label7.Size = new System.Drawing.Size(67, 13); label7.TabIndex = 9; label7.Text = "Scale (Y-dir):"; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(14, 263); label6.Name = "label6"; label6.Size = new System.Drawing.Size(67, 13); label6.TabIndex = 7; label6.Text = "Scale (X-dir):"; // // groupBox5 // groupBox5.Controls.Add(label5); groupBox5.Location = new System.Drawing.Point(11, 216); groupBox5.Name = "groupBox5"; groupBox5.Size = new System.Drawing.Size(418, 35); groupBox5.TabIndex = 6; groupBox5.TabStop = false; groupBox5.Text = "Pre-Select"; // // label5 // label5.Location = new System.Drawing.Point(52, 15); label5.Name = "label5"; label5.Size = new System.Drawing.Size(315, 19); label5.TabIndex = 5; label5.Text = "Current Layer-Color-Line Type and Format-Point Style"; // // groupBox4 // groupBox4.Controls.Add(this.rb3DFace_); groupBox4.Controls.Add(this.rbPoints_); groupBox4.Controls.Add(this.rb3DLine_); groupBox4.Controls.Add(this.rb3dPolyLine_); groupBox4.Location = new System.Drawing.Point(11, 157); groupBox4.Name = "groupBox4"; groupBox4.Size = new System.Drawing.Size(418, 43); groupBox4.TabIndex = 5; groupBox4.TabStop = false; groupBox4.Text = "All other string labels may be drawn with : "; // // rb3DFace_ // this.rb3DFace_.AutoSize = true; this.rb3DFace_.Location = new System.Drawing.Point(344, 20); this.rb3DFace_.Name = "rb3DFace_"; this.rb3DFace_.Size = new System.Drawing.Size(66, 17); this.rb3DFace_.TabIndex = 3; this.rb3DFace_.Text = "3D Face"; this.rb3DFace_.UseVisualStyleBackColor = true; // // rbPoints_ // this.rbPoints_.AutoSize = true; this.rbPoints_.Location = new System.Drawing.Point(245, 20); this.rbPoints_.Name = "rbPoints_"; this.rbPoints_.Size = new System.Drawing.Size(54, 17); this.rbPoints_.TabIndex = 2; this.rbPoints_.Text = "Points"; this.rbPoints_.UseVisualStyleBackColor = true; // // rb3DLine_ // this.rb3DLine_.AutoSize = true; this.rb3DLine_.Location = new System.Drawing.Point(138, 20); this.rb3DLine_.Name = "rb3DLine_"; this.rb3DLine_.Size = new System.Drawing.Size(62, 17); this.rb3DLine_.TabIndex = 1; this.rb3DLine_.Text = "3D Line"; this.rb3DLine_.UseVisualStyleBackColor = true; // // rb3dPolyLine_ // this.rb3dPolyLine_.AutoSize = true; this.rb3dPolyLine_.Checked = true; this.rb3dPolyLine_.Location = new System.Drawing.Point(8, 20); this.rb3dPolyLine_.Name = "rb3dPolyLine_"; this.rb3dPolyLine_.Size = new System.Drawing.Size(85, 17); this.rb3dPolyLine_.TabIndex = 0; this.rb3dPolyLine_.TabStop = true; this.rb3dPolyLine_.Text = "3D Poly Line"; this.rb3dPolyLine_.UseVisualStyleBackColor = true; // // label4 // label4.Location = new System.Drawing.Point(6, 68); label4.Name = "label4"; label4.Size = new System.Drawing.Size(169, 81); label4.TabIndex = 4; label4.Text = "String Labels starting with letters \"P0\" are drawn as points with elevations. Oth" + "er string labels starting with letter \"P\" are drawn as points with labels"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(185, 18); label3.Name = "label3"; label3.Size = new System.Drawing.Size(71, 13); label3.TabIndex = 3; label3.Text = "String Labels:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(9, 18); label2.Name = "label2"; label2.Size = new System.Drawing.Size(70, 13); label2.TabIndex = 2; label2.Text = "Model Name:"; // // groupBoxSelection2 // this.groupBoxSelection2.Controls.Add(this.tbDeSelStringLebel_); this.groupBoxSelection2.Controls.Add(this.tbSelStringLebel_); this.groupBoxSelection2.Controls.Add(this.btnDeSelStringLabels_); this.groupBoxSelection2.Controls.Add(this.btnSelStringLabels_); this.groupBoxSelection2.Controls.Add(label1); this.groupBoxSelection2.Location = new System.Drawing.Point(180, 8); this.groupBoxSelection2.Name = "groupBoxSelection2"; this.groupBoxSelection2.Size = new System.Drawing.Size(263, 108); this.groupBoxSelection2.TabIndex = 7; this.groupBoxSelection2.TabStop = false; // // tbDeSelStringLebel_ // this.tbDeSelStringLebel_.Location = new System.Drawing.Point(175, 55); this.tbDeSelStringLebel_.Name = "tbDeSelStringLebel_"; this.tbDeSelStringLebel_.Size = new System.Drawing.Size(82, 20); this.tbDeSelStringLebel_.TabIndex = 5; // // tbSelStringLebel_ // this.tbSelStringLebel_.Location = new System.Drawing.Point(175, 18); this.tbSelStringLebel_.Name = "tbSelStringLebel_"; this.tbSelStringLebel_.Size = new System.Drawing.Size(82, 20); this.tbSelStringLebel_.TabIndex = 4; // // btnDeSelStringLabels_ // this.btnDeSelStringLabels_.Location = new System.Drawing.Point(8, 51); this.btnDeSelStringLabels_.Name = "btnDeSelStringLabels_"; this.btnDeSelStringLabels_.Size = new System.Drawing.Size(148, 27); this.btnDeSelStringLabels_.TabIndex = 3; this.btnDeSelStringLabels_.Text = "De-Select String Labels"; this.btnDeSelStringLabels_.UseVisualStyleBackColor = true; this.btnDeSelStringLabels_.Click += new System.EventHandler(this.btnDeSelStringLabels__Click); // // btnSelStringLabels_ // this.btnSelStringLabels_.Location = new System.Drawing.Point(8, 15); this.btnSelStringLabels_.Name = "btnSelStringLabels_"; this.btnSelStringLabels_.Size = new System.Drawing.Size(148, 27); this.btnSelStringLabels_.TabIndex = 2; this.btnSelStringLabels_.Text = "Select String Labels"; this.btnSelStringLabels_.UseVisualStyleBackColor = true; this.btnSelStringLabels_.Click += new System.EventHandler(this.btnSelStringLabels__Click); // // groupBoxSelection1 // this.groupBoxSelection1.Controls.Add(this.btnDeSelAllStringLabels_); this.groupBoxSelection1.Controls.Add(this.btnSelAllStringLabels_); this.groupBoxSelection1.Location = new System.Drawing.Point(3, 6); this.groupBoxSelection1.Name = "groupBoxSelection1"; this.groupBoxSelection1.Size = new System.Drawing.Size(167, 110); this.groupBoxSelection1.TabIndex = 8; this.groupBoxSelection1.TabStop = false; // // btnDeSelAllStringLabels_ // this.btnDeSelAllStringLabels_.Location = new System.Drawing.Point(9, 52); this.btnDeSelAllStringLabels_.Name = "btnDeSelAllStringLabels_"; this.btnDeSelAllStringLabels_.Size = new System.Drawing.Size(148, 27); this.btnDeSelAllStringLabels_.TabIndex = 1; this.btnDeSelAllStringLabels_.Text = "De-Select All String Labels"; this.btnDeSelAllStringLabels_.UseVisualStyleBackColor = true; this.btnDeSelAllStringLabels_.Click += new System.EventHandler(this.btnDeSelAllStringLabels__Click); // // btnSelAllStringLabels_ // this.btnSelAllStringLabels_.Location = new System.Drawing.Point(9, 16); this.btnSelAllStringLabels_.Name = "btnSelAllStringLabels_"; this.btnSelAllStringLabels_.Size = new System.Drawing.Size(148, 27); this.btnSelAllStringLabels_.TabIndex = 0; this.btnSelAllStringLabels_.Text = "Select All String Labels"; this.btnSelAllStringLabels_.UseVisualStyleBackColor = true; this.btnSelAllStringLabels_.Click += new System.EventHandler(this.btnSelAllStringLabels__Click); // // groupBoxParameters // this.groupBoxParameters.Controls.Add(this.tbScaleX_); this.groupBoxParameters.Controls.Add(this.tbScaleY_); this.groupBoxParameters.Controls.Add(label7); this.groupBoxParameters.Controls.Add(label6); this.groupBoxParameters.Controls.Add(groupBox5); this.groupBoxParameters.Controls.Add(groupBox4); this.groupBoxParameters.Controls.Add(label4); this.groupBoxParameters.Controls.Add(label3); this.groupBoxParameters.Controls.Add(label2); this.groupBoxParameters.Controls.Add(this.lbStringLebels_); this.groupBoxParameters.Controls.Add(this.cbModelName_); this.groupBoxParameters.Location = new System.Drawing.Point(8, 122); this.groupBoxParameters.Name = "groupBoxParameters"; this.groupBoxParameters.Size = new System.Drawing.Size(434, 296); this.groupBoxParameters.TabIndex = 9; this.groupBoxParameters.TabStop = false; this.groupBoxParameters.Text = "Parameters"; // // lbStringLebels_ // this.lbStringLebels_.CheckOnClick = true; this.lbStringLebels_.FormattingEnabled = true; this.lbStringLebels_.Location = new System.Drawing.Point(188, 37); this.lbStringLebels_.Name = "lbStringLebels_"; this.lbStringLebels_.Size = new System.Drawing.Size(241, 109); this.lbStringLebels_.TabIndex = 1; this.lbStringLebels_.ThreeDCheckBoxes = true; // // cbModelName_ // this.cbModelName_.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbModelName_.FormattingEnabled = true; this.cbModelName_.Location = new System.Drawing.Point(6, 37); this.cbModelName_.Name = "cbModelName_"; this.cbModelName_.Size = new System.Drawing.Size(161, 21); this.cbModelName_.TabIndex = 0; this.cbModelName_.SelectedIndexChanged += new System.EventHandler(this.cbModelName__SelectedIndexChanged); // // OkBtn // this.OkBtn.Location = new System.Drawing.Point(242, 457); this.OkBtn.Name = "OkBtn"; this.OkBtn.Size = new System.Drawing.Size(91, 28); this.OkBtn.TabIndex = 11; this.OkBtn.Text = "OK"; this.OkBtn.UseVisualStyleBackColor = true; this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); // // BtnCancel // this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BtnCancel.Location = new System.Drawing.Point(352, 457); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(91, 28); this.BtnCancel.TabIndex = 12; this.BtnCancel.Text = "Cancel"; this.BtnCancel.UseVisualStyleBackColor = true; this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // progressBar_ // this.progressBar_.ForeColor = System.Drawing.Color.Blue; this.progressBar_.Location = new System.Drawing.Point(8, 428); this.progressBar_.MarqueeAnimationSpeed = 0; this.progressBar_.Name = "progressBar_"; this.progressBar_.Size = new System.Drawing.Size(435, 20); this.progressBar_.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar_.TabIndex = 13; // // tbScaleX_ // this.tbScaleX_.Location = new System.Drawing.Point(85, 260); this.tbScaleX_.MaskFormat = ""; this.tbScaleX_.MaximumValue = 1.7976931348623157E+308; this.tbScaleX_.MinimumValue = -1.7976931348623157E+308; this.tbScaleX_.Name = "tbScaleX_"; this.tbScaleX_.Size = new System.Drawing.Size(110, 20); this.tbScaleX_.TabIndex = 15; this.tbScaleX_.Text = "0"; this.tbScaleX_.Value = 0; // // tbScaleY_ // this.tbScaleY_.Location = new System.Drawing.Point(319, 260); this.tbScaleY_.MaskFormat = ""; this.tbScaleY_.MaximumValue = 1.7976931348623157E+308; this.tbScaleY_.MinimumValue = -1.7976931348623157E+308; this.tbScaleY_.Name = "tbScaleY_"; this.tbScaleY_.Size = new System.Drawing.Size(110, 20); this.tbScaleY_.TabIndex = 14; this.tbScaleY_.Text = "0"; this.tbScaleY_.Value = 0; // // FormDrawString // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(449, 495); this.Controls.Add(this.progressBar_); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.OkBtn); this.Controls.Add(this.groupBoxParameters); this.Controls.Add(this.groupBoxSelection1); this.Controls.Add(this.groupBoxSelection2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FormDrawString"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Draw String"; groupBox5.ResumeLayout(false); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); this.groupBoxSelection2.ResumeLayout(false); this.groupBoxSelection2.PerformLayout(); this.groupBoxSelection1.ResumeLayout(false); this.groupBoxParameters.ResumeLayout(false); this.groupBoxParameters.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.comboBox0 = new System.Windows.Forms.ComboBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(960, 704); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "PSICOLOGÍA"; // // button2 // this.button2.Location = new System.Drawing.Point(615, 112); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(233, 23); this.button2.TabIndex = 35; this.button2.Text = "REGISTRAR NUEVO PSICOLOGO/A"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button2Click); // // button1 // this.button1.Location = new System.Drawing.Point(6, 325); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(586, 23); this.button1.TabIndex = 1; this.button1.Text = "GUARDAR"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1Click); // // groupBox2 // this.groupBox2.Controls.Add(this.comboBox0); this.groupBox2.Controls.Add(this.textBox5); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.textBox2); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.comboBox1); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(6, 33); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(586, 276); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "ENTRADAS"; // // comboBox0 // this.comboBox0.FormattingEnabled = true; this.comboBox0.Location = new System.Drawing.Point(125, 29); this.comboBox0.Name = "comboBox0"; this.comboBox0.Size = new System.Drawing.Size(187, 21); this.comboBox0.TabIndex = 13; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(125, 142); this.textBox5.Multiline = true; this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(442, 115); this.textBox5.TabIndex = 12; // // label7 // this.label7.Location = new System.Drawing.Point(6, 139); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(110, 23); this.label7.TabIndex = 11; this.label7.Text = "NOTAS:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(275, 105); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(69, 20); this.textBox4.TabIndex = 10; this.textBox4.Text = "0"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(200, 105); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(69, 20); this.textBox3.TabIndex = 9; this.textBox3.Text = "0"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(125, 105); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(69, 20); this.textBox2.TabIndex = 8; this.textBox2.Text = "0"; // // label6 // this.label6.Location = new System.Drawing.Point(275, 79); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(69, 23); this.label6.TabIndex = 7; this.label6.Text = "NIÑOS:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.Location = new System.Drawing.Point(200, 79); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(69, 23); this.label5.TabIndex = 6; this.label5.Text = "MUJERES:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.Location = new System.Drawing.Point(125, 79); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 23); this.label4.TabIndex = 5; this.label4.Text = "HOMBRES:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Location = new System.Drawing.Point(6, 79); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(110, 23); this.label3.TabIndex = 4; this.label3.Text = "ASISTENTES:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(125, 52); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(187, 21); this.comboBox1.TabIndex = 3; // // label2 // this.label2.Location = new System.Drawing.Point(6, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 23); this.label2.TabIndex = 2; this.label2.Text = "TIPO DE TERAPIA:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.Location = new System.Drawing.Point(6, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 23); this.label1.TabIndex = 0; this.label1.Text = "PSICOLOGO/A:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FormPsico1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 762); this.ControlBox = false; this.Controls.Add(this.groupBox1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPsico1"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "FormPsico1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textBox8 = new System.Windows.Forms.TextBox(); this.textBox9 = new System.Windows.Forms.TextBox(); this.textBox7 = new System.Windows.Forms.TextBox(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.textBox10 = new System.Windows.Forms.TextBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(416, 96); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "文件信息"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(80, 40); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(232, 21); this.textBox2.TabIndex = 3; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(80, 64); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(136, 21); this.textBox3.TabIndex = 3; // // label2 // this.label2.Location = new System.Drawing.Point(8, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 4; this.label2.Text = "文件大小:"; // // label1 // this.label1.Location = new System.Drawing.Point(16, 48); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 16); this.label1.TabIndex = 2; this.label1.Text = "文件名:"; // // button1 // this.button1.Location = new System.Drawing.Point(320, 16); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 23); this.button1.TabIndex = 1; this.button1.Text = "浏览"; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(8, 16); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(304, 21); this.textBox1.TabIndex = 0; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label6 // this.label6.Location = new System.Drawing.Point(224, 72); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 16); this.label6.TabIndex = 2; this.label6.Text = "(单位:字节)"; // // openFileDialog1 // this.openFileDialog1.Filter = "所有文件|*.*"; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox6); this.groupBox2.Controls.Add(this.textBox5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Location = new System.Drawing.Point(0, 96); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(416, 72); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "系统设置"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(96, 40); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(72, 21); this.textBox6.TabIndex = 3; this.textBox6.Text = "10000"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(320, 16); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(80, 21); this.textBox5.TabIndex = 3; this.textBox5.Text = "6666"; // // label4 // this.label4.Location = new System.Drawing.Point(256, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 2; this.label4.Text = "传输端口:"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(96, 16); this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; this.textBox4.Size = new System.Drawing.Size(144, 21); this.textBox4.TabIndex = 1; // // label3 // this.label3.Location = new System.Drawing.Point(16, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 16); this.label3.TabIndex = 0; this.label3.Text = "本机IP地址:"; // // label5 // this.label5.Location = new System.Drawing.Point(24, 48); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(88, 16); this.label5.TabIndex = 2; this.label5.Text = "包的大小:"; // // label9 // this.label9.Location = new System.Drawing.Point(176, 48); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(224, 16); this.label9.TabIndex = 2; this.label9.Text = "(范围:10000 - 60000 单位:字节)"; // // groupBox3 // this.groupBox3.Controls.Add(this.textBox8); this.groupBox3.Controls.Add(this.textBox9); this.groupBox3.Controls.Add(this.textBox7); this.groupBox3.Controls.Add(this.progressBar1); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.label12); this.groupBox3.Controls.Add(this.textBox10); this.groupBox3.Location = new System.Drawing.Point(0, 168); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(416, 168); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "状态信息"; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(120, 40); this.textBox8.Name = "textBox8"; this.textBox8.ReadOnly = true; this.textBox8.Size = new System.Drawing.Size(160, 21); this.textBox8.TabIndex = 1; this.textBox8.TextChanged += new System.EventHandler(this.textBox8_TextChanged); // // textBox9 // this.textBox9.Location = new System.Drawing.Point(120, 64); this.textBox9.Name = "textBox9"; this.textBox9.ReadOnly = true; this.textBox9.Size = new System.Drawing.Size(80, 21); this.textBox9.TabIndex = 1; this.textBox9.TextChanged += new System.EventHandler(this.textBox9_TextChanged); // // textBox7 // this.textBox7.Location = new System.Drawing.Point(120, 16); this.textBox7.Name = "textBox7"; this.textBox7.ReadOnly = true; this.textBox7.Size = new System.Drawing.Size(160, 21); this.textBox7.TabIndex = 1; this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(8, 136); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(400, 23); this.progressBar1.Step = 1; this.progressBar1.TabIndex = 3; this.progressBar1.Click += new System.EventHandler(this.progressBar1_Click); // // label7 // this.label7.Location = new System.Drawing.Point(32, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(96, 16); this.label7.TabIndex = 2; this.label7.Text = "接收端IP地址:"; // // label8 // this.label8.Location = new System.Drawing.Point(40, 48); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(80, 16); this.label8.TabIndex = 2; this.label8.Text = "包的总数量:"; // // label10 // this.label10.Location = new System.Drawing.Point(8, 72); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(120, 16); this.label10.TabIndex = 2; this.label10.Text = "最后一个包的大小:"; // // label11 // this.label11.Location = new System.Drawing.Point(200, 72); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(96, 16); this.label11.TabIndex = 2; this.label11.Text = "(单位:字节)"; // // label12 // this.label12.Location = new System.Drawing.Point(16, 96); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(104, 16); this.label12.TabIndex = 2; this.label12.Text = "已发送包的数量:"; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(120, 88); this.textBox10.Name = "textBox10"; this.textBox10.ReadOnly = true; this.textBox10.Size = new System.Drawing.Size(80, 21); this.textBox10.TabIndex = 1; this.textBox10.TextChanged += new System.EventHandler(this.textBox10_TextChanged); // // groupBox4 // this.groupBox4.Controls.Add(this.button2); this.groupBox4.Location = new System.Drawing.Point(0, 336); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(416, 48); this.groupBox4.TabIndex = 3; this.groupBox4.TabStop = false; this.groupBox4.Text = "系统控制"; // // button2 // this.button2.Location = new System.Drawing.Point(16, 16); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 0; this.button2.Text = "开始发送"; this.button2.Click += new System.EventHandler(this.button2_Click); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(416, 389); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "Form1"; this.Text = "加解密程序实践文件传输示例"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox4.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() { System.Windows.Forms.GroupBox groupBox3; this.exitButton = new System.Windows.Forms.Button(); this.newSearchButton = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.locationButton = new System.Windows.Forms.Button(); this.approvedVisitorsButton = new System.Windows.Forms.Button(); this.profileInformationButton = new System.Windows.Forms.Button(); this.insuranceInformationButton = new System.Windows.Forms.Button(); this.billingInformationButton = new System.Windows.Forms.Button(); this.backButton = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.doctorNotesButton = new System.Windows.Forms.Button(); this.scheduledProceduresButton = new System.Windows.Forms.Button(); this.prescriptionsButton = new System.Windows.Forms.Button(); this.nurseNotesButton = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.logOffButton = new System.Windows.Forms.Button(); this.dischargeButton = new System.Windows.Forms.Button(); groupBox3 = new System.Windows.Forms.GroupBox(); groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox3.BackColor = System.Drawing.SystemColors.Control; groupBox3.Controls.Add(this.exitButton); groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); groupBox3.Location = new System.Drawing.Point(18, 780); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(187, 61); groupBox3.TabIndex = 5; groupBox3.TabStop = false; groupBox3.Text = "Close Application"; // // exitButton // this.exitButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.exitButton.Location = new System.Drawing.Point(50, 19); this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(75, 23); this.exitButton.TabIndex = 4; this.exitButton.Text = "Exit"; this.exitButton.UseVisualStyleBackColor = true; this.exitButton.Click += new System.EventHandler(this.exitButton_Click); // // newSearchButton // this.newSearchButton.Location = new System.Drawing.Point(32, 23); this.newSearchButton.Name = "newSearchButton"; this.newSearchButton.Size = new System.Drawing.Size(151, 23); this.newSearchButton.TabIndex = 0; this.newSearchButton.Text = "Search For A New Patient"; this.newSearchButton.UseVisualStyleBackColor = true; this.newSearchButton.Click += new System.EventHandler(this.newSearchButton_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.locationButton); this.groupBox1.Controls.Add(this.approvedVisitorsButton); this.groupBox1.Controls.Add(this.profileInformationButton); this.groupBox1.Controls.Add(this.insuranceInformationButton); this.groupBox1.Controls.Add(this.billingInformationButton); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(14, 138); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(191, 239); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; // // locationButton // this.locationButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.locationButton.Location = new System.Drawing.Point(18, 162); this.locationButton.Name = "locationButton"; this.locationButton.Size = new System.Drawing.Size(151, 23); this.locationButton.TabIndex = 8; this.locationButton.Text = "Location"; this.locationButton.UseVisualStyleBackColor = true; this.locationButton.Click += new System.EventHandler(this.locationButton_Click); // // approvedVisitorsButton // this.approvedVisitorsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.approvedVisitorsButton.Location = new System.Drawing.Point(18, 203); this.approvedVisitorsButton.Name = "approvedVisitorsButton"; this.approvedVisitorsButton.Size = new System.Drawing.Size(151, 23); this.approvedVisitorsButton.TabIndex = 7; this.approvedVisitorsButton.Text = "Approved Visitors"; this.approvedVisitorsButton.UseVisualStyleBackColor = true; this.approvedVisitorsButton.Click += new System.EventHandler(this.approvedVisitorsButton_Click); // // profileInformationButton // this.profileInformationButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.profileInformationButton.Location = new System.Drawing.Point(18, 30); this.profileInformationButton.Name = "profileInformationButton"; this.profileInformationButton.Size = new System.Drawing.Size(151, 23); this.profileInformationButton.TabIndex = 6; this.profileInformationButton.Text = "Profile"; this.profileInformationButton.UseVisualStyleBackColor = true; this.profileInformationButton.Click += new System.EventHandler(this.profileInformationButton_Click); // // insuranceInformationButton // this.insuranceInformationButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.insuranceInformationButton.Location = new System.Drawing.Point(18, 118); this.insuranceInformationButton.Name = "insuranceInformationButton"; this.insuranceInformationButton.Size = new System.Drawing.Size(151, 23); this.insuranceInformationButton.TabIndex = 1; this.insuranceInformationButton.Text = "Insurance"; this.insuranceInformationButton.UseVisualStyleBackColor = true; this.insuranceInformationButton.Click += new System.EventHandler(this.insuranceInformationButton_Click); // // billingInformationButton // this.billingInformationButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.billingInformationButton.Location = new System.Drawing.Point(18, 78); this.billingInformationButton.Name = "billingInformationButton"; this.billingInformationButton.Size = new System.Drawing.Size(151, 23); this.billingInformationButton.TabIndex = 0; this.billingInformationButton.Text = " Billing"; this.billingInformationButton.UseVisualStyleBackColor = true; this.billingInformationButton.Click += new System.EventHandler(this.billingInformationButton_Click); // // backButton // this.backButton.Location = new System.Drawing.Point(32, 70); this.backButton.Name = "backButton"; this.backButton.Size = new System.Drawing.Size(151, 23); this.backButton.TabIndex = 6; this.backButton.Text = "Back To Search Results"; this.backButton.UseVisualStyleBackColor = true; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.doctorNotesButton); this.groupBox2.Controls.Add(this.scheduledProceduresButton); this.groupBox2.Controls.Add(this.prescriptionsButton); this.groupBox2.Controls.Add(this.nurseNotesButton); this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.Location = new System.Drawing.Point(14, 422); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(191, 205); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; // // doctorNotesButton // this.doctorNotesButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.doctorNotesButton.Location = new System.Drawing.Point(18, 165); this.doctorNotesButton.Name = "doctorNotesButton"; this.doctorNotesButton.Size = new System.Drawing.Size(151, 23); this.doctorNotesButton.TabIndex = 6; this.doctorNotesButton.Text = "Doctor Notes"; this.doctorNotesButton.UseVisualStyleBackColor = true; this.doctorNotesButton.Click += new System.EventHandler(this.doctorNotesButton_Click); // // scheduledProceduresButton // this.scheduledProceduresButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.scheduledProceduresButton.Location = new System.Drawing.Point(18, 76); this.scheduledProceduresButton.Name = "scheduledProceduresButton"; this.scheduledProceduresButton.Size = new System.Drawing.Size(151, 23); this.scheduledProceduresButton.TabIndex = 5; this.scheduledProceduresButton.Text = "Scheduled Procedures"; this.scheduledProceduresButton.UseVisualStyleBackColor = true; this.scheduledProceduresButton.Click += new System.EventHandler(this.scheduledProceduresButton_Click); // // prescriptionsButton // this.prescriptionsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.prescriptionsButton.Location = new System.Drawing.Point(18, 29); this.prescriptionsButton.Name = "prescriptionsButton"; this.prescriptionsButton.Size = new System.Drawing.Size(151, 23); this.prescriptionsButton.TabIndex = 4; this.prescriptionsButton.Text = "Prescriptions"; this.prescriptionsButton.UseVisualStyleBackColor = true; this.prescriptionsButton.Click += new System.EventHandler(this.prescriptionsButton_Click); // // nurseNotesButton // this.nurseNotesButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nurseNotesButton.Location = new System.Drawing.Point(18, 120); this.nurseNotesButton.Name = "nurseNotesButton"; this.nurseNotesButton.Size = new System.Drawing.Size(151, 23); this.nurseNotesButton.TabIndex = 3; this.nurseNotesButton.Text = "Nurse Notes"; this.nurseNotesButton.UseVisualStyleBackColor = true; this.nurseNotesButton.Click += new System.EventHandler(this.nurseNotesButton_Click); // // groupBox4 // this.groupBox4.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.groupBox4.Controls.Add(this.logOffButton); this.groupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox4.Location = new System.Drawing.Point(18, 693); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(191, 69); this.groupBox4.TabIndex = 11; this.groupBox4.TabStop = false; this.groupBox4.Text = "Log Off"; // // logOffButton // this.logOffButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.logOffButton.Location = new System.Drawing.Point(45, 29); this.logOffButton.Name = "logOffButton"; this.logOffButton.Size = new System.Drawing.Size(75, 23); this.logOffButton.TabIndex = 5; this.logOffButton.Text = "Log Off"; this.logOffButton.UseVisualStyleBackColor = true; this.logOffButton.Click += new System.EventHandler(this.logOffButton_Click); // // dischargeButton // this.dischargeButton.Location = new System.Drawing.Point(32, 649); this.dischargeButton.Name = "dischargeButton"; this.dischargeButton.Size = new System.Drawing.Size(151, 23); this.dischargeButton.TabIndex = 12; this.dischargeButton.Text = "Discharge Patient"; this.dischargeButton.UseVisualStyleBackColor = true; this.dischargeButton.Click += new System.EventHandler(this.dischargeButton_Click); // // LeftSideButtons // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dischargeButton); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox2); this.Controls.Add(this.backButton); this.Controls.Add(groupBox3); this.Controls.Add(this.groupBox1); this.Controls.Add(this.newSearchButton); this.Name = "LeftSideButtons"; this.Size = new System.Drawing.Size(215, 891); groupBox3.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox4.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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label baudRateLabel; System.Windows.Forms.Label dataBitsLabel; System.Windows.Forms.Label parityLabel; System.Windows.Forms.Label portNameLabel; System.Windows.Forms.Label stopBitsLabel; this.baudRateComboBox = new System.Windows.Forms.ComboBox(); this.serialSettingsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dataBitsComboBox = new System.Windows.Forms.ComboBox(); this.parityComboBox = new System.Windows.Forms.ComboBox(); this.portNameComboBox = new System.Windows.Forms.ComboBox(); this.stopBitsComboBox = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnStart = new System.Windows.Forms.Button(); this.tbData = new System.Windows.Forms.TextBox(); this.btnStop = new System.Windows.Forms.Button(); baudRateLabel = new System.Windows.Forms.Label(); dataBitsLabel = new System.Windows.Forms.Label(); parityLabel = new System.Windows.Forms.Label(); portNameLabel = new System.Windows.Forms.Label(); stopBitsLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.serialSettingsBindingSource)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // baudRateLabel // baudRateLabel.AutoSize = true; baudRateLabel.Location = new System.Drawing.Point(10, 59); baudRateLabel.Name = "baudRateLabel"; baudRateLabel.Size = new System.Drawing.Size(61, 13); baudRateLabel.TabIndex = 1; baudRateLabel.Text = "Baud Rate:"; // // dataBitsLabel // dataBitsLabel.AutoSize = true; dataBitsLabel.Location = new System.Drawing.Point(10, 86); dataBitsLabel.Name = "dataBitsLabel"; dataBitsLabel.Size = new System.Drawing.Size(53, 13); dataBitsLabel.TabIndex = 3; dataBitsLabel.Text = "Data Bits:"; // // parityLabel // parityLabel.AutoSize = true; parityLabel.Location = new System.Drawing.Point(10, 113); parityLabel.Name = "parityLabel"; parityLabel.Size = new System.Drawing.Size(36, 13); parityLabel.TabIndex = 5; parityLabel.Text = "Parity:"; // // portNameLabel // portNameLabel.AutoSize = true; portNameLabel.Location = new System.Drawing.Point(10, 32); portNameLabel.Name = "portNameLabel"; portNameLabel.Size = new System.Drawing.Size(60, 13); portNameLabel.TabIndex = 7; portNameLabel.Text = "Port Name:"; // // stopBitsLabel // stopBitsLabel.AutoSize = true; stopBitsLabel.Location = new System.Drawing.Point(10, 140); stopBitsLabel.Name = "stopBitsLabel"; stopBitsLabel.Size = new System.Drawing.Size(52, 13); stopBitsLabel.TabIndex = 9; stopBitsLabel.Text = "Stop Bits:"; // // baudRateComboBox // this.baudRateComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serialSettingsBindingSource, "BaudRate", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.baudRateComboBox.FormattingEnabled = true; this.baudRateComboBox.Location = new System.Drawing.Point(77, 56); this.baudRateComboBox.Name = "baudRateComboBox"; this.baudRateComboBox.Size = new System.Drawing.Size(121, 21); this.baudRateComboBox.TabIndex = 2; // // serialSettingsBindingSource // this.serialSettingsBindingSource.DataSource = typeof(SerialPortListener.Serial.SerialSettings); // // dataBitsComboBox // this.dataBitsComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serialSettingsBindingSource, "DataBits", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.dataBitsComboBox.FormattingEnabled = true; this.dataBitsComboBox.Location = new System.Drawing.Point(77, 83); this.dataBitsComboBox.Name = "dataBitsComboBox"; this.dataBitsComboBox.Size = new System.Drawing.Size(121, 21); this.dataBitsComboBox.TabIndex = 4; // // parityComboBox // this.parityComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serialSettingsBindingSource, "Parity", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.parityComboBox.FormattingEnabled = true; this.parityComboBox.Location = new System.Drawing.Point(77, 110); this.parityComboBox.Name = "parityComboBox"; this.parityComboBox.Size = new System.Drawing.Size(121, 21); this.parityComboBox.TabIndex = 6; // // portNameComboBox // this.portNameComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serialSettingsBindingSource, "PortName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.portNameComboBox.FormattingEnabled = true; this.portNameComboBox.Location = new System.Drawing.Point(77, 29); this.portNameComboBox.Name = "portNameComboBox"; this.portNameComboBox.Size = new System.Drawing.Size(121, 21); this.portNameComboBox.TabIndex = 8; // // stopBitsComboBox // this.stopBitsComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serialSettingsBindingSource, "StopBits", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.stopBitsComboBox.FormattingEnabled = true; this.stopBitsComboBox.Location = new System.Drawing.Point(77, 137); this.stopBitsComboBox.Name = "stopBitsComboBox"; this.stopBitsComboBox.Size = new System.Drawing.Size(121, 21); this.stopBitsComboBox.TabIndex = 10; // // groupBox1 // this.groupBox1.Controls.Add(this.baudRateComboBox); this.groupBox1.Controls.Add(baudRateLabel); this.groupBox1.Controls.Add(this.stopBitsComboBox); this.groupBox1.Controls.Add(stopBitsLabel); this.groupBox1.Controls.Add(dataBitsLabel); this.groupBox1.Controls.Add(this.portNameComboBox); this.groupBox1.Controls.Add(this.dataBitsComboBox); this.groupBox1.Controls.Add(portNameLabel); this.groupBox1.Controls.Add(parityLabel); this.groupBox1.Controls.Add(this.parityComboBox); this.groupBox1.Location = new System.Drawing.Point(110, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(217, 171); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "Serial Port Settings"; // // btnStart // this.btnStart.Location = new System.Drawing.Point(152, 215); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(85, 23); this.btnStart.TabIndex = 12; this.btnStart.Text = "Start listening"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // tbData // this.tbData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbData.Location = new System.Drawing.Point(12, 260); this.tbData.Multiline = true; this.tbData.Name = "tbData"; this.tbData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbData.Size = new System.Drawing.Size(431, 199); this.tbData.TabIndex = 13; // // btnStop // this.btnStop.Location = new System.Drawing.Point(242, 215); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(85, 23); this.btnStop.TabIndex = 12; this.btnStop.Text = "Stop listening"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(455, 475); this.Controls.Add(this.tbData); this.Controls.Add(this.btnStop); this.Controls.Add(this.btnStart); this.Controls.Add(this.groupBox1); this.Name = "MainForm"; this.Text = "RSLog Plus"; ((System.ComponentModel.ISupportInitialize)(this.serialSettingsBindingSource)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.TableLayoutPanel tableLayoutControls; System.Windows.Forms.GroupBox groupBox5; System.Windows.Forms.TableLayoutPanel tableLayoutProgressBar; System.Windows.Forms.GroupBox groupBox6; System.Windows.Forms.Label lblPlaylistAccuracyText; System.Windows.Forms.Label lblPlayerInfoText; System.Windows.Forms.Label lblPlaylistDataText; System.Windows.Forms.Label lblRatingInfoText; System.Windows.Forms.Label lblSrcPlaytime; System.Windows.Forms.Label lblOnlineText; System.Windows.Forms.GroupBox groupBox7; System.Windows.Forms.GroupBox groupBox8; System.Windows.Forms.Label lblPlayingPlaylsit; System.Windows.Forms.GroupBox groupBox9; System.Windows.Forms.Label lblLanguage; System.Windows.Forms.GroupBox groupBox10; System.Windows.Forms.GroupBox groupBox11; System.Windows.Forms.Panel panel2; System.Windows.Forms.Label lblVersionLabel; System.Windows.Forms.Label lblAssemblyLabel; System.Windows.Forms.Label lblMediaVersionLabel; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); this.lbTopTracks = new System.Windows.Forms.ListBox(); this.lbTopArtists = new System.Windows.Forms.ListBox(); this.lbTopAlbums = new System.Windows.Forms.ListBox(); this.btnPlayPause = new System.Windows.Forms.Button(); this.btnPrevTrack = new System.Windows.Forms.Button(); this.btnNextTrack = new System.Windows.Forms.Button(); this.btnShuffle = new System.Windows.Forms.Button(); this.lblAlbumInfo = new System.Windows.Forms.Label(); this.lblCurrentPosition = new System.Windows.Forms.Label(); this.pbNowPlaying = new System.Windows.Forms.ProgressBar(); this.lblCurrentLeft = new System.Windows.Forms.Label(); this.lblNowPlaying = new System.Windows.Forms.Label(); this.lblNowPlayingLabel = new System.Windows.Forms.Label(); this.tblPaneliPlaylistInfo = new System.Windows.Forms.TableLayoutPanel(); this.lblPlaylistAccuracy = new System.Windows.Forms.Label(); this.lblTimeOnline = new System.Windows.Forms.Label(); this.lblMediaPlayerInfo = new System.Windows.Forms.Label(); this.lbliPlaylistDataStatus = new System.Windows.Forms.Label(); this.lblRatingDatabaseInfo = new System.Windows.Forms.Label(); this.lblSourceMediaDuration = new System.Windows.Forms.Label(); this.cbCheckForUpdates = new System.Windows.Forms.CheckBox(); this.cbAllowGlobalHotKeys = new System.Windows.Forms.CheckBox(); this.cbStartMinimized = new System.Windows.Forms.CheckBox(); this.cbShowPlayerControls = new System.Windows.Forms.CheckBox(); this.cbListenMoreUnrated = new System.Windows.Forms.CheckBox(); this.cbIgnoreWhenLocked = new System.Windows.Forms.CheckBox(); this.cbPauseOnLock = new System.Windows.Forms.CheckBox(); this.cbSkipNonAudio = new System.Windows.Forms.CheckBox(); this.cbIncreaseRandomness = new System.Windows.Forms.CheckBox(); this.cbSkipBestWorst = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.cmbLanguage = new System.Windows.Forms.ComboBox(); this.cmbMediaPlayer = new System.Windows.Forms.ComboBox(); this.cbUseTwoPlaylists = new System.Windows.Forms.CheckBox(); this.tbPlayablePlaylist = new System.Windows.Forms.TextBox(); this.cmbSourcePlaylist = new System.Windows.Forms.ComboBox(); this.lblSourcePlaylist = new System.Windows.Forms.Label(); this.lblMediaPlayer = new System.Windows.Forms.Label(); this.tableLayoutPresets = new System.Windows.Forms.TableLayoutPanel(); this.btnAutodetectLibrary = new System.Windows.Forms.Button(); this.btnSmallLibrary = new System.Windows.Forms.Button(); this.btnBigLibrary = new System.Windows.Forms.Button(); this.lblUsedLibraries = new System.Windows.Forms.Label(); this.lblAuthors = new System.Windows.Forms.Label(); this.btnBugReport = new System.Windows.Forms.Button(); this.btnCheckForUpdates = new System.Windows.Forms.Button(); this.stsMain = new System.Windows.Forms.StatusStrip(); this.tlsStatusText = new System.Windows.Forms.ToolStripStatusLabel(); this.tlsProgress = new System.Windows.Forms.ToolStripProgressBar(); this.tabsMain = new System.Windows.Forms.TabControl(); this.tabInfo = new System.Windows.Forms.TabPage(); this.tblPanelInfo = new System.Windows.Forms.TableLayoutPanel(); this.tabRating = new System.Windows.Forms.TabPage(); this.tblPanelRating = new System.Windows.Forms.TableLayoutPanel(); this.tabSettings = new System.Windows.Forms.TabPage(); this.tblPanelSettings = new System.Windows.Forms.TableLayoutPanel(); this.btnSave = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.tabAbout = new System.Windows.Forms.TabPage(); this.tblPanelAbout = new System.Windows.Forms.TableLayoutPanel(); this.lblMediaVersion = new System.Windows.Forms.Label(); this.lblAssembly = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.pbAbout = new System.Windows.Forms.PictureBox(); this.lblVersion = new System.Windows.Forms.Label(); this.imageTabs = new System.Windows.Forms.ImageList(this.components); this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuIcon = new System.Windows.Forms.ContextMenuStrip(this.components); this.showMainWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.showPlayerControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.shufflePlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.prevTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.playPauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nextTrackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitIPlaylistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timerScreenUpdate = new System.Windows.Forms.Timer(this.components); this.bgwCreatePlaylist = new System.ComponentModel.BackgroundWorker(); this.toolTipMainWindow = new System.Windows.Forms.ToolTip(this.components); this.lblOnlinePeriod = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.bgwUpdateCheck = new System.ComponentModel.BackgroundWorker(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox2 = new System.Windows.Forms.GroupBox(); groupBox3 = new System.Windows.Forms.GroupBox(); groupBox4 = new System.Windows.Forms.GroupBox(); tableLayoutControls = new System.Windows.Forms.TableLayoutPanel(); groupBox5 = new System.Windows.Forms.GroupBox(); tableLayoutProgressBar = new System.Windows.Forms.TableLayoutPanel(); groupBox6 = new System.Windows.Forms.GroupBox(); lblPlaylistAccuracyText = new System.Windows.Forms.Label(); lblPlayerInfoText = new System.Windows.Forms.Label(); lblPlaylistDataText = new System.Windows.Forms.Label(); lblRatingInfoText = new System.Windows.Forms.Label(); lblSrcPlaytime = new System.Windows.Forms.Label(); lblOnlineText = new System.Windows.Forms.Label(); groupBox7 = new System.Windows.Forms.GroupBox(); groupBox8 = new System.Windows.Forms.GroupBox(); lblPlayingPlaylsit = new System.Windows.Forms.Label(); groupBox9 = new System.Windows.Forms.GroupBox(); lblLanguage = new System.Windows.Forms.Label(); groupBox10 = new System.Windows.Forms.GroupBox(); groupBox11 = new System.Windows.Forms.GroupBox(); panel2 = new System.Windows.Forms.Panel(); lblVersionLabel = new System.Windows.Forms.Label(); lblAssemblyLabel = new System.Windows.Forms.Label(); lblMediaVersionLabel = new System.Windows.Forms.Label(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); groupBox1.SuspendLayout(); groupBox2.SuspendLayout(); groupBox3.SuspendLayout(); groupBox4.SuspendLayout(); tableLayoutControls.SuspendLayout(); groupBox5.SuspendLayout(); tableLayoutProgressBar.SuspendLayout(); groupBox6.SuspendLayout(); this.tblPaneliPlaylistInfo.SuspendLayout(); groupBox7.SuspendLayout(); groupBox8.SuspendLayout(); groupBox9.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); groupBox10.SuspendLayout(); this.tableLayoutPresets.SuspendLayout(); groupBox11.SuspendLayout(); panel2.SuspendLayout(); this.stsMain.SuspendLayout(); this.tabsMain.SuspendLayout(); this.tabInfo.SuspendLayout(); this.tblPanelInfo.SuspendLayout(); this.tabRating.SuspendLayout(); this.tblPanelRating.SuspendLayout(); this.tabSettings.SuspendLayout(); this.tblPanelSettings.SuspendLayout(); this.tabAbout.SuspendLayout(); this.tblPanelAbout.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).BeginInit(); this.contextMenuIcon.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.tblPanelRating.SetColumnSpan(groupBox1, 2); groupBox1.Controls.Add(this.lbTopTracks); resources.ApplyResources(groupBox1, "groupBox1"); groupBox1.Name = "groupBox1"; groupBox1.TabStop = false; // // lbTopTracks // resources.ApplyResources(this.lbTopTracks, "lbTopTracks"); this.lbTopTracks.FormattingEnabled = true; this.lbTopTracks.Name = "lbTopTracks"; // // groupBox2 // groupBox2.Controls.Add(this.lbTopArtists); resources.ApplyResources(groupBox2, "groupBox2"); groupBox2.Name = "groupBox2"; groupBox2.TabStop = false; // // lbTopArtists // resources.ApplyResources(this.lbTopArtists, "lbTopArtists"); this.lbTopArtists.FormattingEnabled = true; this.lbTopArtists.Name = "lbTopArtists"; // // groupBox3 // groupBox3.Controls.Add(this.lbTopAlbums); resources.ApplyResources(groupBox3, "groupBox3"); groupBox3.Name = "groupBox3"; groupBox3.TabStop = false; // // lbTopAlbums // resources.ApplyResources(this.lbTopAlbums, "lbTopAlbums"); this.lbTopAlbums.FormattingEnabled = true; this.lbTopAlbums.Name = "lbTopAlbums"; // // groupBox4 // groupBox4.Controls.Add(tableLayoutControls); groupBox4.Controls.Add(this.btnShuffle); resources.ApplyResources(groupBox4, "groupBox4"); groupBox4.Name = "groupBox4"; groupBox4.TabStop = false; // // tableLayoutControls // resources.ApplyResources(tableLayoutControls, "tableLayoutControls"); tableLayoutControls.Controls.Add(this.btnPlayPause, 1, 0); tableLayoutControls.Controls.Add(this.btnPrevTrack, 0, 0); tableLayoutControls.Controls.Add(this.btnNextTrack, 2, 0); tableLayoutControls.Name = "tableLayoutControls"; // // btnPlayPause // resources.ApplyResources(this.btnPlayPause, "btnPlayPause"); this.btnPlayPause.Image = global::iPlaylist.Properties.Resources.PlayIcon; this.btnPlayPause.Name = "btnPlayPause"; this.btnPlayPause.UseVisualStyleBackColor = true; this.btnPlayPause.Click += new System.EventHandler(this.btnPlayPause_Click); // // btnPrevTrack // resources.ApplyResources(this.btnPrevTrack, "btnPrevTrack"); this.btnPrevTrack.Image = global::iPlaylist.Properties.Resources.RewIcon; this.btnPrevTrack.Name = "btnPrevTrack"; this.btnPrevTrack.UseVisualStyleBackColor = true; this.btnPrevTrack.Click += new System.EventHandler(this.btnPrevTrack_Click); // // btnNextTrack // resources.ApplyResources(this.btnNextTrack, "btnNextTrack"); this.btnNextTrack.Image = global::iPlaylist.Properties.Resources.FwdIcon; this.btnNextTrack.Name = "btnNextTrack"; this.btnNextTrack.UseVisualStyleBackColor = true; this.btnNextTrack.Click += new System.EventHandler(this.btnNextTrack_Click); // // btnShuffle // resources.ApplyResources(this.btnShuffle, "btnShuffle"); this.btnShuffle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(97)))), ((int)(((byte)(150))))); this.btnShuffle.Image = global::iPlaylist.Properties.Resources.ShuffleIcon; this.btnShuffle.Name = "btnShuffle"; this.btnShuffle.UseVisualStyleBackColor = true; this.btnShuffle.Click += new System.EventHandler(this.btnShuffle_Click); // // groupBox5 // groupBox5.Controls.Add(this.lblAlbumInfo); groupBox5.Controls.Add(tableLayoutProgressBar); groupBox5.Controls.Add(this.lblNowPlaying); groupBox5.Controls.Add(this.lblNowPlayingLabel); resources.ApplyResources(groupBox5, "groupBox5"); groupBox5.Name = "groupBox5"; groupBox5.TabStop = false; // // lblAlbumInfo // resources.ApplyResources(this.lblAlbumInfo, "lblAlbumInfo"); this.lblAlbumInfo.Name = "lblAlbumInfo"; // // tableLayoutProgressBar // resources.ApplyResources(tableLayoutProgressBar, "tableLayoutProgressBar"); tableLayoutProgressBar.Controls.Add(this.lblCurrentPosition, 0, 0); tableLayoutProgressBar.Controls.Add(this.pbNowPlaying, 1, 0); tableLayoutProgressBar.Controls.Add(this.lblCurrentLeft, 2, 0); tableLayoutProgressBar.Name = "tableLayoutProgressBar"; // // lblCurrentPosition // resources.ApplyResources(this.lblCurrentPosition, "lblCurrentPosition"); this.lblCurrentPosition.Name = "lblCurrentPosition"; // // pbNowPlaying // resources.ApplyResources(this.pbNowPlaying, "pbNowPlaying"); this.pbNowPlaying.Name = "pbNowPlaying"; this.pbNowPlaying.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbNowPlaying_MouseMove); // // lblCurrentLeft // resources.ApplyResources(this.lblCurrentLeft, "lblCurrentLeft"); this.lblCurrentLeft.Name = "lblCurrentLeft"; // // lblNowPlaying // resources.ApplyResources(this.lblNowPlaying, "lblNowPlaying"); this.lblNowPlaying.Name = "lblNowPlaying"; this.lblNowPlaying.UseMnemonic = false; // // lblNowPlayingLabel // resources.ApplyResources(this.lblNowPlayingLabel, "lblNowPlayingLabel"); this.lblNowPlayingLabel.Name = "lblNowPlayingLabel"; // // groupBox6 // this.tblPanelInfo.SetColumnSpan(groupBox6, 2); groupBox6.Controls.Add(this.tblPaneliPlaylistInfo); resources.ApplyResources(groupBox6, "groupBox6"); groupBox6.Name = "groupBox6"; groupBox6.TabStop = false; // // tblPaneliPlaylistInfo // resources.ApplyResources(this.tblPaneliPlaylistInfo, "tblPaneliPlaylistInfo"); this.tblPaneliPlaylistInfo.Controls.Add(this.lblPlaylistAccuracy, 1, 3); this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistAccuracyText, 0, 3); this.tblPaneliPlaylistInfo.Controls.Add(this.lblTimeOnline, 1, 2); this.tblPaneliPlaylistInfo.Controls.Add(lblPlayerInfoText, 0, 0); this.tblPaneliPlaylistInfo.Controls.Add(this.lblMediaPlayerInfo, 1, 0); this.tblPaneliPlaylistInfo.Controls.Add(lblPlaylistDataText, 0, 5); this.tblPaneliPlaylistInfo.Controls.Add(this.lbliPlaylistDataStatus, 1, 5); this.tblPaneliPlaylistInfo.Controls.Add(lblRatingInfoText, 0, 4); this.tblPaneliPlaylistInfo.Controls.Add(this.lblRatingDatabaseInfo, 1, 4); this.tblPaneliPlaylistInfo.Controls.Add(lblSrcPlaytime, 0, 1); this.tblPaneliPlaylistInfo.Controls.Add(this.lblSourceMediaDuration, 1, 1); this.tblPaneliPlaylistInfo.Controls.Add(lblOnlineText, 0, 2); this.tblPaneliPlaylistInfo.Name = "tblPaneliPlaylistInfo"; // // lblPlaylistAccuracy // resources.ApplyResources(this.lblPlaylistAccuracy, "lblPlaylistAccuracy"); this.lblPlaylistAccuracy.Name = "lblPlaylistAccuracy"; // // lblPlaylistAccuracyText // resources.ApplyResources(lblPlaylistAccuracyText, "lblPlaylistAccuracyText"); lblPlaylistAccuracyText.Name = "lblPlaylistAccuracyText"; // // lblTimeOnline // resources.ApplyResources(this.lblTimeOnline, "lblTimeOnline"); this.lblTimeOnline.Name = "lblTimeOnline"; // // lblPlayerInfoText // resources.ApplyResources(lblPlayerInfoText, "lblPlayerInfoText"); lblPlayerInfoText.Name = "lblPlayerInfoText"; // // lblMediaPlayerInfo // resources.ApplyResources(this.lblMediaPlayerInfo, "lblMediaPlayerInfo"); this.lblMediaPlayerInfo.Name = "lblMediaPlayerInfo"; // // lblPlaylistDataText // resources.ApplyResources(lblPlaylistDataText, "lblPlaylistDataText"); lblPlaylistDataText.Name = "lblPlaylistDataText"; // // lbliPlaylistDataStatus // resources.ApplyResources(this.lbliPlaylistDataStatus, "lbliPlaylistDataStatus"); this.lbliPlaylistDataStatus.Name = "lbliPlaylistDataStatus"; // // lblRatingInfoText // resources.ApplyResources(lblRatingInfoText, "lblRatingInfoText"); lblRatingInfoText.Name = "lblRatingInfoText"; // // lblRatingDatabaseInfo // resources.ApplyResources(this.lblRatingDatabaseInfo, "lblRatingDatabaseInfo"); this.lblRatingDatabaseInfo.Name = "lblRatingDatabaseInfo"; // // lblSrcPlaytime // resources.ApplyResources(lblSrcPlaytime, "lblSrcPlaytime"); lblSrcPlaytime.Name = "lblSrcPlaytime"; // // lblSourceMediaDuration // resources.ApplyResources(this.lblSourceMediaDuration, "lblSourceMediaDuration"); this.lblSourceMediaDuration.Name = "lblSourceMediaDuration"; // // lblOnlineText // resources.ApplyResources(lblOnlineText, "lblOnlineText"); lblOnlineText.Name = "lblOnlineText"; // // groupBox7 // groupBox7.Controls.Add(this.cbCheckForUpdates); groupBox7.Controls.Add(this.cbAllowGlobalHotKeys); groupBox7.Controls.Add(this.cbStartMinimized); groupBox7.Controls.Add(this.cbShowPlayerControls); resources.ApplyResources(groupBox7, "groupBox7"); groupBox7.Name = "groupBox7"; groupBox7.TabStop = false; // // cbCheckForUpdates // resources.ApplyResources(this.cbCheckForUpdates, "cbCheckForUpdates"); this.cbCheckForUpdates.Name = "cbCheckForUpdates"; this.cbCheckForUpdates.UseVisualStyleBackColor = true; // // cbAllowGlobalHotKeys // resources.ApplyResources(this.cbAllowGlobalHotKeys, "cbAllowGlobalHotKeys"); this.cbAllowGlobalHotKeys.Name = "cbAllowGlobalHotKeys"; this.toolTipMainWindow.SetToolTip(this.cbAllowGlobalHotKeys, resources.GetString("cbAllowGlobalHotKeys.ToolTip")); this.cbAllowGlobalHotKeys.UseVisualStyleBackColor = true; // // cbStartMinimized // resources.ApplyResources(this.cbStartMinimized, "cbStartMinimized"); this.cbStartMinimized.Name = "cbStartMinimized"; this.cbStartMinimized.UseVisualStyleBackColor = true; // // cbShowPlayerControls // resources.ApplyResources(this.cbShowPlayerControls, "cbShowPlayerControls"); this.cbShowPlayerControls.Name = "cbShowPlayerControls"; this.toolTipMainWindow.SetToolTip(this.cbShowPlayerControls, resources.GetString("cbShowPlayerControls.ToolTip")); this.cbShowPlayerControls.UseVisualStyleBackColor = true; // // groupBox8 // groupBox8.Controls.Add(this.cbListenMoreUnrated); groupBox8.Controls.Add(this.cbIgnoreWhenLocked); groupBox8.Controls.Add(this.cbPauseOnLock); groupBox8.Controls.Add(this.cbSkipNonAudio); groupBox8.Controls.Add(this.cbIncreaseRandomness); groupBox8.Controls.Add(this.cbSkipBestWorst); resources.ApplyResources(groupBox8, "groupBox8"); groupBox8.Name = "groupBox8"; groupBox8.TabStop = false; // // cbListenMoreUnrated // resources.ApplyResources(this.cbListenMoreUnrated, "cbListenMoreUnrated"); this.cbListenMoreUnrated.Name = "cbListenMoreUnrated"; this.toolTipMainWindow.SetToolTip(this.cbListenMoreUnrated, resources.GetString("cbListenMoreUnrated.ToolTip")); this.cbListenMoreUnrated.UseVisualStyleBackColor = true; // // cbIgnoreWhenLocked // resources.ApplyResources(this.cbIgnoreWhenLocked, "cbIgnoreWhenLocked"); this.cbIgnoreWhenLocked.Name = "cbIgnoreWhenLocked"; this.toolTipMainWindow.SetToolTip(this.cbIgnoreWhenLocked, resources.GetString("cbIgnoreWhenLocked.ToolTip")); this.cbIgnoreWhenLocked.UseVisualStyleBackColor = true; // // cbPauseOnLock // resources.ApplyResources(this.cbPauseOnLock, "cbPauseOnLock"); this.cbPauseOnLock.Name = "cbPauseOnLock"; this.toolTipMainWindow.SetToolTip(this.cbPauseOnLock, resources.GetString("cbPauseOnLock.ToolTip")); this.cbPauseOnLock.UseVisualStyleBackColor = true; this.cbPauseOnLock.CheckedChanged += new System.EventHandler(this.cbPauseOnLock_CheckedChanged); // // cbSkipNonAudio // resources.ApplyResources(this.cbSkipNonAudio, "cbSkipNonAudio"); this.cbSkipNonAudio.Name = "cbSkipNonAudio"; this.toolTipMainWindow.SetToolTip(this.cbSkipNonAudio, resources.GetString("cbSkipNonAudio.ToolTip")); this.cbSkipNonAudio.UseVisualStyleBackColor = true; // // cbIncreaseRandomness // resources.ApplyResources(this.cbIncreaseRandomness, "cbIncreaseRandomness"); this.cbIncreaseRandomness.Name = "cbIncreaseRandomness"; this.toolTipMainWindow.SetToolTip(this.cbIncreaseRandomness, resources.GetString("cbIncreaseRandomness.ToolTip")); this.cbIncreaseRandomness.UseVisualStyleBackColor = true; // // cbSkipBestWorst // resources.ApplyResources(this.cbSkipBestWorst, "cbSkipBestWorst"); this.cbSkipBestWorst.Name = "cbSkipBestWorst"; this.toolTipMainWindow.SetToolTip(this.cbSkipBestWorst, resources.GetString("cbSkipBestWorst.ToolTip")); this.cbSkipBestWorst.UseVisualStyleBackColor = true; // // lblPlayingPlaylsit // resources.ApplyResources(lblPlayingPlaylsit, "lblPlayingPlaylsit"); lblPlayingPlaylsit.Name = "lblPlayingPlaylsit"; // // groupBox9 // groupBox9.Controls.Add(this.tableLayoutPanel1); resources.ApplyResources(groupBox9, "groupBox9"); groupBox9.Name = "groupBox9"; groupBox9.TabStop = false; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.cmbLanguage, 1, 1); this.tableLayoutPanel1.Controls.Add(this.cmbMediaPlayer, 1, 0); this.tableLayoutPanel1.Controls.Add(this.cbUseTwoPlaylists, 0, 2); this.tableLayoutPanel1.Controls.Add(this.tbPlayablePlaylist, 1, 4); this.tableLayoutPanel1.Controls.Add(lblPlayingPlaylsit, 0, 4); this.tableLayoutPanel1.Controls.Add(this.cmbSourcePlaylist, 1, 3); this.tableLayoutPanel1.Controls.Add(this.lblSourcePlaylist, 0, 3); this.tableLayoutPanel1.Controls.Add(this.lblMediaPlayer, 0, 0); this.tableLayoutPanel1.Controls.Add(lblLanguage, 0, 1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // cmbLanguage // this.cmbLanguage.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbLanguage.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; resources.ApplyResources(this.cmbLanguage, "cmbLanguage"); this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLanguage.Name = "cmbLanguage"; this.toolTipMainWindow.SetToolTip(this.cmbLanguage, resources.GetString("cmbLanguage.ToolTip")); // // cmbMediaPlayer // this.cmbMediaPlayer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbMediaPlayer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; resources.ApplyResources(this.cmbMediaPlayer, "cmbMediaPlayer"); this.cmbMediaPlayer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbMediaPlayer.Name = "cmbMediaPlayer"; // // cbUseTwoPlaylists // resources.ApplyResources(this.cbUseTwoPlaylists, "cbUseTwoPlaylists"); this.tableLayoutPanel1.SetColumnSpan(this.cbUseTwoPlaylists, 2); this.cbUseTwoPlaylists.Name = "cbUseTwoPlaylists"; this.toolTipMainWindow.SetToolTip(this.cbUseTwoPlaylists, resources.GetString("cbUseTwoPlaylists.ToolTip")); this.cbUseTwoPlaylists.UseVisualStyleBackColor = true; this.cbUseTwoPlaylists.CheckedChanged += new System.EventHandler(this.cbUseTwoPlaylists_CheckedChanged); // // tbPlayablePlaylist // resources.ApplyResources(this.tbPlayablePlaylist, "tbPlayablePlaylist"); this.tbPlayablePlaylist.Name = "tbPlayablePlaylist"; // // cmbSourcePlaylist // this.cmbSourcePlaylist.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbSourcePlaylist.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; resources.ApplyResources(this.cmbSourcePlaylist, "cmbSourcePlaylist"); this.cmbSourcePlaylist.Name = "cmbSourcePlaylist"; // // lblSourcePlaylist // resources.ApplyResources(this.lblSourcePlaylist, "lblSourcePlaylist"); this.lblSourcePlaylist.Name = "lblSourcePlaylist"; // // lblMediaPlayer // resources.ApplyResources(this.lblMediaPlayer, "lblMediaPlayer"); this.lblMediaPlayer.Name = "lblMediaPlayer"; // // lblLanguage // resources.ApplyResources(lblLanguage, "lblLanguage"); lblLanguage.Name = "lblLanguage"; this.toolTipMainWindow.SetToolTip(lblLanguage, resources.GetString("lblLanguage.ToolTip")); // // groupBox10 // groupBox10.Controls.Add(this.tableLayoutPresets); resources.ApplyResources(groupBox10, "groupBox10"); groupBox10.Name = "groupBox10"; groupBox10.TabStop = false; // // tableLayoutPresets // this.tableLayoutPresets.Controls.Add(this.btnAutodetectLibrary, 0, 1); this.tableLayoutPresets.Controls.Add(this.btnSmallLibrary, 0, 0); this.tableLayoutPresets.Controls.Add(this.btnBigLibrary, 1, 0); resources.ApplyResources(this.tableLayoutPresets, "tableLayoutPresets"); this.tableLayoutPresets.Name = "tableLayoutPresets"; // // btnAutodetectLibrary // this.tableLayoutPresets.SetColumnSpan(this.btnAutodetectLibrary, 2); resources.ApplyResources(this.btnAutodetectLibrary, "btnAutodetectLibrary"); this.btnAutodetectLibrary.Name = "btnAutodetectLibrary"; this.btnAutodetectLibrary.UseVisualStyleBackColor = true; this.btnAutodetectLibrary.Click += new System.EventHandler(this.btnAutodetectLibrary_Click); // // btnSmallLibrary // resources.ApplyResources(this.btnSmallLibrary, "btnSmallLibrary"); this.btnSmallLibrary.Name = "btnSmallLibrary"; this.btnSmallLibrary.UseVisualStyleBackColor = true; this.btnSmallLibrary.Click += new System.EventHandler(this.btnSmallLibrary_Click); // // btnBigLibrary // resources.ApplyResources(this.btnBigLibrary, "btnBigLibrary"); this.btnBigLibrary.Name = "btnBigLibrary"; this.btnBigLibrary.UseVisualStyleBackColor = true; this.btnBigLibrary.Click += new System.EventHandler(this.btnBigLibrary_Click); // // groupBox11 // this.tblPanelAbout.SetColumnSpan(groupBox11, 2); groupBox11.Controls.Add(this.lblUsedLibraries); groupBox11.Controls.Add(this.lblAuthors); resources.ApplyResources(groupBox11, "groupBox11"); groupBox11.Name = "groupBox11"; groupBox11.TabStop = false; // // lblUsedLibraries // resources.ApplyResources(this.lblUsedLibraries, "lblUsedLibraries"); this.lblUsedLibraries.Name = "lblUsedLibraries"; // // lblAuthors // resources.ApplyResources(this.lblAuthors, "lblAuthors"); this.lblAuthors.Name = "lblAuthors"; // // panel2 // this.tblPanelAbout.SetColumnSpan(panel2, 2); panel2.Controls.Add(this.btnBugReport); panel2.Controls.Add(this.btnCheckForUpdates); resources.ApplyResources(panel2, "panel2"); panel2.Name = "panel2"; // // btnBugReport // resources.ApplyResources(this.btnBugReport, "btnBugReport"); this.btnBugReport.Name = "btnBugReport"; this.toolTipMainWindow.SetToolTip(this.btnBugReport, resources.GetString("btnBugReport.ToolTip")); this.btnBugReport.UseVisualStyleBackColor = true; this.btnBugReport.Click += new System.EventHandler(this.btnBugReport_Click); // // btnCheckForUpdates // resources.ApplyResources(this.btnCheckForUpdates, "btnCheckForUpdates"); this.btnCheckForUpdates.Name = "btnCheckForUpdates"; this.btnCheckForUpdates.UseVisualStyleBackColor = true; this.btnCheckForUpdates.Click += new System.EventHandler(this.btnCheckForUpdates_Click); // // lblVersionLabel // resources.ApplyResources(lblVersionLabel, "lblVersionLabel"); lblVersionLabel.Name = "lblVersionLabel"; // // lblAssemblyLabel // resources.ApplyResources(lblAssemblyLabel, "lblAssemblyLabel"); lblAssemblyLabel.Name = "lblAssemblyLabel"; // // lblMediaVersionLabel // resources.ApplyResources(lblMediaVersionLabel, "lblMediaVersionLabel"); lblMediaVersionLabel.Name = "lblMediaVersionLabel"; // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1"); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2"); // // stsMain // this.stsMain.GripMargin = new System.Windows.Forms.Padding(0); this.stsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tlsStatusText, this.tlsProgress}); resources.ApplyResources(this.stsMain, "stsMain"); this.stsMain.Name = "stsMain"; this.stsMain.SizingGrip = false; // // tlsStatusText // this.tlsStatusText.Name = "tlsStatusText"; resources.ApplyResources(this.tlsStatusText, "tlsStatusText"); this.tlsStatusText.Spring = true; // // tlsProgress // this.tlsProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.tlsProgress.Name = "tlsProgress"; resources.ApplyResources(this.tlsProgress, "tlsProgress"); // // tabsMain // this.tabsMain.Controls.Add(this.tabInfo); this.tabsMain.Controls.Add(this.tabRating); this.tabsMain.Controls.Add(this.tabSettings); this.tabsMain.Controls.Add(this.tabAbout); resources.ApplyResources(this.tabsMain, "tabsMain"); this.tabsMain.ImageList = this.imageTabs; this.tabsMain.Name = "tabsMain"; this.tabsMain.SelectedIndex = 0; // // tabInfo // this.tabInfo.Controls.Add(this.tblPanelInfo); resources.ApplyResources(this.tabInfo, "tabInfo"); this.tabInfo.Name = "tabInfo"; this.tabInfo.UseVisualStyleBackColor = true; // // tblPanelInfo // resources.ApplyResources(this.tblPanelInfo, "tblPanelInfo"); this.tblPanelInfo.Controls.Add(groupBox4, 1, 0); this.tblPanelInfo.Controls.Add(groupBox5, 0, 0); this.tblPanelInfo.Controls.Add(groupBox6, 0, 1); this.tblPanelInfo.Name = "tblPanelInfo"; // // tabRating // this.tabRating.Controls.Add(this.tblPanelRating); resources.ApplyResources(this.tabRating, "tabRating"); this.tabRating.Name = "tabRating"; this.tabRating.UseVisualStyleBackColor = true; // // tblPanelRating // resources.ApplyResources(this.tblPanelRating, "tblPanelRating"); this.tblPanelRating.Controls.Add(groupBox1, 0, 0); this.tblPanelRating.Controls.Add(groupBox2, 0, 1); this.tblPanelRating.Controls.Add(groupBox3, 1, 1); this.tblPanelRating.Name = "tblPanelRating"; // // tabSettings // this.tabSettings.Controls.Add(this.tblPanelSettings); resources.ApplyResources(this.tabSettings, "tabSettings"); this.tabSettings.Name = "tabSettings"; this.tabSettings.UseVisualStyleBackColor = true; // // tblPanelSettings // resources.ApplyResources(this.tblPanelSettings, "tblPanelSettings"); this.tblPanelSettings.Controls.Add(this.btnSave, 0, 2); this.tblPanelSettings.Controls.Add(this.btnReset, 1, 2); this.tblPanelSettings.Controls.Add(groupBox7, 0, 1); this.tblPanelSettings.Controls.Add(groupBox9, 0, 0); this.tblPanelSettings.Controls.Add(groupBox8, 1, 0); this.tblPanelSettings.Controls.Add(groupBox10, 1, 1); this.tblPanelSettings.Name = "tblPanelSettings"; // // btnSave // resources.ApplyResources(this.btnSave, "btnSave"); this.btnSave.Name = "btnSave"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnReset // resources.ApplyResources(this.btnReset, "btnReset"); this.btnReset.Name = "btnReset"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // tabAbout // this.tabAbout.Controls.Add(this.tblPanelAbout); resources.ApplyResources(this.tabAbout, "tabAbout"); this.tabAbout.Name = "tabAbout"; this.tabAbout.UseVisualStyleBackColor = true; // // tblPanelAbout // resources.ApplyResources(this.tblPanelAbout, "tblPanelAbout"); this.tblPanelAbout.Controls.Add(this.lblMediaVersion, 2, 2); this.tblPanelAbout.Controls.Add(lblMediaVersionLabel, 1, 2); this.tblPanelAbout.Controls.Add(this.lblAssembly, 2, 1); this.tblPanelAbout.Controls.Add(this.panel1, 0, 0); this.tblPanelAbout.Controls.Add(groupBox11, 1, 3); this.tblPanelAbout.Controls.Add(panel2, 1, 4); this.tblPanelAbout.Controls.Add(lblVersionLabel, 1, 0); this.tblPanelAbout.Controls.Add(this.lblVersion, 2, 0); this.tblPanelAbout.Controls.Add(lblAssemblyLabel, 1, 1); this.tblPanelAbout.Name = "tblPanelAbout"; // // lblMediaVersion // resources.ApplyResources(this.lblMediaVersion, "lblMediaVersion"); this.lblMediaVersion.Name = "lblMediaVersion"; // // lblAssembly // resources.ApplyResources(this.lblAssembly, "lblAssembly"); this.lblAssembly.Name = "lblAssembly"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.pbAbout); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; this.tblPanelAbout.SetRowSpan(this.panel1, 5); // // pbAbout // resources.ApplyResources(this.pbAbout, "pbAbout"); this.pbAbout.Image = global::iPlaylist.Properties.Resources.AboutPage; this.pbAbout.Name = "pbAbout"; this.pbAbout.TabStop = false; // // lblVersion // resources.ApplyResources(this.lblVersion, "lblVersion"); this.lblVersion.Name = "lblVersion"; // // imageTabs // this.imageTabs.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageTabs.ImageStream"))); this.imageTabs.TransparentColor = System.Drawing.Color.Transparent; this.imageTabs.Images.SetKeyName(0, "iPlaylist-settings.png"); this.imageTabs.Images.SetKeyName(1, "iPlaylist-about.png"); this.imageTabs.Images.SetKeyName(2, "iPlaylist-best.png"); this.imageTabs.Images.SetKeyName(3, "iPlaylist-info.png"); // // notifyIconMain // this.notifyIconMain.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; resources.ApplyResources(this.notifyIconMain, "notifyIconMain"); this.notifyIconMain.ContextMenuStrip = this.contextMenuIcon; this.notifyIconMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconMain_MouseClick); // // contextMenuIcon // this.contextMenuIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showMainWindowToolStripMenuItem, this.showPlayerControlsToolStripMenuItem, toolStripSeparator1, this.shufflePlaylistToolStripMenuItem, this.prevTrackToolStripMenuItem, this.playPauseToolStripMenuItem, this.nextTrackToolStripMenuItem, toolStripSeparator2, this.exitIPlaylistToolStripMenuItem}); this.contextMenuIcon.Name = "contextMenuIcon"; this.contextMenuIcon.ShowCheckMargin = true; this.contextMenuIcon.ShowImageMargin = false; resources.ApplyResources(this.contextMenuIcon, "contextMenuIcon"); // // showMainWindowToolStripMenuItem // resources.ApplyResources(this.showMainWindowToolStripMenuItem, "showMainWindowToolStripMenuItem"); this.showMainWindowToolStripMenuItem.Name = "showMainWindowToolStripMenuItem"; this.showMainWindowToolStripMenuItem.Click += new System.EventHandler(this.showMainWindowToolStripMenuItem_Click); // // showPlayerControlsToolStripMenuItem // this.showPlayerControlsToolStripMenuItem.CheckOnClick = true; this.showPlayerControlsToolStripMenuItem.Name = "showPlayerControlsToolStripMenuItem"; resources.ApplyResources(this.showPlayerControlsToolStripMenuItem, "showPlayerControlsToolStripMenuItem"); this.showPlayerControlsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showPlayerControlsToolStripMenuItem_CheckedChanged); // // shufflePlaylistToolStripMenuItem // this.shufflePlaylistToolStripMenuItem.Name = "shufflePlaylistToolStripMenuItem"; resources.ApplyResources(this.shufflePlaylistToolStripMenuItem, "shufflePlaylistToolStripMenuItem"); this.shufflePlaylistToolStripMenuItem.Click += new System.EventHandler(this.shufflePlaylistToolStripMenuItem_Click); // // prevTrackToolStripMenuItem // this.prevTrackToolStripMenuItem.Name = "prevTrackToolStripMenuItem"; resources.ApplyResources(this.prevTrackToolStripMenuItem, "prevTrackToolStripMenuItem"); this.prevTrackToolStripMenuItem.Click += new System.EventHandler(this.prevTrackToolStripMenuItem_Click); // // playPauseToolStripMenuItem // this.playPauseToolStripMenuItem.Name = "playPauseToolStripMenuItem"; resources.ApplyResources(this.playPauseToolStripMenuItem, "playPauseToolStripMenuItem"); this.playPauseToolStripMenuItem.Click += new System.EventHandler(this.playPauseToolStripMenuItem_Click); // // nextTrackToolStripMenuItem // this.nextTrackToolStripMenuItem.Name = "nextTrackToolStripMenuItem"; resources.ApplyResources(this.nextTrackToolStripMenuItem, "nextTrackToolStripMenuItem"); this.nextTrackToolStripMenuItem.Click += new System.EventHandler(this.nextTrackToolStripMenuItem_Click); // // exitIPlaylistToolStripMenuItem // this.exitIPlaylistToolStripMenuItem.Name = "exitIPlaylistToolStripMenuItem"; resources.ApplyResources(this.exitIPlaylistToolStripMenuItem, "exitIPlaylistToolStripMenuItem"); this.exitIPlaylistToolStripMenuItem.Click += new System.EventHandler(this.exitIPlaylistToolStripMenuItem_Click); // // timerScreenUpdate // this.timerScreenUpdate.Interval = 500; this.timerScreenUpdate.Tick += new System.EventHandler(this.timerScreenUpdate_Tick); // // bgwCreatePlaylist // this.bgwCreatePlaylist.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwCreatePlaylist_DoWork); this.bgwCreatePlaylist.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwCreatePlaylist_RunWorkerCompleted); // // lblOnlinePeriod // resources.ApplyResources(this.lblOnlinePeriod, "lblOnlinePeriod"); this.lblOnlinePeriod.Name = "lblOnlinePeriod"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // bgwUpdateCheck // this.bgwUpdateCheck.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwUpdateCheck_DoWork); this.bgwUpdateCheck.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwUpdateCheck_RunWorkerCompleted); // // frmMain // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabsMain); this.Controls.Add(this.stsMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "frmMain"; this.Load += new System.EventHandler(this.frmMain_Load); this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing); groupBox1.ResumeLayout(false); groupBox2.ResumeLayout(false); groupBox3.ResumeLayout(false); groupBox4.ResumeLayout(false); tableLayoutControls.ResumeLayout(false); groupBox5.ResumeLayout(false); groupBox5.PerformLayout(); tableLayoutProgressBar.ResumeLayout(false); groupBox6.ResumeLayout(false); this.tblPaneliPlaylistInfo.ResumeLayout(false); this.tblPaneliPlaylistInfo.PerformLayout(); groupBox7.ResumeLayout(false); groupBox7.PerformLayout(); groupBox8.ResumeLayout(false); groupBox8.PerformLayout(); groupBox9.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); groupBox10.ResumeLayout(false); this.tableLayoutPresets.ResumeLayout(false); groupBox11.ResumeLayout(false); panel2.ResumeLayout(false); this.stsMain.ResumeLayout(false); this.stsMain.PerformLayout(); this.tabsMain.ResumeLayout(false); this.tabInfo.ResumeLayout(false); this.tblPanelInfo.ResumeLayout(false); this.tabRating.ResumeLayout(false); this.tblPanelRating.ResumeLayout(false); this.tabSettings.ResumeLayout(false); this.tblPanelSettings.ResumeLayout(false); this.tabAbout.ResumeLayout(false); this.tblPanelAbout.ResumeLayout(false); this.tblPanelAbout.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pbAbout)).EndInit(); this.contextMenuIcon.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox allObjectsGroupBox; System.Windows.Forms.Label filterLabel; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.GroupBox objectInspectorBox; System.Windows.Forms.Label projectObjectTypeLabel; System.Windows.Forms.Label selectedObjectFilePathLabel; System.Windows.Forms.Label selectedObjectFileIdLabel; System.Windows.Forms.Label selectedObjectGuidLabel; System.Windows.Forms.Label relationshipsLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.panel2 = new System.Windows.Forms.Panel(); this.allObjectsFlatViewRadioButton = new System.Windows.Forms.RadioButton(); this.allObjectsTreeViewRadioButton = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.filterCaseSensitiveCheckBox = new System.Windows.Forms.CheckBox(); this.filterTextBox = new System.Windows.Forms.TextBox(); this.allObjectsTreeView = new System.Windows.Forms.TreeView(); this.viewErrorButton = new System.Windows.Forms.Button(); this.relationshipsIncludeChildrenCheckbox = new System.Windows.Forms.CheckBox(); this.projectObjectTypeTextBox = new System.Windows.Forms.TextBox(); this.selectedObjectFilePathTextBox = new System.Windows.Forms.TextBox(); this.selectedObjectFileIdTextBox = new System.Windows.Forms.TextBox(); this.selectedObjectGuidTextBox = new System.Windows.Forms.TextBox(); this.relationshipsListView = new System.Windows.Forms.ListView(); this.targetObjectHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.relationshipTypeHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.assetGuidHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.fileIdHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.targetAssetHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.recentFoldersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mainStatusStrip = new System.Windows.Forms.StatusStrip(); this.parseQueueStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.mainToolStrip = new System.Windows.Forms.ToolStrip(); this.toolStripBackButton = new System.Windows.Forms.ToolStripButton(); this.toolStripForwardButton = new System.Windows.Forms.ToolStripButton(); this.allObjectsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.openInExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyPathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reparseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.relationshipsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.showInAllObjectsViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); allObjectsGroupBox = new System.Windows.Forms.GroupBox(); filterLabel = new System.Windows.Forms.Label(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); objectInspectorBox = new System.Windows.Forms.GroupBox(); projectObjectTypeLabel = new System.Windows.Forms.Label(); selectedObjectFilePathLabel = new System.Windows.Forms.Label(); selectedObjectFileIdLabel = new System.Windows.Forms.Label(); selectedObjectGuidLabel = new System.Windows.Forms.Label(); relationshipsLabel = new System.Windows.Forms.Label(); allObjectsGroupBox.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); objectInspectorBox.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.mainStatusStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.mainToolStrip.SuspendLayout(); this.allObjectsContextMenu.SuspendLayout(); this.relationshipsContextMenu.SuspendLayout(); this.SuspendLayout(); // // allObjectsGroupBox // allObjectsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); allObjectsGroupBox.Controls.Add(this.panel2); allObjectsGroupBox.Controls.Add(this.panel1); allObjectsGroupBox.Controls.Add(this.allObjectsTreeView); allObjectsGroupBox.Location = new System.Drawing.Point(3, 25); allObjectsGroupBox.Name = "allObjectsGroupBox"; allObjectsGroupBox.Size = new System.Drawing.Size(273, 554); allObjectsGroupBox.TabIndex = 0; allObjectsGroupBox.TabStop = false; allObjectsGroupBox.Text = "All Objects"; // // panel2 // this.panel2.Controls.Add(this.allObjectsFlatViewRadioButton); this.panel2.Controls.Add(this.allObjectsTreeViewRadioButton); this.panel2.Location = new System.Drawing.Point(7, 20); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(260, 22); this.panel2.TabIndex = 10; // // allObjectsFlatViewRadioButton // this.allObjectsFlatViewRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.allObjectsFlatViewRadioButton.AutoSize = true; this.allObjectsFlatViewRadioButton.Image = global::UnityProjectBrowser.Properties.Resources.FlatView1; this.allObjectsFlatViewRadioButton.Location = new System.Drawing.Point(28, 0); this.allObjectsFlatViewRadioButton.Name = "allObjectsFlatViewRadioButton"; this.allObjectsFlatViewRadioButton.Size = new System.Drawing.Size(22, 22); this.allObjectsFlatViewRadioButton.TabIndex = 1; this.allObjectsFlatViewRadioButton.TabStop = true; this.toolTip.SetToolTip(this.allObjectsFlatViewRadioButton, "Flat List View"); this.allObjectsFlatViewRadioButton.UseVisualStyleBackColor = true; // // allObjectsTreeViewRadioButton // this.allObjectsTreeViewRadioButton.Appearance = System.Windows.Forms.Appearance.Button; this.allObjectsTreeViewRadioButton.AutoSize = true; this.allObjectsTreeViewRadioButton.Image = global::UnityProjectBrowser.Properties.Resources.TreeView_7131; this.allObjectsTreeViewRadioButton.Location = new System.Drawing.Point(0, 0); this.allObjectsTreeViewRadioButton.Name = "allObjectsTreeViewRadioButton"; this.allObjectsTreeViewRadioButton.Size = new System.Drawing.Size(22, 22); this.allObjectsTreeViewRadioButton.TabIndex = 0; this.allObjectsTreeViewRadioButton.TabStop = true; this.toolTip.SetToolTip(this.allObjectsTreeViewRadioButton, "Directory Tree View"); this.allObjectsTreeViewRadioButton.UseVisualStyleBackColor = true; this.allObjectsTreeViewRadioButton.CheckedChanged += new System.EventHandler(this.OnAllObjectsViewChanged); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(filterLabel); this.panel1.Controls.Add(this.filterCaseSensitiveCheckBox); this.panel1.Controls.Add(this.filterTextBox); this.panel1.Location = new System.Drawing.Point(6, 48); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(261, 21); this.panel1.TabIndex = 9; // // filterLabel // filterLabel.AutoSize = true; filterLabel.Location = new System.Drawing.Point(0, 3); filterLabel.Name = "filterLabel"; filterLabel.Size = new System.Drawing.Size(29, 13); filterLabel.TabIndex = 5; filterLabel.Text = "Filter"; // // filterCaseSensitiveCheckBox // this.filterCaseSensitiveCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.filterCaseSensitiveCheckBox.Appearance = System.Windows.Forms.Appearance.Button; this.filterCaseSensitiveCheckBox.AutoSize = true; this.filterCaseSensitiveCheckBox.Location = new System.Drawing.Point(255, 0); this.filterCaseSensitiveCheckBox.Name = "filterCaseSensitiveCheckBox"; this.filterCaseSensitiveCheckBox.Size = new System.Drawing.Size(6, 6); this.filterCaseSensitiveCheckBox.TabIndex = 8; this.toolTip.SetToolTip(this.filterCaseSensitiveCheckBox, "Case Sensitive"); this.filterCaseSensitiveCheckBox.UseVisualStyleBackColor = true; // // filterTextBox // this.filterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.filterTextBox.Location = new System.Drawing.Point(35, 0); this.filterTextBox.Name = "filterTextBox"; this.filterTextBox.Size = new System.Drawing.Size(198, 20); this.filterTextBox.TabIndex = 6; // // allObjectsTreeView // this.allObjectsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.allObjectsTreeView.Location = new System.Drawing.Point(6, 74); this.allObjectsTreeView.Name = "allObjectsTreeView"; this.allObjectsTreeView.Size = new System.Drawing.Size(261, 474); this.allObjectsTreeView.TabIndex = 4; this.allObjectsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnAllObjectsTreeViewSelectionChanged); this.allObjectsTreeView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.allObjectsTreeView_MouseClick); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // objectInspectorBox // objectInspectorBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); objectInspectorBox.Controls.Add(this.viewErrorButton); objectInspectorBox.Controls.Add(this.relationshipsIncludeChildrenCheckbox); objectInspectorBox.Controls.Add(projectObjectTypeLabel); objectInspectorBox.Controls.Add(this.projectObjectTypeTextBox); objectInspectorBox.Controls.Add(selectedObjectFilePathLabel); objectInspectorBox.Controls.Add(this.selectedObjectFilePathTextBox); objectInspectorBox.Controls.Add(selectedObjectFileIdLabel); objectInspectorBox.Controls.Add(this.selectedObjectFileIdTextBox); objectInspectorBox.Controls.Add(this.selectedObjectGuidTextBox); objectInspectorBox.Controls.Add(selectedObjectGuidLabel); objectInspectorBox.Controls.Add(this.relationshipsListView); objectInspectorBox.Controls.Add(relationshipsLabel); objectInspectorBox.Location = new System.Drawing.Point(3, 22); objectInspectorBox.Name = "objectInspectorBox"; objectInspectorBox.Size = new System.Drawing.Size(549, 557); objectInspectorBox.TabIndex = 3; objectInspectorBox.TabStop = false; objectInspectorBox.Text = "Selected Object"; // // viewErrorButton // this.viewErrorButton.Image = global::UnityProjectBrowser.Properties.Resources.Error_red_16x16; this.viewErrorButton.Location = new System.Drawing.Point(521, 99); this.viewErrorButton.Name = "viewErrorButton"; this.viewErrorButton.Size = new System.Drawing.Size(22, 22); this.viewErrorButton.TabIndex = 11; this.viewErrorButton.UseVisualStyleBackColor = true; this.viewErrorButton.Visible = false; // // relationshipsIncludeChildrenCheckbox // this.relationshipsIncludeChildrenCheckbox.Appearance = System.Windows.Forms.Appearance.Button; this.relationshipsIncludeChildrenCheckbox.AutoSize = true; this.relationshipsIncludeChildrenCheckbox.Checked = true; this.relationshipsIncludeChildrenCheckbox.CheckState = System.Windows.Forms.CheckState.Checked; this.relationshipsIncludeChildrenCheckbox.Image = global::UnityProjectBrowser.Properties.Resources.TreeView_7131; this.relationshipsIncludeChildrenCheckbox.Location = new System.Drawing.Point(87, 99); this.relationshipsIncludeChildrenCheckbox.Name = "relationshipsIncludeChildrenCheckbox"; this.relationshipsIncludeChildrenCheckbox.Size = new System.Drawing.Size(22, 22); this.relationshipsIncludeChildrenCheckbox.TabIndex = 10; this.toolTip.SetToolTip(this.relationshipsIncludeChildrenCheckbox, "Include Child Relationships"); this.relationshipsIncludeChildrenCheckbox.UseVisualStyleBackColor = true; this.relationshipsIncludeChildrenCheckbox.CheckedChanged += new System.EventHandler(this.relationshipsIncludeChildrenCheckbox_CheckedChanged); // // projectObjectTypeLabel // projectObjectTypeLabel.AutoSize = true; projectObjectTypeLabel.Location = new System.Drawing.Point(11, 76); projectObjectTypeLabel.Name = "projectObjectTypeLabel"; projectObjectTypeLabel.Size = new System.Drawing.Size(65, 13); projectObjectTypeLabel.TabIndex = 9; projectObjectTypeLabel.Text = "Object Type"; // // projectObjectTypeTextBox // this.projectObjectTypeTextBox.Location = new System.Drawing.Point(82, 73); this.projectObjectTypeTextBox.Name = "projectObjectTypeTextBox"; this.projectObjectTypeTextBox.ReadOnly = true; this.projectObjectTypeTextBox.Size = new System.Drawing.Size(135, 20); this.projectObjectTypeTextBox.TabIndex = 8; // // selectedObjectFilePathLabel // selectedObjectFilePathLabel.AutoSize = true; selectedObjectFilePathLabel.Location = new System.Drawing.Point(10, 49); selectedObjectFilePathLabel.Name = "selectedObjectFilePathLabel"; selectedObjectFilePathLabel.Size = new System.Drawing.Size(48, 13); selectedObjectFilePathLabel.TabIndex = 7; selectedObjectFilePathLabel.Text = "File Path"; // // selectedObjectFilePathTextBox // this.selectedObjectFilePathTextBox.Location = new System.Drawing.Point(82, 46); this.selectedObjectFilePathTextBox.Name = "selectedObjectFilePathTextBox"; this.selectedObjectFilePathTextBox.ReadOnly = true; this.selectedObjectFilePathTextBox.Size = new System.Drawing.Size(461, 20); this.selectedObjectFilePathTextBox.TabIndex = 6; // // selectedObjectFileIdLabel // selectedObjectFileIdLabel.AutoSize = true; selectedObjectFileIdLabel.Location = new System.Drawing.Point(316, 22); selectedObjectFileIdLabel.Name = "selectedObjectFileIdLabel"; selectedObjectFileIdLabel.Size = new System.Drawing.Size(35, 13); selectedObjectFileIdLabel.TabIndex = 5; selectedObjectFileIdLabel.Text = "File Id"; // // selectedObjectFileIdTextBox // this.selectedObjectFileIdTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.selectedObjectFileIdTextBox.Location = new System.Drawing.Point(357, 20); this.selectedObjectFileIdTextBox.Name = "selectedObjectFileIdTextBox"; this.selectedObjectFileIdTextBox.ReadOnly = true; this.selectedObjectFileIdTextBox.Size = new System.Drawing.Size(186, 20); this.selectedObjectFileIdTextBox.TabIndex = 4; this.selectedObjectFileIdTextBox.Text = "0"; // // selectedObjectGuidTextBox // this.selectedObjectGuidTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.selectedObjectGuidTextBox.Location = new System.Drawing.Point(82, 20); this.selectedObjectGuidTextBox.Name = "selectedObjectGuidTextBox"; this.selectedObjectGuidTextBox.ReadOnly = true; this.selectedObjectGuidTextBox.Size = new System.Drawing.Size(228, 20); this.selectedObjectGuidTextBox.TabIndex = 3; this.selectedObjectGuidTextBox.Text = "00000000-0000-0000-0000-000000000000"; // // selectedObjectGuidLabel // selectedObjectGuidLabel.AutoSize = true; selectedObjectGuidLabel.Location = new System.Drawing.Point(11, 23); selectedObjectGuidLabel.Name = "selectedObjectGuidLabel"; selectedObjectGuidLabel.Size = new System.Drawing.Size(34, 13); selectedObjectGuidLabel.TabIndex = 2; selectedObjectGuidLabel.Text = "GUID"; // // relationshipsListView // this.relationshipsListView.AllowColumnReorder = true; this.relationshipsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.relationshipsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.targetObjectHeader, this.relationshipTypeHeader, this.assetGuidHeader, this.fileIdHeader, this.targetAssetHeader }); this.relationshipsListView.FullRowSelect = true; this.relationshipsListView.HideSelection = false; this.relationshipsListView.Location = new System.Drawing.Point(10, 126); this.relationshipsListView.Name = "relationshipsListView"; this.relationshipsListView.Size = new System.Drawing.Size(533, 425); this.relationshipsListView.TabIndex = 1; this.relationshipsListView.UseCompatibleStateImageBehavior = false; this.relationshipsListView.View = System.Windows.Forms.View.Details; this.relationshipsListView.DoubleClick += new System.EventHandler(this.OnRelationshipsListViewDoubleClick); this.relationshipsListView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.relationshipsListView_MouseClick); // // targetObjectHeader // this.targetObjectHeader.DisplayIndex = 2; this.targetObjectHeader.Text = "Object"; this.targetObjectHeader.Width = 120; // // relationshipTypeHeader // this.relationshipTypeHeader.DisplayIndex = 0; this.relationshipTypeHeader.Text = "Relationship"; this.relationshipTypeHeader.Width = 120; // // assetGuidHeader // this.assetGuidHeader.DisplayIndex = 3; this.assetGuidHeader.Text = "Asset Guid"; this.assetGuidHeader.Width = 120; // // fileIdHeader // this.fileIdHeader.DisplayIndex = 4; this.fileIdHeader.Text = "File Id"; this.fileIdHeader.Width = 100; // // targetAssetHeader // this.targetAssetHeader.DisplayIndex = 1; this.targetAssetHeader.Text = "Asset"; this.targetAssetHeader.Width = 120; // // relationshipsLabel // relationshipsLabel.AutoSize = true; relationshipsLabel.Location = new System.Drawing.Point(11, 104); relationshipsLabel.Name = "relationshipsLabel"; relationshipsLabel.Size = new System.Drawing.Size(70, 13); relationshipsLabel.TabIndex = 0; relationshipsLabel.Text = "Relationships"; // // mainMenuStrip // this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.viewToolStripMenuItem }); this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.Size = new System.Drawing.Size(862, 24); this.mainMenuStrip.TabIndex = 1; this.mainMenuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openFolderToolStripMenuItem, this.recentFoldersToolStripMenuItem, toolStripSeparator1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // openFolderToolStripMenuItem // this.openFolderToolStripMenuItem.Name = "openFolderToolStripMenuItem"; this.openFolderToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.openFolderToolStripMenuItem.Text = "Open Folder"; this.openFolderToolStripMenuItem.Click += new System.EventHandler(this.openFolderToolStripMenuItem_Click); // // recentFoldersToolStripMenuItem // this.recentFoldersToolStripMenuItem.Name = "recentFoldersToolStripMenuItem"; this.recentFoldersToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.recentFoldersToolStripMenuItem.Text = "Recent Folders"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.goToToolStripMenuItem }); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.viewToolStripMenuItem.Text = "View"; // // goToToolStripMenuItem // this.goToToolStripMenuItem.Enabled = false; this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; this.goToToolStripMenuItem.Size = new System.Drawing.Size(104, 22); this.goToToolStripMenuItem.Text = "Go To"; this.goToToolStripMenuItem.Click += new System.EventHandler(this.goToToolStripMenuItem_Click); // // mainStatusStrip // this.mainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.parseQueueStatusLabel }); this.mainStatusStrip.Location = new System.Drawing.Point(0, 612); this.mainStatusStrip.Name = "mainStatusStrip"; this.mainStatusStrip.Size = new System.Drawing.Size(862, 22); this.mainStatusStrip.TabIndex = 2; this.mainStatusStrip.Text = "statusStrip1"; // // parseQueueStatusLabel // this.parseQueueStatusLabel.Name = "parseQueueStatusLabel"; this.parseQueueStatusLabel.Size = new System.Drawing.Size(106, 17); this.parseQueueStatusLabel.Text = "Files To Parse: 0000"; // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(12, 27); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(allObjectsGroupBox); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(objectInspectorBox); this.splitContainer1.Size = new System.Drawing.Size(838, 582); this.splitContainer1.SplitterDistance = 279; this.splitContainer1.TabIndex = 4; // // mainToolStrip // this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripBackButton, this.toolStripForwardButton }); this.mainToolStrip.Location = new System.Drawing.Point(0, 24); this.mainToolStrip.Name = "mainToolStrip"; this.mainToolStrip.Size = new System.Drawing.Size(862, 25); this.mainToolStrip.TabIndex = 5; this.mainToolStrip.Text = "toolStrip1"; // // toolStripBackButton // this.toolStripBackButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripBackButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripBackButton.Name = "toolStripBackButton"; this.toolStripBackButton.Size = new System.Drawing.Size(23, 22); this.toolStripBackButton.Text = "Back"; this.toolStripBackButton.Click += new System.EventHandler(this.toolStripBackButton_Click); // // toolStripForwardButton // this.toolStripForwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripForwardButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripForwardButton.Name = "toolStripForwardButton"; this.toolStripForwardButton.Size = new System.Drawing.Size(23, 22); this.toolStripForwardButton.Text = "Forward"; this.toolStripForwardButton.Click += new System.EventHandler(this.toolStripForwardButton_Click); // // allObjectsContextMenu // this.allObjectsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openInExplorerToolStripMenuItem, this.editToolStripMenuItem, this.copyPathToolStripMenuItem, this.reparseToolStripMenuItem }); this.allObjectsContextMenu.Name = "allObjectsContextMenu"; this.allObjectsContextMenu.Size = new System.Drawing.Size(163, 92); // // openInExplorerToolStripMenuItem // this.openInExplorerToolStripMenuItem.Name = "openInExplorerToolStripMenuItem"; this.openInExplorerToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.openInExplorerToolStripMenuItem.Text = "Open in Explorer"; this.openInExplorerToolStripMenuItem.Click += new System.EventHandler(this.openInExplorerToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.editToolStripMenuItem.Text = "Edit"; this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click); // // copyPathToolStripMenuItem // this.copyPathToolStripMenuItem.Name = "copyPathToolStripMenuItem"; this.copyPathToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.copyPathToolStripMenuItem.Text = "Copy Path"; this.copyPathToolStripMenuItem.Click += new System.EventHandler(this.copyPathToolStripMenuItem_Click); // // reparseToolStripMenuItem // this.reparseToolStripMenuItem.Enabled = false; this.reparseToolStripMenuItem.Name = "reparseToolStripMenuItem"; this.reparseToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.reparseToolStripMenuItem.Text = "Reparse"; this.reparseToolStripMenuItem.Click += new System.EventHandler(this.reparseToolStripMenuItem_Click); // // relationshipsContextMenu // this.relationshipsContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showInAllObjectsViewToolStripMenuItem }); this.relationshipsContextMenu.Name = "relationshipsContextMenu"; this.relationshipsContextMenu.Size = new System.Drawing.Size(119, 26); // // showInAllObjectsViewToolStripMenuItem // this.showInAllObjectsViewToolStripMenuItem.Name = "showInAllObjectsViewToolStripMenuItem"; this.showInAllObjectsViewToolStripMenuItem.Size = new System.Drawing.Size(118, 22); this.showInAllObjectsViewToolStripMenuItem.Text = "Jump To"; this.showInAllObjectsViewToolStripMenuItem.Click += new System.EventHandler(this.showInAllObjectsViewToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(862, 634); this.Controls.Add(this.mainToolStrip); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.mainStatusStrip); this.Controls.Add(this.mainMenuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mainMenuStrip; this.Name = "MainForm"; this.Text = "Unity Project Browser"; allObjectsGroupBox.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); objectInspectorBox.ResumeLayout(false); objectInspectorBox.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.PerformLayout(); this.mainStatusStrip.ResumeLayout(false); this.mainStatusStrip.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.mainToolStrip.ResumeLayout(false); this.mainToolStrip.PerformLayout(); this.allObjectsContextMenu.ResumeLayout(false); this.relationshipsContextMenu.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label label2; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label label19; System.Windows.Forms.Button button1; System.Windows.Forms.Button button14; System.Windows.Forms.Button button15; System.Windows.Forms.Button button16; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label1; this.label6 = new System.Windows.Forms.Label(); this.comboBoxAdditionalActors = new System.Windows.Forms.ComboBox(); this.listBoxAdditionalActors = new System.Windows.Forms.ListBox(); this.textBoxContext = new System.Windows.Forms.RichTextBox(); this.comboBoxPackage = new System.Windows.Forms.ComboBox(); this.textBoxVoiceBank = new System.Windows.Forms.TextBox(); this.comboBoxSceneType = new System.Windows.Forms.ComboBox(); this.textBoxComment = new System.Windows.Forms.RichTextBox(); label2 = new System.Windows.Forms.Label(); groupBox1 = new System.Windows.Forms.GroupBox(); label19 = new System.Windows.Forms.Label(); button1 = new System.Windows.Forms.Button(); button14 = new System.Windows.Forms.Button(); button15 = new System.Windows.Forms.Button(); button16 = new System.Windows.Forms.Button(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); groupBox1.SuspendLayout(); this.SuspendLayout(); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(7, 56); label2.Name = "label2"; label2.Size = new System.Drawing.Size(71, 13); label2.TabIndex = 4; label2.Text = "Scene Type :"; // // groupBox1 // groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox1.Controls.Add(this.label6); groupBox1.Controls.Add(label19); groupBox1.Controls.Add(this.comboBoxAdditionalActors); groupBox1.Controls.Add(button1); groupBox1.Controls.Add(button14); groupBox1.Controls.Add(button15); groupBox1.Controls.Add(button16); groupBox1.Controls.Add(this.listBoxAdditionalActors); groupBox1.Controls.Add(label5); groupBox1.Controls.Add(this.textBoxContext); groupBox1.Controls.Add(label4); groupBox1.Controls.Add(this.comboBoxPackage); groupBox1.Controls.Add(this.textBoxVoiceBank); groupBox1.Controls.Add(label3); groupBox1.Controls.Add(label2); groupBox1.Controls.Add(this.comboBoxSceneType); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(this.textBoxComment); groupBox1.Location = new System.Drawing.Point(3, 3); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(321, 416); groupBox1.TabIndex = 1; groupBox1.TabStop = false; groupBox1.Text = "Dialogue Properties"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 307); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(92, 13); this.label6.TabIndex = 48; this.label6.Text = "Additional Actors :"; // // label19 // label19.AutoSize = true; label19.Location = new System.Drawing.Point(148, 357); label19.Name = "label19"; label19.Size = new System.Drawing.Size(38, 13); label19.TabIndex = 47; label19.Text = "Actor :"; // // comboBoxAdditionalActors // this.comboBoxAdditionalActors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxAdditionalActors.FormattingEnabled = true; this.comboBoxAdditionalActors.Location = new System.Drawing.Point(148, 373); this.comboBoxAdditionalActors.Name = "comboBoxAdditionalActors"; this.comboBoxAdditionalActors.Size = new System.Drawing.Size(163, 21); this.comboBoxAdditionalActors.TabIndex = 46; this.comboBoxAdditionalActors.SelectedIndexChanged += new System.EventHandler(this.OnAdditionalActorNameChanged); // // button1 // button1.FlatAppearance.BorderSize = 0; button1.Image = global::DialogueEditor.Properties.Resources.add; button1.Location = new System.Drawing.Point(148, 323); button1.Name = "button1"; button1.Size = new System.Drawing.Size(24, 24); button1.TabIndex = 42; button1.UseVisualStyleBackColor = true; button1.Click += new System.EventHandler(this.OnAddAdditionalActor); // // button14 // button14.FlatAppearance.BorderSize = 0; button14.Image = global::DialogueEditor.Properties.Resources.cross; button14.Location = new System.Drawing.Point(260, 323); button14.Name = "button14"; button14.Size = new System.Drawing.Size(24, 24); button14.TabIndex = 45; button14.UseVisualStyleBackColor = true; button14.Click += new System.EventHandler(this.OnRemoveAdditionalActor); // // button15 // button15.FlatAppearance.BorderSize = 0; button15.Image = global::DialogueEditor.Properties.Resources.arrow_down; button15.Location = new System.Drawing.Point(202, 323); button15.Name = "button15"; button15.Size = new System.Drawing.Size(24, 24); button15.TabIndex = 44; button15.UseVisualStyleBackColor = true; button15.Click += new System.EventHandler(this.OnMoveAdditionalActorDown); // // button16 // button16.FlatAppearance.BorderSize = 0; button16.Image = global::DialogueEditor.Properties.Resources.arrow_up; button16.Location = new System.Drawing.Point(178, 323); button16.Name = "button16"; button16.Size = new System.Drawing.Size(24, 24); button16.TabIndex = 43; button16.UseVisualStyleBackColor = true; button16.Click += new System.EventHandler(this.OnMoveAdditionalActorUp); // // listBoxAdditionalActors // this.listBoxAdditionalActors.FormattingEnabled = true; this.listBoxAdditionalActors.Location = new System.Drawing.Point(6, 323); this.listBoxAdditionalActors.Name = "listBoxAdditionalActors"; this.listBoxAdditionalActors.Size = new System.Drawing.Size(136, 82); this.listBoxAdditionalActors.TabIndex = 41; this.listBoxAdditionalActors.SelectedIndexChanged += new System.EventHandler(this.OnAdditionalActorsIndexChanged); // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(7, 113); label5.Name = "label5"; label5.Size = new System.Drawing.Size(49, 13); label5.TabIndex = 8; label5.Text = "Context :"; // // textBoxContext // this.textBoxContext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxContext.Location = new System.Drawing.Point(6, 129); this.textBoxContext.Name = "textBoxContext"; this.textBoxContext.Size = new System.Drawing.Size(309, 74); this.textBoxContext.TabIndex = 9; this.textBoxContext.Text = ""; this.textBoxContext.TextChanged += new System.EventHandler(this.OnContextChanged); this.textBoxContext.Validated += new System.EventHandler(this.OnContextValidated); // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(7, 29); label4.Name = "label4"; label4.Size = new System.Drawing.Size(56, 13); label4.TabIndex = 7; label4.Text = "Package :"; // // comboBoxPackage // this.comboBoxPackage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxPackage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxPackage.FormattingEnabled = true; this.comboBoxPackage.Location = new System.Drawing.Point(84, 26); this.comboBoxPackage.Name = "comboBoxPackage"; this.comboBoxPackage.Size = new System.Drawing.Size(231, 21); this.comboBoxPackage.TabIndex = 6; this.comboBoxPackage.SelectedIndexChanged += new System.EventHandler(this.OnPackageChanged); // // textBoxVoiceBank // this.textBoxVoiceBank.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxVoiceBank.Location = new System.Drawing.Point(84, 80); this.textBoxVoiceBank.Name = "textBoxVoiceBank"; this.textBoxVoiceBank.Size = new System.Drawing.Size(231, 20); this.textBoxVoiceBank.TabIndex = 1; this.textBoxVoiceBank.TextChanged += new System.EventHandler(this.OnVoiceBankChanged); this.textBoxVoiceBank.Validated += new System.EventHandler(this.OnVoiceBankValidated); // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(7, 83); label3.Name = "label3"; label3.Size = new System.Drawing.Size(68, 13); label3.TabIndex = 5; label3.Text = "Voice Bank :"; // // comboBoxSceneType // this.comboBoxSceneType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxSceneType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSceneType.FormattingEnabled = true; this.comboBoxSceneType.Location = new System.Drawing.Point(84, 53); this.comboBoxSceneType.Name = "comboBoxSceneType"; this.comboBoxSceneType.Size = new System.Drawing.Size(231, 21); this.comboBoxSceneType.TabIndex = 0; this.comboBoxSceneType.SelectedIndexChanged += new System.EventHandler(this.OnSceneTypeChanged); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(7, 206); label1.Name = "label1"; label1.Size = new System.Drawing.Size(160, 13); label1.TabIndex = 2; label1.Text = "Comment (Will not be exported) :"; // // textBoxComment // this.textBoxComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxComment.Location = new System.Drawing.Point(6, 222); this.textBoxComment.Name = "textBoxComment"; this.textBoxComment.Size = new System.Drawing.Size(309, 74); this.textBoxComment.TabIndex = 2; this.textBoxComment.Text = ""; this.textBoxComment.TextChanged += new System.EventHandler(this.OnCommentChanged); this.textBoxComment.Validated += new System.EventHandler(this.OnCommentValidated); // // FormPropertiesRoot // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(groupBox1); this.Name = "FormPropertiesRoot"; this.Size = new System.Drawing.Size(327, 422); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cameraListBox = new System.Windows.Forms.ComboBox(); this.autoCheckBox1 = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.arduinoPortCB = new System.Windows.Forms.ComboBox(); this.connectCOM = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.openCamera = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.serialPort1 = new System.IO.Ports.SerialPort(this.components); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(117, 9); this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(557, 74); this.label1.TabIndex = 0; this.label1.Text = "Giao diện điều khiển phân loại sản phẩm"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox1 // this.groupBox1.Controls.Add(this.pictureBox1); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(12, 86); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(662, 518); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Camera"; this.groupBox1.Enter += new System.EventHandler(this.GroupBox1Enter); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(7, 26); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(640, 480); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // groupBox2 // this.groupBox2.Controls.Add(this.cameraListBox); this.groupBox2.Controls.Add(this.autoCheckBox1); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.button6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.button2); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.arduinoPortCB); this.groupBox2.Controls.Add(this.connectCOM); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.openCamera); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.Location = new System.Drawing.Point(685, 86); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(412, 518); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Control"; // // cameraListBox // this.cameraListBox.FormattingEnabled = true; this.cameraListBox.Location = new System.Drawing.Point(8, 58); this.cameraListBox.Name = "cameraListBox"; this.cameraListBox.Size = new System.Drawing.Size(397, 32); this.cameraListBox.TabIndex = 23; // // autoCheckBox1 // this.autoCheckBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.autoCheckBox1.Location = new System.Drawing.Point(5, 465); this.autoCheckBox1.Name = "autoCheckBox1"; this.autoCheckBox1.Size = new System.Drawing.Size(338, 24); this.autoCheckBox1.TabIndex = 22; this.autoCheckBox1.Text = "Tự động"; this.autoCheckBox1.UseVisualStyleBackColor = true; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(6, 439); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(311, 23); this.label6.TabIndex = 20; this.label6.Text = "Hệ thống"; // // button7 // this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.Location = new System.Drawing.Point(6, 384); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(146, 23); this.button7.TabIndex = 16; this.button7.Text = "Vị trí 3"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.Button7Click); // // button6 // this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.Location = new System.Drawing.Point(159, 355); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(146, 23); this.button6.TabIndex = 15; this.button6.Text = "Vị trí 2"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.Button6Click); // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(5, 228); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(311, 23); this.label5.TabIndex = 12; this.label5.Text = "Điều khiển băng tải"; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(6, 291); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(311, 23); this.label4.TabIndex = 11; this.label4.Text = "Điều khiển cánh tay"; // // button3 // this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(6, 355); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(146, 23); this.button3.TabIndex = 10; this.button3.Text = "Vị trí 1"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Button3Click); // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(159, 254); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(144, 23); this.button2.TabIndex = 9; this.button2.Text = "Dừng băng tải"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button2Click); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(5, 254); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(148, 23); this.button1.TabIndex = 8; this.button1.Text = "Chạy băng tải"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1Click); // // arduinoPortCB // this.arduinoPortCB.FormattingEnabled = true; this.arduinoPortCB.Location = new System.Drawing.Point(7, 156); this.arduinoPortCB.Name = "arduinoPortCB"; this.arduinoPortCB.Size = new System.Drawing.Size(398, 32); this.arduinoPortCB.TabIndex = 7; // // connectCOM // this.connectCOM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.connectCOM.Location = new System.Drawing.Point(5, 194); this.connectCOM.Name = "connectCOM"; this.connectCOM.Size = new System.Drawing.Size(148, 23); this.connectCOM.TabIndex = 6; this.connectCOM.Text = "Kết nối"; this.connectCOM.UseVisualStyleBackColor = true; this.connectCOM.Click += new System.EventHandler(this.ConnectCOMClick); // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(6, 129); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(311, 23); this.label3.TabIndex = 4; this.label3.Text = "Cổng COM Arduino:"; // // openCamera // this.openCamera.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.openCamera.Location = new System.Drawing.Point(6, 97); this.openCamera.Name = "openCamera"; this.openCamera.Size = new System.Drawing.Size(148, 23); this.openCamera.TabIndex = 3; this.openCamera.Text = "Mở camera"; this.openCamera.UseVisualStyleBackColor = true; this.openCamera.Click += new System.EventHandler(this.OpenCameraClick); // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(5, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(311, 23); this.label2.TabIndex = 1; this.label2.Text = "Địa chỉ camera:"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(17F, 31F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1113, 631); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.Name = "MainForm"; this.Text = "ArmController"; this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox2.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() { System.Windows.Forms.GroupBox GroupStageProperties; System.Windows.Forms.Label label5; System.Windows.Forms.Label label4; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.Label LabelMaxRings; System.Windows.Forms.Label EmeraldColorLabel; System.Windows.Forms.Label StartDirectionLabel; System.Windows.Forms.Label StartPositionLabel; System.Windows.Forms.Label TextureLabel; System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.lblStarsColor2 = new System.Windows.Forms.Label(); this.lblStarsColor1 = new System.Windows.Forms.Label(); this.lblSkyBackcolor2 = new System.Windows.Forms.Label(); this.lblSkyBackcolor1 = new System.Windows.Forms.Label(); this.chkBumpMapping = new System.Windows.Forms.CheckBox(); this.lblCheckerColor2 = new System.Windows.Forms.Label(); this.lblCheckerColor1 = new System.Windows.Forms.Label(); this.rdoChecker = new System.Windows.Forms.RadioButton(); this.rdoTexture = new System.Windows.Forms.RadioButton(); this.MaxRings = new System.Windows.Forms.TextBox(); this.EmeraldColor = new System.Windows.Forms.Label(); this.StartDirection = new System.Windows.Forms.ComboBox(); this.StartPositionZ = new System.Windows.Forms.TextBox(); this.StartPositionX = new System.Windows.Forms.TextBox(); this.BumpMapFileName = new System.Windows.Forms.ComboBox(); this.TextureFileName = new System.Windows.Forms.ComboBox(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gameStagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.blueSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.starSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.yellowSphereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.avoidSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.CursorX = new System.Windows.Forms.ToolStripStatusLabel(); this.CursorZ = new System.Windows.Forms.ToolStripStatusLabel(); this.StageEditBoard = new System.Windows.Forms.PictureBox(); GroupStageProperties = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); LabelMaxRings = new System.Windows.Forms.Label(); EmeraldColorLabel = new System.Windows.Forms.Label(); StartDirectionLabel = new System.Windows.Forms.Label(); StartPositionLabel = new System.Windows.Forms.Label(); TextureLabel = new System.Windows.Forms.Label(); menuStrip1 = new System.Windows.Forms.MenuStrip(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); GroupStageProperties.SuspendLayout(); menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).BeginInit(); this.SuspendLayout(); // // GroupStageProperties // GroupStageProperties.Controls.Add(this.lblStarsColor2); GroupStageProperties.Controls.Add(this.lblStarsColor1); GroupStageProperties.Controls.Add(label5); GroupStageProperties.Controls.Add(this.lblSkyBackcolor2); GroupStageProperties.Controls.Add(this.lblSkyBackcolor1); GroupStageProperties.Controls.Add(label4); GroupStageProperties.Controls.Add(label3); GroupStageProperties.Controls.Add(this.chkBumpMapping); GroupStageProperties.Controls.Add(this.lblCheckerColor2); GroupStageProperties.Controls.Add(this.lblCheckerColor1); GroupStageProperties.Controls.Add(this.rdoChecker); GroupStageProperties.Controls.Add(this.rdoTexture); GroupStageProperties.Controls.Add(label2); GroupStageProperties.Controls.Add(label1); GroupStageProperties.Controls.Add(this.MaxRings); GroupStageProperties.Controls.Add(LabelMaxRings); GroupStageProperties.Controls.Add(EmeraldColorLabel); GroupStageProperties.Controls.Add(this.EmeraldColor); GroupStageProperties.Controls.Add(this.StartDirection); GroupStageProperties.Controls.Add(this.StartPositionZ); GroupStageProperties.Controls.Add(this.StartPositionX); GroupStageProperties.Controls.Add(StartDirectionLabel); GroupStageProperties.Controls.Add(StartPositionLabel); GroupStageProperties.Controls.Add(TextureLabel); GroupStageProperties.Controls.Add(this.BumpMapFileName); GroupStageProperties.Controls.Add(this.TextureFileName); GroupStageProperties.Dock = System.Windows.Forms.DockStyle.Right; GroupStageProperties.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); GroupStageProperties.Location = new System.Drawing.Point(660, 24); GroupStageProperties.Name = "GroupStageProperties"; GroupStageProperties.Size = new System.Drawing.Size(252, 593); GroupStageProperties.TabIndex = 3; GroupStageProperties.TabStop = false; GroupStageProperties.Text = "Stage properties"; // // lblStarsColor2 // this.lblStarsColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStarsColor2.Location = new System.Drawing.Point(182, 213); this.lblStarsColor2.Name = "lblStarsColor2"; this.lblStarsColor2.Size = new System.Drawing.Size(56, 21); this.lblStarsColor2.TabIndex = 26; this.lblStarsColor2.Text = "Color2"; this.lblStarsColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStarsColor2.Click += new System.EventHandler(this.ChooseColor); // // lblStarsColor1 // this.lblStarsColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblStarsColor1.Location = new System.Drawing.Point(114, 213); this.lblStarsColor1.Name = "lblStarsColor1"; this.lblStarsColor1.Size = new System.Drawing.Size(56, 21); this.lblStarsColor1.TabIndex = 25; this.lblStarsColor1.Text = "Color1"; this.lblStarsColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblStarsColor1.Click += new System.EventHandler(this.ChooseColor); // // label5 // label5.AutoSize = true; label5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label5.Location = new System.Drawing.Point(9, 216); label5.Name = "label5"; label5.Size = new System.Drawing.Size(33, 14); label5.TabIndex = 24; label5.Text = "Stars"; // // lblSkyBackcolor2 // this.lblSkyBackcolor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSkyBackcolor2.Location = new System.Drawing.Point(182, 181); this.lblSkyBackcolor2.Name = "lblSkyBackcolor2"; this.lblSkyBackcolor2.Size = new System.Drawing.Size(56, 21); this.lblSkyBackcolor2.TabIndex = 23; this.lblSkyBackcolor2.Text = "Color2"; this.lblSkyBackcolor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSkyBackcolor2.Click += new System.EventHandler(this.ChooseColor); // // lblSkyBackcolor1 // this.lblSkyBackcolor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblSkyBackcolor1.Location = new System.Drawing.Point(114, 181); this.lblSkyBackcolor1.Name = "lblSkyBackcolor1"; this.lblSkyBackcolor1.Size = new System.Drawing.Size(56, 21); this.lblSkyBackcolor1.TabIndex = 22; this.lblSkyBackcolor1.Text = "Color1"; this.lblSkyBackcolor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSkyBackcolor1.Click += new System.EventHandler(this.ChooseColor); // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label4.Location = new System.Drawing.Point(9, 184); label4.Name = "label4"; label4.Size = new System.Drawing.Size(65, 14); label4.TabIndex = 21; label4.Text = "Background"; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(9, 154); label3.Name = "label3"; label3.Size = new System.Drawing.Size(94, 14); label3.TabIndex = 20; label3.Text = "Sky appearance"; // // chkBumpMapping // this.chkBumpMapping.AutoSize = true; this.chkBumpMapping.Location = new System.Drawing.Point(12, 105); this.chkBumpMapping.Name = "chkBumpMapping"; this.chkBumpMapping.Size = new System.Drawing.Size(96, 18); this.chkBumpMapping.TabIndex = 19; this.chkBumpMapping.Text = "Bump mapping"; this.chkBumpMapping.UseVisualStyleBackColor = true; this.chkBumpMapping.CheckedChanged += new System.EventHandler(this.OptionControls); // // lblCheckerColor2 // this.lblCheckerColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCheckerColor2.Location = new System.Drawing.Point(182, 49); this.lblCheckerColor2.Name = "lblCheckerColor2"; this.lblCheckerColor2.Size = new System.Drawing.Size(56, 21); this.lblCheckerColor2.TabIndex = 18; this.lblCheckerColor2.Text = "Color2"; this.lblCheckerColor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCheckerColor2.Click += new System.EventHandler(this.ChooseColor); // // lblCheckerColor1 // this.lblCheckerColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblCheckerColor1.Location = new System.Drawing.Point(114, 49); this.lblCheckerColor1.Name = "lblCheckerColor1"; this.lblCheckerColor1.Size = new System.Drawing.Size(56, 21); this.lblCheckerColor1.TabIndex = 17; this.lblCheckerColor1.Text = "Color1"; this.lblCheckerColor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCheckerColor1.Click += new System.EventHandler(this.ChooseColor); // // rdoChecker // this.rdoChecker.AutoSize = true; this.rdoChecker.Location = new System.Drawing.Point(12, 52); this.rdoChecker.Name = "rdoChecker"; this.rdoChecker.Size = new System.Drawing.Size(93, 18); this.rdoChecker.TabIndex = 16; this.rdoChecker.TabStop = true; this.rdoChecker.Text = "Checkerboard"; this.rdoChecker.UseVisualStyleBackColor = true; this.rdoChecker.CheckedChanged += new System.EventHandler(this.OptionControls); // // rdoTexture // this.rdoTexture.AutoSize = true; this.rdoTexture.Location = new System.Drawing.Point(12, 77); this.rdoTexture.Name = "rdoTexture"; this.rdoTexture.Size = new System.Drawing.Size(61, 18); this.rdoTexture.TabIndex = 15; this.rdoTexture.TabStop = true; this.rdoTexture.Text = "Texture"; this.rdoTexture.UseVisualStyleBackColor = true; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(155, 291); label2.Name = "label2"; label2.Size = new System.Drawing.Size(14, 14); label2.TabIndex = 14; label2.Text = "Z"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(120, 291); label1.Name = "label1"; label1.Size = new System.Drawing.Size(14, 14); label1.TabIndex = 13; label1.Text = "X"; // // MaxRings // this.MaxRings.Location = new System.Drawing.Point(114, 377); this.MaxRings.Name = "MaxRings"; this.MaxRings.Size = new System.Drawing.Size(64, 20); this.MaxRings.TabIndex = 12; // // LabelMaxRings // LabelMaxRings.AutoSize = true; LabelMaxRings.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); LabelMaxRings.Location = new System.Drawing.Point(9, 380); LabelMaxRings.Name = "LabelMaxRings"; LabelMaxRings.Size = new System.Drawing.Size(63, 14); LabelMaxRings.TabIndex = 11; LabelMaxRings.Text = "Max Rings"; // // EmeraldColorLabel // EmeraldColorLabel.AutoSize = true; EmeraldColorLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); EmeraldColorLabel.Location = new System.Drawing.Point(9, 257); EmeraldColorLabel.Name = "EmeraldColorLabel"; EmeraldColorLabel.Size = new System.Drawing.Size(85, 14); EmeraldColorLabel.TabIndex = 10; EmeraldColorLabel.Text = "Emerald Color"; // // EmeraldColor // this.EmeraldColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.EmeraldColor.Location = new System.Drawing.Point(114, 256); this.EmeraldColor.Name = "EmeraldColor"; this.EmeraldColor.Size = new System.Drawing.Size(56, 21); this.EmeraldColor.TabIndex = 9; this.EmeraldColor.Click += new System.EventHandler(this.ChooseColor); // // StartDirection // this.StartDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.StartDirection.FormattingEnabled = true; this.StartDirection.Location = new System.Drawing.Point(114, 336); this.StartDirection.Name = "StartDirection"; this.StartDirection.Size = new System.Drawing.Size(64, 22); this.StartDirection.TabIndex = 8; // // StartPositionZ // this.StartPositionZ.Location = new System.Drawing.Point(149, 308); this.StartPositionZ.Name = "StartPositionZ"; this.StartPositionZ.Size = new System.Drawing.Size(29, 20); this.StartPositionZ.TabIndex = 7; // // StartPositionX // this.StartPositionX.Location = new System.Drawing.Point(114, 308); this.StartPositionX.Name = "StartPositionX"; this.StartPositionX.Size = new System.Drawing.Size(29, 20); this.StartPositionX.TabIndex = 6; // // StartDirectionLabel // StartDirectionLabel.AutoSize = true; StartDirectionLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StartDirectionLabel.Location = new System.Drawing.Point(9, 339); StartDirectionLabel.Name = "StartDirectionLabel"; StartDirectionLabel.Size = new System.Drawing.Size(85, 14); StartDirectionLabel.TabIndex = 5; StartDirectionLabel.Text = "Start Direction"; // // StartPositionLabel // StartPositionLabel.AutoSize = true; StartPositionLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StartPositionLabel.Location = new System.Drawing.Point(9, 311); StartPositionLabel.Name = "StartPositionLabel"; StartPositionLabel.Size = new System.Drawing.Size(81, 14); StartPositionLabel.TabIndex = 4; StartPositionLabel.Text = "Start Position"; // // TextureLabel // TextureLabel.AutoSize = true; TextureLabel.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); TextureLabel.Location = new System.Drawing.Point(9, 28); TextureLabel.Name = "TextureLabel"; TextureLabel.Size = new System.Drawing.Size(102, 14); TextureLabel.TabIndex = 2; TextureLabel.Text = "Floor appearance"; // // BumpMapFileName // this.BumpMapFileName.FormattingEnabled = true; this.BumpMapFileName.Location = new System.Drawing.Point(114, 105); this.BumpMapFileName.Name = "BumpMapFileName"; this.BumpMapFileName.Size = new System.Drawing.Size(126, 22); this.BumpMapFileName.TabIndex = 1; // // TextureFileName // this.TextureFileName.FormattingEnabled = true; this.TextureFileName.Location = new System.Drawing.Point(114, 77); this.TextureFileName.Name = "TextureFileName"; this.TextureFileName.Size = new System.Drawing.Size(126, 22); this.TextureFileName.TabIndex = 0; // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.toolsToolStripMenuItem, this.helpToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(912, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripSeparator1, this.gameStagesToolStripMenuItem, this.toolStripSeparator2, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.newToolStripMenuItem.Text = "&New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.FileNew); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.openToolStripMenuItem.Text = "&Open..."; this.openToolStripMenuItem.Click += new System.EventHandler(this.FileOpen); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.FileSave); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.saveAsToolStripMenuItem.Text = "&Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAs); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(148, 6); // // gameStagesToolStripMenuItem // this.gameStagesToolStripMenuItem.Name = "gameStagesToolStripMenuItem"; this.gameStagesToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.gameStagesToolStripMenuItem.Text = "Game Stages..."; this.gameStagesToolStripMenuItem.Click += new System.EventHandler(this.ShowGameStages); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(148, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(151, 22); this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.Exit); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.redSphereToolStripMenuItem, this.blueSphereToolStripMenuItem, this.starSphereToolStripMenuItem, this.ringToolStripMenuItem, this.yellowSphereToolStripMenuItem, this.toolStripMenuItem2, this.avoidSearchToolStripMenuItem }); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20); this.toolsToolStripMenuItem.Text = "Tools"; // // redSphereToolStripMenuItem // this.redSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._1; this.redSphereToolStripMenuItem.Name = "redSphereToolStripMenuItem"; this.redSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1))); this.redSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.redSphereToolStripMenuItem.Text = "RedSphere"; this.redSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // blueSphereToolStripMenuItem // this.blueSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._2; this.blueSphereToolStripMenuItem.Name = "blueSphereToolStripMenuItem"; this.blueSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2))); this.blueSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.blueSphereToolStripMenuItem.Text = "Blue Sphere"; this.blueSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // starSphereToolStripMenuItem // this.starSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._3; this.starSphereToolStripMenuItem.Name = "starSphereToolStripMenuItem"; this.starSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3))); this.starSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.starSphereToolStripMenuItem.Text = "StarSphere"; this.starSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // ringToolStripMenuItem // this.ringToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._4; this.ringToolStripMenuItem.Name = "ringToolStripMenuItem"; this.ringToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4))); this.ringToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.ringToolStripMenuItem.Text = "Ring"; this.ringToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // yellowSphereToolStripMenuItem // this.yellowSphereToolStripMenuItem.Image = global::BlueSpheresForeverEditor.Properties.Resources._5; this.yellowSphereToolStripMenuItem.Name = "yellowSphereToolStripMenuItem"; this.yellowSphereToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D5))); this.yellowSphereToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.yellowSphereToolStripMenuItem.Text = "Yellow Sphere"; this.yellowSphereToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(185, 6); // // avoidSearchToolStripMenuItem // this.avoidSearchToolStripMenuItem.Name = "avoidSearchToolStripMenuItem"; this.avoidSearchToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.avoidSearchToolStripMenuItem.Size = new System.Drawing.Size(188, 22); this.avoidSearchToolStripMenuItem.Text = "Avoid Search"; this.avoidSearchToolStripMenuItem.Click += new System.EventHandler(this.ChangeTool); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(24, 20); this.helpToolStripMenuItem.Text = "&?"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.ShowAbout); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CursorX, this.CursorZ }); this.statusStrip1.Location = new System.Drawing.Point(0, 617); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(912, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // CursorX // this.CursorX.Name = "CursorX"; this.CursorX.Size = new System.Drawing.Size(14, 17); this.CursorX.Text = "X"; // // CursorZ // this.CursorZ.Name = "CursorZ"; this.CursorZ.Size = new System.Drawing.Size(14, 17); this.CursorZ.Text = "Z"; // // StageEditBoard // this.StageEditBoard.BackColor = System.Drawing.Color.Black; this.StageEditBoard.Dock = System.Windows.Forms.DockStyle.Fill; this.StageEditBoard.Location = new System.Drawing.Point(0, 24); this.StageEditBoard.Name = "StageEditBoard"; this.StageEditBoard.Size = new System.Drawing.Size(912, 615); this.StageEditBoard.TabIndex = 1; this.StageEditBoard.TabStop = false; this.StageEditBoard.Paint += new System.Windows.Forms.PaintEventHandler(this.PaintStageEditBoard); this.StageEditBoard.MouseDown += new System.Windows.Forms.MouseEventHandler(this.EditStageBoardMouseEvents); this.StageEditBoard.MouseMove += new System.Windows.Forms.MouseEventHandler(this.EditStageBoardMouseEvents); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(912, 639); this.Controls.Add(GroupStageProperties); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.StageEditBoard); this.Controls.Add(menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = menuStrip1; this.Name = "MainForm"; this.Text = "Blue Spheres Forever - Level Editor"; GroupStageProperties.ResumeLayout(false); GroupStageProperties.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.StageEditBoard)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemsPanel)); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.pictureBoxNana = new System.Windows.Forms.PictureBox(); this.labelNanab = new System.Windows.Forms.Label(); this.num_MaxNanabBerrys = new System.Windows.Forms.NumericUpDown(); this.pictureBoxPina = new System.Windows.Forms.PictureBox(); this.labelPinap = new System.Windows.Forms.Label(); this.num_MaxPinapBerrys = new System.Windows.Forms.NumericUpDown(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox6 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.text_TotalItemCount = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.num_MaxTopRevives = new System.Windows.Forms.NumericUpDown(); this.num_MaxTopPotions = new System.Windows.Forms.NumericUpDown(); this.label20 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.num_MaxRazzBerrys = new System.Windows.Forms.NumericUpDown(); this.num_MaxHyperPotions = new System.Windows.Forms.NumericUpDown(); this.num_MaxSuperPotions = new System.Windows.Forms.NumericUpDown(); this.num_MaxPotions = new System.Windows.Forms.NumericUpDown(); this.num_MaxRevives = new System.Windows.Forms.NumericUpDown(); this.label15 = new System.Windows.Forms.Label(); this.num_MaxUltraBalls = new System.Windows.Forms.NumericUpDown(); this.num_MaxGreatBalls = new System.Windows.Forms.NumericUpDown(); this.label14 = new System.Windows.Forms.Label(); this.num_MaxPokeballs = new System.Windows.Forms.NumericUpDown(); this.label13 = new System.Windows.Forms.Label(); this.btnRealoadItems = new System.Windows.Forms.Button(); this.ItemsListView = new System.Windows.Forms.ListView(); this.chItem = new System.Windows.Forms.ColumnHeader(); this.chCount = new System.Windows.Forms.ColumnHeader(); this.chUnseen = new System.Windows.Forms.ColumnHeader(); this.chID = new System.Windows.Forms.ColumnHeader(); this.contextMenuStripItems = new System.Windows.Forms.ContextMenuStrip(this.components); this.recycleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.useToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageListItems = new System.Windows.Forms.ImageList(this.components); this.label1 = new System.Windows.Forms.Label(); this.lblCount = new System.Windows.Forms.Label(); this.btnCopy = new System.Windows.Forms.Button(); this.btnDiscard = new System.Windows.Forms.Button(); this.buttonUSe = new System.Windows.Forms.Button(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNana)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxNanabBerrys)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPina)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxPinapBerrys)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopRevives)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopPotions)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxRazzBerrys)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxHyperPotions)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxSuperPotions)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxPotions)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxRevives)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxUltraBalls)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxGreatBalls)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxPokeballs)).BeginInit(); this.contextMenuStripItems.SuspendLayout(); this.SuspendLayout(); // // groupBox4 // this.groupBox4.Controls.Add(this.pictureBoxNana); this.groupBox4.Controls.Add(this.labelNanab); this.groupBox4.Controls.Add(this.num_MaxNanabBerrys); this.groupBox4.Controls.Add(this.pictureBoxPina); this.groupBox4.Controls.Add(this.labelPinap); this.groupBox4.Controls.Add(this.num_MaxPinapBerrys); this.groupBox4.Controls.Add(this.pictureBox9); this.groupBox4.Controls.Add(this.pictureBox10); this.groupBox4.Controls.Add(this.pictureBox5); this.groupBox4.Controls.Add(this.pictureBox6); this.groupBox4.Controls.Add(this.pictureBox7); this.groupBox4.Controls.Add(this.pictureBox8); this.groupBox4.Controls.Add(this.pictureBox3); this.groupBox4.Controls.Add(this.pictureBox4); this.groupBox4.Controls.Add(this.pictureBox2); this.groupBox4.Controls.Add(this.pictureBox1); this.groupBox4.Controls.Add(this.text_TotalItemCount); this.groupBox4.Controls.Add(this.label31); this.groupBox4.Controls.Add(this.label27); this.groupBox4.Controls.Add(this.label25); this.groupBox4.Controls.Add(this.num_MaxTopRevives); this.groupBox4.Controls.Add(this.num_MaxTopPotions); this.groupBox4.Controls.Add(this.label20); this.groupBox4.Controls.Add(this.label19); this.groupBox4.Controls.Add(this.label18); this.groupBox4.Controls.Add(this.label17); this.groupBox4.Controls.Add(this.label16); this.groupBox4.Controls.Add(this.num_MaxRazzBerrys); this.groupBox4.Controls.Add(this.num_MaxHyperPotions); this.groupBox4.Controls.Add(this.num_MaxSuperPotions); this.groupBox4.Controls.Add(this.num_MaxPotions); this.groupBox4.Controls.Add(this.num_MaxRevives); this.groupBox4.Controls.Add(this.label15); this.groupBox4.Controls.Add(this.num_MaxUltraBalls); this.groupBox4.Controls.Add(this.num_MaxGreatBalls); this.groupBox4.Controls.Add(this.label14); this.groupBox4.Controls.Add(this.num_MaxPokeballs); this.groupBox4.Controls.Add(this.label13); this.groupBox4.Location = new System.Drawing.Point(5, 5); this.groupBox4.Margin = new System.Windows.Forms.Padding(5); this.groupBox4.Name = "groupBox4"; this.groupBox4.Padding = new System.Windows.Forms.Padding(5); this.groupBox4.Size = new System.Drawing.Size(233, 500); this.groupBox4.TabIndex = 80; this.groupBox4.TabStop = false; this.groupBox4.Text = "Pokemon Items"; // // pictureBoxNana // this.pictureBoxNana.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxNana.Image"))); this.pictureBoxNana.Location = new System.Drawing.Point(17, 439); this.pictureBoxNana.Name = "pictureBoxNana"; this.pictureBoxNana.Size = new System.Drawing.Size(41, 37); this.pictureBoxNana.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxNana.TabIndex = 41; this.pictureBoxNana.TabStop = false; // // labelNanab // this.labelNanab.AutoSize = true; this.labelNanab.Location = new System.Drawing.Point(61, 449); this.labelNanab.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.labelNanab.Name = "labelNanab"; this.labelNanab.Size = new System.Drawing.Size(97, 13); this.labelNanab.TabIndex = 39; this.labelNanab.Text = "Max. NanabBerrys:"; // // num_MaxNanabBerrys // this.num_MaxNanabBerrys.Location = new System.Drawing.Point(160, 444); this.num_MaxNanabBerrys.Margin = new System.Windows.Forms.Padding(5); this.num_MaxNanabBerrys.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxNanabBerrys.Name = "num_MaxNanabBerrys"; this.num_MaxNanabBerrys.Size = new System.Drawing.Size(64, 20); this.num_MaxNanabBerrys.TabIndex = 40; this.num_MaxNanabBerrys.ValueChanged += new System.EventHandler(this.num_Max); // // pictureBoxPina // this.pictureBoxPina.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxPina.Image"))); this.pictureBoxPina.Location = new System.Drawing.Point(17, 401); this.pictureBoxPina.Name = "pictureBoxPina"; this.pictureBoxPina.Size = new System.Drawing.Size(41, 37); this.pictureBoxPina.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBoxPina.TabIndex = 38; this.pictureBoxPina.TabStop = false; // // labelPinap // this.labelPinap.AutoSize = true; this.labelPinap.Location = new System.Drawing.Point(61, 411); this.labelPinap.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.labelPinap.Name = "labelPinap"; this.labelPinap.Size = new System.Drawing.Size(92, 13); this.labelPinap.TabIndex = 36; this.labelPinap.Text = "Max. PinapBerrys:"; // // num_MaxPinapBerrys // this.num_MaxPinapBerrys.Location = new System.Drawing.Point(160, 406); this.num_MaxPinapBerrys.Margin = new System.Windows.Forms.Padding(5); this.num_MaxPinapBerrys.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxPinapBerrys.Name = "num_MaxPinapBerrys"; this.num_MaxPinapBerrys.Size = new System.Drawing.Size(64, 20); this.num_MaxPinapBerrys.TabIndex = 37; this.num_MaxPinapBerrys.ValueChanged += new System.EventHandler(this.num_Max); // // pictureBox9 // this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image"))); this.pictureBox9.Location = new System.Drawing.Point(17, 363); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(41, 37); this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox9.TabIndex = 35; this.pictureBox9.TabStop = false; // // pictureBox10 // this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image"))); this.pictureBox10.Location = new System.Drawing.Point(17, 325); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(41, 37); this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox10.TabIndex = 34; this.pictureBox10.TabStop = false; // // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); this.pictureBox5.Location = new System.Drawing.Point(17, 287); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(41, 37); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox5.TabIndex = 33; this.pictureBox5.TabStop = false; // // pictureBox6 // this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); this.pictureBox6.Location = new System.Drawing.Point(17, 249); this.pictureBox6.Name = "pictureBox6"; this.pictureBox6.Size = new System.Drawing.Size(41, 37); this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox6.TabIndex = 32; this.pictureBox6.TabStop = false; // // pictureBox7 // this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image"))); this.pictureBox7.Location = new System.Drawing.Point(17, 211); this.pictureBox7.Name = "pictureBox7"; this.pictureBox7.Size = new System.Drawing.Size(41, 37); this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox7.TabIndex = 31; this.pictureBox7.TabStop = false; // // pictureBox8 // this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image"))); this.pictureBox8.Location = new System.Drawing.Point(17, 173); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(41, 37); this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox8.TabIndex = 30; this.pictureBox8.TabStop = false; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(16, 134); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(41, 37); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox3.TabIndex = 29; this.pictureBox3.TabStop = false; // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(16, 96); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(41, 37); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox4.TabIndex = 28; this.pictureBox4.TabStop = false; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(16, 58); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(41, 37); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 27; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(16, 20); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(41, 37); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 26; this.pictureBox1.TabStop = false; // // text_TotalItemCount // this.text_TotalItemCount.BorderStyle = System.Windows.Forms.BorderStyle.None; this.text_TotalItemCount.Location = new System.Drawing.Point(160, 478); this.text_TotalItemCount.Margin = new System.Windows.Forms.Padding(5); this.text_TotalItemCount.Name = "text_TotalItemCount"; this.text_TotalItemCount.ReadOnly = true; this.text_TotalItemCount.Size = new System.Drawing.Size(63, 13); this.text_TotalItemCount.TabIndex = 23; this.text_TotalItemCount.TabStop = false; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(91, 478); this.label31.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(65, 13); this.label31.TabIndex = 22; this.label31.Text = "Total Count:"; this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(61, 186); this.label27.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(94, 13); this.label27.TabIndex = 21; this.label27.Text = "Max. TopRevives:"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(61, 336); this.label25.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(90, 13); this.label25.TabIndex = 17; this.label25.Text = "Max. TopPotions:"; // // num_MaxTopRevives // this.num_MaxTopRevives.Location = new System.Drawing.Point(160, 181); this.num_MaxTopRevives.Margin = new System.Windows.Forms.Padding(5); this.num_MaxTopRevives.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxTopRevives.Name = "num_MaxTopRevives"; this.num_MaxTopRevives.Size = new System.Drawing.Size(64, 20); this.num_MaxTopRevives.TabIndex = 20; this.num_MaxTopRevives.ValueChanged += new System.EventHandler(this.num_Max); // // num_MaxTopPotions // this.num_MaxTopPotions.Location = new System.Drawing.Point(160, 331); this.num_MaxTopPotions.Margin = new System.Windows.Forms.Padding(5); this.num_MaxTopPotions.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxTopPotions.Name = "num_MaxTopPotions"; this.num_MaxTopPotions.Size = new System.Drawing.Size(64, 20); this.num_MaxTopPotions.TabIndex = 24; this.num_MaxTopPotions.ValueChanged += new System.EventHandler(this.num_Max); // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(61, 373); this.label20.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(89, 13); this.label20.TabIndex = 15; this.label20.Text = "Max. RazzBerrys:"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(61, 299); this.label19.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(99, 13); this.label19.TabIndex = 14; this.label19.Text = "Max. HyperPotions:"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(61, 261); this.label18.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(99, 13); this.label18.TabIndex = 13; this.label18.Text = "Max. SuperPotions:"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(61, 224); this.label17.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(71, 13); this.label17.TabIndex = 12; this.label17.Text = "Max. Potions:"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(61, 147); this.label16.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(75, 13); this.label16.TabIndex = 11; this.label16.Text = "Max. Revives:"; // // num_MaxRazzBerrys // this.num_MaxRazzBerrys.Location = new System.Drawing.Point(160, 368); this.num_MaxRazzBerrys.Margin = new System.Windows.Forms.Padding(5); this.num_MaxRazzBerrys.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxRazzBerrys.Name = "num_MaxRazzBerrys"; this.num_MaxRazzBerrys.Size = new System.Drawing.Size(64, 20); this.num_MaxRazzBerrys.TabIndex = 25; this.num_MaxRazzBerrys.ValueChanged += new System.EventHandler(this.num_Max); // // num_MaxHyperPotions // this.num_MaxHyperPotions.Location = new System.Drawing.Point(160, 294); this.num_MaxHyperPotions.Margin = new System.Windows.Forms.Padding(5); this.num_MaxHyperPotions.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxHyperPotions.Name = "num_MaxHyperPotions"; this.num_MaxHyperPotions.Size = new System.Drawing.Size(64, 20); this.num_MaxHyperPotions.TabIndex = 23; this.num_MaxHyperPotions.ValueChanged += new System.EventHandler(this.num_Max); // // num_MaxSuperPotions // this.num_MaxSuperPotions.Location = new System.Drawing.Point(160, 256); this.num_MaxSuperPotions.Margin = new System.Windows.Forms.Padding(5); this.num_MaxSuperPotions.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxSuperPotions.Name = "num_MaxSuperPotions"; this.num_MaxSuperPotions.Size = new System.Drawing.Size(64, 20); this.num_MaxSuperPotions.TabIndex = 22; this.num_MaxSuperPotions.ValueChanged += new System.EventHandler(this.num_Max); // // num_MaxPotions // this.num_MaxPotions.Location = new System.Drawing.Point(160, 219); this.num_MaxPotions.Margin = new System.Windows.Forms.Padding(5); this.num_MaxPotions.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxPotions.Name = "num_MaxPotions"; this.num_MaxPotions.Size = new System.Drawing.Size(64, 20); this.num_MaxPotions.TabIndex = 21; this.num_MaxPotions.ValueChanged += new System.EventHandler(this.num_Max); // // num_MaxRevives // this.num_MaxRevives.Location = new System.Drawing.Point(160, 142); this.num_MaxRevives.Margin = new System.Windows.Forms.Padding(5); this.num_MaxRevives.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxRevives.Name = "num_MaxRevives"; this.num_MaxRevives.Size = new System.Drawing.Size(64, 20); this.num_MaxRevives.TabIndex = 19; this.num_MaxRevives.ValueChanged += new System.EventHandler(this.num_Max); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(61, 110); this.label15.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(80, 13); this.label15.TabIndex = 5; this.label15.Text = "Max. UltraBalls:"; // // num_MaxUltraBalls // this.num_MaxUltraBalls.Location = new System.Drawing.Point(160, 105); this.num_MaxUltraBalls.Margin = new System.Windows.Forms.Padding(5); this.num_MaxUltraBalls.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxUltraBalls.Name = "num_MaxUltraBalls"; this.num_MaxUltraBalls.Size = new System.Drawing.Size(64, 20); this.num_MaxUltraBalls.TabIndex = 17; this.num_MaxUltraBalls.ValueChanged += new System.EventHandler(this.num_Max); // // num_MaxGreatBalls // this.num_MaxGreatBalls.Location = new System.Drawing.Point(160, 68); this.num_MaxGreatBalls.Margin = new System.Windows.Forms.Padding(5); this.num_MaxGreatBalls.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxGreatBalls.Name = "num_MaxGreatBalls"; this.num_MaxGreatBalls.Size = new System.Drawing.Size(64, 20); this.num_MaxGreatBalls.TabIndex = 16; this.num_MaxGreatBalls.ValueChanged += new System.EventHandler(this.num_Max); // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(61, 73); this.label14.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(84, 13); this.label14.TabIndex = 2; this.label14.Text = "Max. GreatBalls:"; // // num_MaxPokeballs // this.num_MaxPokeballs.Location = new System.Drawing.Point(160, 30); this.num_MaxPokeballs.Margin = new System.Windows.Forms.Padding(5); this.num_MaxPokeballs.Maximum = new decimal(new int[] { 2000, 0, 0, 0 }); this.num_MaxPokeballs.Name = "num_MaxPokeballs"; this.num_MaxPokeballs.Size = new System.Drawing.Size(64, 20); this.num_MaxPokeballs.TabIndex = 15; this.num_MaxPokeballs.ValueChanged += new System.EventHandler(this.num_Max); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(61, 35); this.label13.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(82, 13); this.label13.TabIndex = 0; this.label13.Text = "Max. Pokeballs:"; // // btnRealoadItems // this.btnRealoadItems.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRealoadItems.Location = new System.Drawing.Point(583, 512); this.btnRealoadItems.Margin = new System.Windows.Forms.Padding(2); this.btnRealoadItems.Name = "btnRealoadItems"; this.btnRealoadItems.Size = new System.Drawing.Size(69, 29); this.btnRealoadItems.TabIndex = 79; this.btnRealoadItems.Text = "Reload"; this.btnRealoadItems.UseVisualStyleBackColor = true; this.btnRealoadItems.Click += new System.EventHandler(this.BtnRealoadItemsClick); // // ItemsListView // this.ItemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ItemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chItem, this.chCount, this.chUnseen, this.chID }); this.ItemsListView.ContextMenuStrip = this.contextMenuStripItems; this.ItemsListView.FullRowSelect = true; this.ItemsListView.GridLines = true; this.ItemsListView.LargeImageList = this.imageListItems; this.ItemsListView.Location = new System.Drawing.Point(245, 14); this.ItemsListView.Margin = new System.Windows.Forms.Padding(4); this.ItemsListView.Name = "ItemsListView"; this.ItemsListView.Size = new System.Drawing.Size(407, 480); this.ItemsListView.SmallImageList = this.imageListItems; this.ItemsListView.TabIndex = 78; this.ItemsListView.UseCompatibleStateImageBehavior = false; this.ItemsListView.View = System.Windows.Forms.View.Details; this.ItemsListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ItemsListView_ColumnClick); // // chItem // this.chItem.Text = "Item"; this.chItem.Width = 160; // // chCount // this.chCount.Text = "Count"; // // chUnseen // this.chUnseen.Text = "Unseen"; // // chID // this.chID.Text = "#"; this.chID.Width = 40; // // contextMenuStripItems // this.contextMenuStripItems.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStripItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.recycleToolStripMenuItem, this.useToolStripMenuItem }); this.contextMenuStripItems.Name = "contextMenuStrip1"; this.contextMenuStripItems.Size = new System.Drawing.Size(115, 48); // // recycleToolStripMenuItem // this.recycleToolStripMenuItem.Name = "recycleToolStripMenuItem"; this.recycleToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.recycleToolStripMenuItem.Text = "Recycle"; this.recycleToolStripMenuItem.Click += new System.EventHandler(this.RecycleToolStripMenuItemClick); // // useToolStripMenuItem // this.useToolStripMenuItem.Name = "useToolStripMenuItem"; this.useToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.useToolStripMenuItem.Text = "Use"; this.useToolStripMenuItem.Click += new System.EventHandler(this.useToolStripMenuItem_Click); // // imageListItems // this.imageListItems.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListItems.ImageStream"))); this.imageListItems.TransparentColor = System.Drawing.Color.Transparent; this.imageListItems.Images.SetKeyName(0, "incenseOrdinary"); this.imageListItems.Images.SetKeyName(1, "hyperpotion"); this.imageListItems.Images.SetKeyName(2, "pokeball"); this.imageListItems.Images.SetKeyName(3, "potion"); this.imageListItems.Images.SetKeyName(4, "revive"); this.imageListItems.Images.SetKeyName(5, "greatball"); this.imageListItems.Images.SetKeyName(6, "superpotion"); this.imageListItems.Images.SetKeyName(7, "ultraball"); this.imageListItems.Images.SetKeyName(8, "incubatorbasic"); this.imageListItems.Images.SetKeyName(9, "incubatorbasicunlimited"); this.imageListItems.Images.SetKeyName(10, "razzberry"); this.imageListItems.Images.SetKeyName(11, "troydisk"); this.imageListItems.Images.SetKeyName(12, "luckyegg"); this.imageListItems.Images.SetKeyName(13, "maxrevive"); this.imageListItems.Images.SetKeyName(14, "maxpotion"); this.imageListItems.Images.SetKeyName(15, "pinapberry"); this.imageListItems.Images.SetKeyName(16, "nanabberry"); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(245, 498); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 13); this.label1.TabIndex = 81; this.label1.Text = "Total Count:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblCount // this.lblCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblCount.AutoSize = true; this.lblCount.Location = new System.Drawing.Point(309, 498); this.lblCount.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(13, 13); this.lblCount.TabIndex = 82; this.lblCount.Text = "0"; this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnCopy // this.btnCopy.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCopy.Location = new System.Drawing.Point(6, 512); this.btnCopy.Margin = new System.Windows.Forms.Padding(2); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(116, 29); this.btnCopy.TabIndex = 83; this.btnCopy.Text = "Adjust to Current Values"; this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // btnDiscard // this.btnDiscard.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDiscard.Location = new System.Drawing.Point(128, 512); this.btnDiscard.Margin = new System.Windows.Forms.Padding(2); this.btnDiscard.Name = "btnDiscard"; this.btnDiscard.Size = new System.Drawing.Size(89, 29); this.btnDiscard.TabIndex = 84; this.btnDiscard.Text = "Discard Excess"; this.btnDiscard.UseVisualStyleBackColor = true; this.btnDiscard.Click += new System.EventHandler(this.btnDiscard_Click); // // buttonUSe // this.buttonUSe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonUSe.Location = new System.Drawing.Point(510, 512); this.buttonUSe.Margin = new System.Windows.Forms.Padding(2); this.buttonUSe.Name = "buttonUSe"; this.buttonUSe.Size = new System.Drawing.Size(69, 29); this.buttonUSe.TabIndex = 85; this.buttonUSe.Text = "Use Item"; this.buttonUSe.UseVisualStyleBackColor = true; this.buttonUSe.Click += new System.EventHandler(this.useToolStripMenuItem_Click); // // ItemsPanel // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.buttonUSe); this.Controls.Add(this.btnDiscard); this.Controls.Add(this.btnCopy); this.Controls.Add(this.lblCount); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox4); this.Controls.Add(this.btnRealoadItems); this.Controls.Add(this.ItemsListView); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "ItemsPanel"; this.Size = new System.Drawing.Size(662, 548); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxNana)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxNanabBerrys)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPina)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxPinapBerrys)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopRevives)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxTopPotions)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxRazzBerrys)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxHyperPotions)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxSuperPotions)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxPotions)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxRevives)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxUltraBalls)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxGreatBalls)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxPokeballs)).EndInit(); this.contextMenuStripItems.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormRandom1)); this.exit = new System.Windows.Forms.Label(); this.PuzzleBox = new System.Windows.Forms.GroupBox(); this.pbx1 = new System.Windows.Forms.PictureBox(); this.pbx2 = new System.Windows.Forms.PictureBox(); this.pbx3 = new System.Windows.Forms.PictureBox(); this.pbx4 = new System.Windows.Forms.PictureBox(); this.pbx5 = new System.Windows.Forms.PictureBox(); this.pbx6 = new System.Windows.Forms.PictureBox(); this.pbx7 = new System.Windows.Forms.PictureBox(); this.pbx8 = new System.Windows.Forms.PictureBox(); this.pbx9 = new System.Windows.Forms.PictureBox(); this.gbOriginal = new System.Windows.Forms.GroupBox(); this.btnreset = new System.Windows.Forms.Button(); this.btnback = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.PuzzleBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx9)).BeginInit(); this.SuspendLayout(); // // exit // this.exit.BackColor = System.Drawing.Color.Transparent; this.exit.Image = ((System.Drawing.Image)(resources.GetObject("exit.Image"))); this.exit.Location = new System.Drawing.Point(4, 4); this.exit.Name = "exit"; this.exit.Size = new System.Drawing.Size(26, 24); this.exit.TabIndex = 7; this.exit.Click += new System.EventHandler(this.ExitClick); // // PuzzleBox // this.PuzzleBox.BackColor = System.Drawing.Color.Transparent; this.PuzzleBox.Controls.Add(this.pbx1); this.PuzzleBox.Controls.Add(this.pbx2); this.PuzzleBox.Controls.Add(this.pbx3); this.PuzzleBox.Controls.Add(this.pbx4); this.PuzzleBox.Controls.Add(this.pbx5); this.PuzzleBox.Controls.Add(this.pbx6); this.PuzzleBox.Controls.Add(this.pbx7); this.PuzzleBox.Controls.Add(this.pbx8); this.PuzzleBox.Controls.Add(this.pbx9); this.PuzzleBox.Location = new System.Drawing.Point(31, 45); this.PuzzleBox.Name = "PuzzleBox"; this.PuzzleBox.Size = new System.Drawing.Size(427, 433); this.PuzzleBox.TabIndex = 9; this.PuzzleBox.TabStop = false; // // pbx1 // this.pbx1.Location = new System.Drawing.Point(17, 23); this.pbx1.Name = "pbx1"; this.pbx1.Size = new System.Drawing.Size(130, 130); this.pbx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx1.TabIndex = 0; this.pbx1.TabStop = false; this.pbx1.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx2 // this.pbx2.Location = new System.Drawing.Point(149, 23); this.pbx2.Name = "pbx2"; this.pbx2.Size = new System.Drawing.Size(130, 130); this.pbx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx2.TabIndex = 0; this.pbx2.TabStop = false; this.pbx2.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx3 // this.pbx3.Location = new System.Drawing.Point(281, 23); this.pbx3.Name = "pbx3"; this.pbx3.Size = new System.Drawing.Size(130, 130); this.pbx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx3.TabIndex = 0; this.pbx3.TabStop = false; this.pbx3.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx4 // this.pbx4.Location = new System.Drawing.Point(17, 155); this.pbx4.Name = "pbx4"; this.pbx4.Size = new System.Drawing.Size(130, 130); this.pbx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx4.TabIndex = 0; this.pbx4.TabStop = false; this.pbx4.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx5 // this.pbx5.Location = new System.Drawing.Point(149, 155); this.pbx5.Name = "pbx5"; this.pbx5.Size = new System.Drawing.Size(130, 130); this.pbx5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx5.TabIndex = 0; this.pbx5.TabStop = false; this.pbx5.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx6 // this.pbx6.Location = new System.Drawing.Point(281, 155); this.pbx6.Name = "pbx6"; this.pbx6.Size = new System.Drawing.Size(130, 130); this.pbx6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx6.TabIndex = 0; this.pbx6.TabStop = false; this.pbx6.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx7 // this.pbx7.Location = new System.Drawing.Point(17, 287); this.pbx7.Name = "pbx7"; this.pbx7.Size = new System.Drawing.Size(130, 130); this.pbx7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx7.TabIndex = 0; this.pbx7.TabStop = false; this.pbx7.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx8 // this.pbx8.Location = new System.Drawing.Point(149, 287); this.pbx8.Name = "pbx8"; this.pbx8.Size = new System.Drawing.Size(130, 130); this.pbx8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx8.TabIndex = 0; this.pbx8.TabStop = false; this.pbx8.Click += new System.EventHandler(this.SwitchPictureBox); // // pbx9 // this.pbx9.Location = new System.Drawing.Point(281, 287); this.pbx9.Name = "pbx9"; this.pbx9.Size = new System.Drawing.Size(130, 130); this.pbx9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbx9.TabIndex = 0; this.pbx9.TabStop = false; this.pbx9.Click += new System.EventHandler(this.SwitchPictureBox); // // gbOriginal // this.gbOriginal.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbOriginal.BackgroundImage"))); this.gbOriginal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.gbOriginal.Location = new System.Drawing.Point(533, 81); this.gbOriginal.Name = "gbOriginal"; this.gbOriginal.Size = new System.Drawing.Size(238, 207); this.gbOriginal.TabIndex = 12; this.gbOriginal.TabStop = false; // // btnreset // this.btnreset.BackColor = System.Drawing.Color.Transparent; this.btnreset.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnreset.BackgroundImage"))); this.btnreset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnreset.FlatAppearance.BorderSize = 0; this.btnreset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnreset.Font = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnreset.Location = new System.Drawing.Point(538, 342); this.btnreset.Name = "btnreset"; this.btnreset.Size = new System.Drawing.Size(119, 44); this.btnreset.TabIndex = 13; this.btnreset.Text = "Shuffle"; this.btnreset.UseVisualStyleBackColor = false; this.btnreset.Click += new System.EventHandler(this.btnreset_Click); // // btnback // this.btnback.BackColor = System.Drawing.Color.Transparent; this.btnback.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnback.BackgroundImage"))); this.btnback.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnback.FlatAppearance.BorderSize = 0; this.btnback.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnback.Font = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnback.Location = new System.Drawing.Point(663, 342); this.btnback.Name = "btnback"; this.btnback.Size = new System.Drawing.Size(97, 44); this.btnback.TabIndex = 15; this.btnback.Text = "Back"; this.btnback.UseVisualStyleBackColor = false; this.btnback.Click += new System.EventHandler(this.btnbackClick); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(533, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(238, 36); this.label1.TabIndex = 16; this.label1.Text = "GOAL STATE"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // FormRandom1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDark; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(847, 532); this.Controls.Add(this.label1); this.Controls.Add(this.btnback); this.Controls.Add(this.btnreset); this.Controls.Add(this.gbOriginal); this.Controls.Add(this.PuzzleBox); this.Controls.Add(this.exit); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormRandom1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Form1"; this.Load += new System.EventHandler(this.FormEasy1_Load); this.PuzzleBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pbx1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbx9)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.button10 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.button14 = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.button1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(272, 50); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "линейные вычислительные процессы"; // // button1 // this.button1.Location = new System.Drawing.Point(6, 19); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(260, 23); this.button1.TabIndex = 1; this.button1.Text = "Task 1.1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1Click); // // groupBox2 // this.groupBox2.Controls.Add(this.button5); this.groupBox2.Controls.Add(this.button4); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.button2); this.groupBox2.Location = new System.Drawing.Point(12, 68); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(272, 141); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "разветвляющиеся вычислительные процессы"; // // button5 // this.button5.Location = new System.Drawing.Point(6, 106); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(260, 23); this.button5.TabIndex = 5; this.button5.Text = "Task 2.4"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.Button5Click); // // button4 // this.button4.Location = new System.Drawing.Point(6, 77); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(260, 23); this.button4.TabIndex = 4; this.button4.Text = "Task 2.3"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Button4Click); // // button3 // this.button3.Location = new System.Drawing.Point(6, 48); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(260, 23); this.button3.TabIndex = 3; this.button3.Text = "Task 2.2"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Button3Click); // // button2 // this.button2.Location = new System.Drawing.Point(6, 19); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(260, 23); this.button2.TabIndex = 2; this.button2.Text = "Task 2.1"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button2Click); // // groupBox3 // this.groupBox3.Controls.Add(this.button10); this.groupBox3.Controls.Add(this.button9); this.groupBox3.Controls.Add(this.button8); this.groupBox3.Controls.Add(this.button7); this.groupBox3.Controls.Add(this.button6); this.groupBox3.Location = new System.Drawing.Point(12, 215); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(272, 171); this.groupBox3.TabIndex = 10; this.groupBox3.TabStop = false; this.groupBox3.Text = "циклические вычислительные процессы"; // // button10 // this.button10.Location = new System.Drawing.Point(6, 135); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(260, 23); this.button10.TabIndex = 10; this.button10.Text = "Task 3.5"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.Button10Click); // // button9 // this.button9.Location = new System.Drawing.Point(6, 106); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(260, 23); this.button9.TabIndex = 9; this.button9.Text = "Task 3.4"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.Button9Click); // // button8 // this.button8.Location = new System.Drawing.Point(6, 77); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(260, 23); this.button8.TabIndex = 8; this.button8.Text = "Task 3.3"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.Button8Click); // // button7 // this.button7.Location = new System.Drawing.Point(6, 48); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(260, 23); this.button7.TabIndex = 7; this.button7.Text = "Task 3.2"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.Button7Click); // // button6 // this.button6.Location = new System.Drawing.Point(6, 19); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(260, 23); this.button6.TabIndex = 6; this.button6.Text = "Task 3.1"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.Button6Click); // // groupBox4 // this.groupBox4.Controls.Add(this.button14); this.groupBox4.Controls.Add(this.button13); this.groupBox4.Controls.Add(this.button11); this.groupBox4.Controls.Add(this.button12); this.groupBox4.Location = new System.Drawing.Point(290, 12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(272, 140); this.groupBox4.TabIndex = 11; this.groupBox4.TabStop = false; this.groupBox4.Text = "одномерные массивы"; // // button14 // this.button14.Location = new System.Drawing.Point(6, 106); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(260, 23); this.button14.TabIndex = 14; this.button14.Text = "Task 4.4"; this.button14.UseVisualStyleBackColor = true; this.button14.Click += new System.EventHandler(this.Button14Click); // // button13 // this.button13.Location = new System.Drawing.Point(6, 77); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(260, 23); this.button13.TabIndex = 13; this.button13.Text = "Task 4.3"; this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.Button13Click); // // button11 // this.button11.Location = new System.Drawing.Point(6, 19); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(260, 23); this.button11.TabIndex = 11; this.button11.Text = "Task 4.1"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.Button11Click); // // button12 // this.button12.Location = new System.Drawing.Point(6, 48); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(260, 23); this.button12.TabIndex = 12; this.button12.Text = "Task 4.2"; this.button12.UseVisualStyleBackColor = true; this.button12.Click += new System.EventHandler(this.Button12Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(575, 394); this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MainForm"; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnSerch = new System.Windows.Forms.Button(); this.txtContent = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.cboAnd = new System.Windows.Forms.ComboBox(); this.cboOR = new System.Windows.Forms.ComboBox(); this.cboType = new System.Windows.Forms.ComboBox(); this.lblContent = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.lblType = new System.Windows.Forms.Label(); this.grpIssueDetails = new System.Windows.Forms.GroupBox(); this.dgvSearchBook = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bookname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1.SuspendLayout(); this.grpIssueDetails.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSearchBook)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnClose); this.groupBox1.Controls.Add(this.btnSerch); this.groupBox1.Controls.Add(this.txtContent); this.groupBox1.Controls.Add(this.txtName); this.groupBox1.Controls.Add(this.cboAnd); this.groupBox1.Controls.Add(this.cboOR); this.groupBox1.Controls.Add(this.cboType); this.groupBox1.Controls.Add(this.lblContent); this.groupBox1.Controls.Add(this.lblName); this.groupBox1.Controls.Add(this.lblType); this.groupBox1.Location = new System.Drawing.Point(32, 20); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(254, 319); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "搜索条件"; // // btnClose // this.btnClose.Location = new System.Drawing.Point(135, 277); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 9; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSerch // this.btnSerch.Location = new System.Drawing.Point(135, 243); this.btnSerch.Name = "btnSerch"; this.btnSerch.Size = new System.Drawing.Size(75, 23); this.btnSerch.TabIndex = 8; this.btnSerch.Text = "搜索"; this.btnSerch.Click += new System.EventHandler(this.btnSerch_Click); // // txtContent // this.txtContent.Location = new System.Drawing.Point(90, 199); this.txtContent.Name = "txtContent"; this.txtContent.Size = new System.Drawing.Size(120, 21); this.txtContent.TabIndex = 7; // // txtName // this.txtName.Location = new System.Drawing.Point(90, 114); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(120, 21); this.txtName.TabIndex = 6; // // cboAnd // this.cboAnd.Items.AddRange(new object[] { "or", "and" }); this.cboAnd.Location = new System.Drawing.Point(90, 157); this.cboAnd.Name = "cboAnd"; this.cboAnd.Size = new System.Drawing.Size(121, 20); this.cboAnd.TabIndex = 5; // // cboOR // this.cboOR.Items.AddRange(new object[] { "or", "and" }); this.cboOR.Location = new System.Drawing.Point(90, 72); this.cboOR.Name = "cboOR"; this.cboOR.Size = new System.Drawing.Size(121, 20); this.cboOR.TabIndex = 4; // // cboType // this.cboType.Location = new System.Drawing.Point(90, 30); this.cboType.Name = "cboType"; this.cboType.Size = new System.Drawing.Size(121, 20); this.cboType.TabIndex = 3; // // lblContent // this.lblContent.Location = new System.Drawing.Point(6, 202); this.lblContent.Name = "lblContent"; this.lblContent.Size = new System.Drawing.Size(100, 23); this.lblContent.TabIndex = 2; this.lblContent.Text = "主要内容:"; // // lblName // this.lblName.Location = new System.Drawing.Point(6, 113); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(100, 23); this.lblName.TabIndex = 1; this.lblName.Text = "图书名称:"; // // lblType // this.lblType.Location = new System.Drawing.Point(6, 30); this.lblType.Name = "lblType"; this.lblType.Size = new System.Drawing.Size(100, 23); this.lblType.TabIndex = 0; this.lblType.Text = "图书类别:"; // // grpIssueDetails // this.grpIssueDetails.Controls.Add(this.dgvSearchBook); this.grpIssueDetails.Location = new System.Drawing.Point(296, 20); this.grpIssueDetails.Name = "grpIssueDetails"; this.grpIssueDetails.Size = new System.Drawing.Size(488, 319); this.grpIssueDetails.TabIndex = 3; this.grpIssueDetails.TabStop = false; this.grpIssueDetails.Text = "搜索结果:"; //this.grpIssueDetails.Enter += new System.EventHandler(this.grpIssueDetails_Enter); // // dgvSearchBook // this.dgvSearchBook.AllowUserToOrderColumns = true; this.dgvSearchBook.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvSearchBook.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.bookname, this.Column3, this.Column4, this.Column7, this.Column5, this.Column6 }); this.dgvSearchBook.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvSearchBook.Location = new System.Drawing.Point(3, 17); this.dgvSearchBook.Name = "dgvSearchBook"; this.dgvSearchBook.RowTemplate.Height = 23; this.dgvSearchBook.Size = new System.Drawing.Size(482, 299); this.dgvSearchBook.TabIndex = 0; // // Column1 // this.Column1.DataPropertyName = "BookID"; this.Column1.HeaderText = "BookID"; this.Column1.Name = "Column1"; this.Column1.Visible = false; // // Column2 // this.Column2.DataPropertyName = "BookType"; this.Column2.HeaderText = "图书类别"; this.Column2.Name = "Column2"; this.Column2.Width = 80; // // bookname // this.bookname.DataPropertyName = "BookName"; this.bookname.HeaderText = "书名"; this.bookname.Name = "bookname"; // // Column3 // this.Column3.DataPropertyName = "BookAuthor"; this.Column3.HeaderText = "作者"; this.Column3.Name = "Column3"; this.Column3.Width = 80; // // Column4 // this.Column4.DataPropertyName = "BookPrice"; this.Column4.HeaderText = "价格"; this.Column4.Name = "Column4"; this.Column4.Width = 80; // // Column7 // this.Column7.DataPropertyName = "BookPic"; this.Column7.HeaderText = "封面"; this.Column7.Name = "Column7"; this.Column7.Width = 80; // // Column5 // this.Column5.DataPropertyName = "BookContent"; this.Column5.HeaderText = "内容简介"; this.Column5.Name = "Column5"; // // Column6 // this.Column6.DataPropertyName = "BookIssue"; this.Column6.HeaderText = "指定访问码"; this.Column6.Name = "Column6"; this.Column6.Width = 80; // // frmSearchBook // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(792, 373); this.Controls.Add(this.grpIssueDetails); this.Controls.Add(this.groupBox1); this.Name = "frmSearchBook"; this.Text = "图书搜索"; this.Load += new System.EventHandler(this.frmSearchBook_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.grpIssueDetails.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvSearchBook)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsWindow)); this.ignoredStereoTypesGrid = new System.Windows.Forms.DataGridView(); this.StereotypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.deleteStereotypeButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.applyButton = new System.Windows.Forms.Button(); this.ignoredTaggedValuesGrid = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.deleteTaggedValueButton = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.diagramOptionsGroupBox = new System.Windows.Forms.GroupBox(); this.generateDiagramCheckbox = new System.Windows.Forms.CheckBox(); this.deleteHiddenElementButton = new System.Windows.Forms.Button(); this.hiddenElementGrid = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.addSourceElementCheckBox = new System.Windows.Forms.CheckBox(); this.addDataTypesCheckBox = new System.Windows.Forms.CheckBox(); this.copyDatatypesCheckbox = new System.Windows.Forms.CheckBox(); this.dataTypeOptionsGroupBox = new System.Windows.Forms.GroupBox(); this.copyDataTypeGeneralizationsCheckBox = new System.Windows.Forms.CheckBox(); this.limitDatatypesCheckBox = new System.Windows.Forms.CheckBox(); this.deleteDataTypeButton = new System.Windows.Forms.Button(); this.dataTypesGridView = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.traceabilityGroupBox = new System.Windows.Forms.GroupBox(); this.associationTagLabel = new System.Windows.Forms.Label(); this.associationTagTextBox = new System.Windows.Forms.TextBox(); this.attributeTagLabel = new System.Windows.Forms.Label(); this.attributeTagTextBox = new System.Windows.Forms.TextBox(); this.GeneralGroupBox = new System.Windows.Forms.GroupBox(); this.generateToArtifactPackageCheckBox = new System.Windows.Forms.CheckBox(); this.usePackageSubsetsOnlyCheckBox = new System.Windows.Forms.CheckBox(); this.deleteUnusedElementsCheckBox = new System.Windows.Forms.CheckBox(); this.generalCopyGeneralizationsCheckbox = new System.Windows.Forms.CheckBox(); this.checkSecurityCheckBox = new System.Windows.Forms.CheckBox(); this.notesPrefixTextBox = new System.Windows.Forms.TextBox(); this.prefixNotesCheckBox = new System.Windows.Forms.CheckBox(); this.RedirectGeneralizationsCheckBox = new System.Windows.Forms.CheckBox(); this.keepAttributeOrderRadio = new System.Windows.Forms.RadioButton(); this.xmlSchemaGroup = new System.Windows.Forms.GroupBox(); this.elementTagLabel = new System.Windows.Forms.Label(); this.elementTagTextBox = new System.Windows.Forms.TextBox(); this.tvInsteadOfTraceCheckBox = new System.Windows.Forms.CheckBox(); this.orderAssociationsAmongstAttributesCheckbox = new System.Windows.Forms.CheckBox(); this.orderAssociationsCheckbox = new System.Windows.Forms.CheckBox(); this.noAttributeDependenciesCheckbox = new System.Windows.Forms.CheckBox(); this.attributeOptionsGroupBox = new System.Windows.Forms.GroupBox(); this.setAttributesOrderZeroRadio = new System.Windows.Forms.RadioButton(); this.addNewAttributesLastRadio = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.ignoredStereoTypesGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ignoredTaggedValuesGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.diagramOptionsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.hiddenElementGrid)).BeginInit(); this.dataTypeOptionsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataTypesGridView)).BeginInit(); this.traceabilityGroupBox.SuspendLayout(); this.GeneralGroupBox.SuspendLayout(); this.xmlSchemaGroup.SuspendLayout(); this.attributeOptionsGroupBox.SuspendLayout(); this.SuspendLayout(); // // ignoredStereoTypesGrid // this.ignoredStereoTypesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ignoredStereoTypesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.StereotypeColumn }); this.ignoredStereoTypesGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.ignoredStereoTypesGrid.Location = new System.Drawing.Point(0, 0); this.ignoredStereoTypesGrid.Name = "ignoredStereoTypesGrid"; this.ignoredStereoTypesGrid.RowHeadersVisible = false; this.ignoredStereoTypesGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ignoredStereoTypesGrid.Size = new System.Drawing.Size(177, 151); this.ignoredStereoTypesGrid.TabIndex = 0; // // StereotypeColumn // this.StereotypeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.StereotypeColumn.HeaderText = "Ignored Stereotypes"; this.StereotypeColumn.Name = "StereotypeColumn"; this.StereotypeColumn.ToolTipText = "Classes with these stereotypes will not be deleted when updating a subset model"; // // deleteStereotypeButton // this.deleteStereotypeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.deleteStereotypeButton.Location = new System.Drawing.Point(478, 172); this.deleteStereotypeButton.Name = "deleteStereotypeButton"; this.deleteStereotypeButton.Size = new System.Drawing.Size(75, 23); this.deleteStereotypeButton.TabIndex = 1; this.deleteStereotypeButton.Text = "Delete"; this.deleteStereotypeButton.UseVisualStyleBackColor = true; this.deleteStereotypeButton.Click += new System.EventHandler(this.DeleteStereotypeButtonClick); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.Location = new System.Drawing.Point(496, 595); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 2; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.OkButtonClick); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(577, 595); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 3; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.CancelButtonClick); // // applyButton // this.applyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.applyButton.Location = new System.Drawing.Point(658, 595); this.applyButton.Name = "applyButton"; this.applyButton.Size = new System.Drawing.Size(75, 23); this.applyButton.TabIndex = 4; this.applyButton.Text = "Apply"; this.applyButton.UseVisualStyleBackColor = true; this.applyButton.Click += new System.EventHandler(this.ApplyButtonClick); // // ignoredTaggedValuesGrid // this.ignoredTaggedValuesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ignoredTaggedValuesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1 }); this.ignoredTaggedValuesGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.ignoredTaggedValuesGrid.Location = new System.Drawing.Point(0, 0); this.ignoredTaggedValuesGrid.Name = "ignoredTaggedValuesGrid"; this.ignoredTaggedValuesGrid.RowHeadersVisible = false; this.ignoredTaggedValuesGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ignoredTaggedValuesGrid.Size = new System.Drawing.Size(176, 151); this.ignoredTaggedValuesGrid.TabIndex = 5; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn1.HeaderText = "Ignored Tagged Values"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ToolTipText = "These tagged values will be left untouched when they have a value in the subset m" + "odel"; // // deleteTaggedValueButton // this.deleteTaggedValueButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.deleteTaggedValueButton.Location = new System.Drawing.Point(660, 172); this.deleteTaggedValueButton.Name = "deleteTaggedValueButton"; this.deleteTaggedValueButton.Size = new System.Drawing.Size(75, 23); this.deleteTaggedValueButton.TabIndex = 6; this.deleteTaggedValueButton.Text = "Delete"; this.deleteTaggedValueButton.UseVisualStyleBackColor = true; this.deleteTaggedValueButton.Click += new System.EventHandler(this.DeleteTaggedValueButtonClick); // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(376, 15); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.ignoredStereoTypesGrid); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.ignoredTaggedValuesGrid); this.splitContainer1.Size = new System.Drawing.Size(357, 151); this.splitContainer1.SplitterDistance = 177; this.splitContainer1.TabIndex = 7; // // diagramOptionsGroupBox // this.diagramOptionsGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.diagramOptionsGroupBox.Controls.Add(this.generateDiagramCheckbox); this.diagramOptionsGroupBox.Controls.Add(this.deleteHiddenElementButton); this.diagramOptionsGroupBox.Controls.Add(this.hiddenElementGrid); this.diagramOptionsGroupBox.Controls.Add(this.addSourceElementCheckBox); this.diagramOptionsGroupBox.Controls.Add(this.addDataTypesCheckBox); this.diagramOptionsGroupBox.Location = new System.Drawing.Point(15, 419); this.diagramOptionsGroupBox.MinimumSize = new System.Drawing.Size(0, 75); this.diagramOptionsGroupBox.Name = "diagramOptionsGroupBox"; this.diagramOptionsGroupBox.Size = new System.Drawing.Size(350, 158); this.diagramOptionsGroupBox.TabIndex = 8; this.diagramOptionsGroupBox.TabStop = false; this.diagramOptionsGroupBox.Text = "Diagram Options"; // // generateDiagramCheckbox // this.generateDiagramCheckbox.Location = new System.Drawing.Point(6, 19); this.generateDiagramCheckbox.Name = "generateDiagramCheckbox"; this.generateDiagramCheckbox.Size = new System.Drawing.Size(143, 24); this.generateDiagramCheckbox.TabIndex = 10; this.generateDiagramCheckbox.Text = "Generate Diagram"; this.generateDiagramCheckbox.UseVisualStyleBackColor = true; // // deleteHiddenElementButton // this.deleteHiddenElementButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.deleteHiddenElementButton.Location = new System.Drawing.Point(269, 130); this.deleteHiddenElementButton.Name = "deleteHiddenElementButton"; this.deleteHiddenElementButton.Size = new System.Drawing.Size(75, 23); this.deleteHiddenElementButton.TabIndex = 9; this.deleteHiddenElementButton.Text = "Delete"; this.deleteHiddenElementButton.UseVisualStyleBackColor = true; // // hiddenElementGrid // this.hiddenElementGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.hiddenElementGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.hiddenElementGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn3 }); this.hiddenElementGrid.Location = new System.Drawing.Point(168, 19); this.hiddenElementGrid.Name = "hiddenElementGrid"; this.hiddenElementGrid.RowHeadersVisible = false; this.hiddenElementGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.hiddenElementGrid.Size = new System.Drawing.Size(176, 105); this.hiddenElementGrid.TabIndex = 8; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn3.HeaderText = "Hidden Element Types"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ToolTipText = "List of Element types and sterereotypes that should not be shown on diagrams"; // // addSourceElementCheckBox // this.addSourceElementCheckBox.Location = new System.Drawing.Point(6, 79); this.addSourceElementCheckBox.Name = "addSourceElementCheckBox"; this.addSourceElementCheckBox.Size = new System.Drawing.Size(143, 24); this.addSourceElementCheckBox.TabIndex = 1; this.addSourceElementCheckBox.Text = "Add Source Elements"; this.addSourceElementCheckBox.UseVisualStyleBackColor = true; // // addDataTypesCheckBox // this.addDataTypesCheckBox.Location = new System.Drawing.Point(6, 49); this.addDataTypesCheckBox.Name = "addDataTypesCheckBox"; this.addDataTypesCheckBox.Size = new System.Drawing.Size(104, 24); this.addDataTypesCheckBox.TabIndex = 0; this.addDataTypesCheckBox.Text = "Add Datatypes"; this.addDataTypesCheckBox.UseVisualStyleBackColor = true; // // copyDatatypesCheckbox // this.copyDatatypesCheckbox.Anchor = System.Windows.Forms.AnchorStyles.Left; this.copyDatatypesCheckbox.Location = new System.Drawing.Point(6, 19); this.copyDatatypesCheckbox.Name = "copyDatatypesCheckbox"; this.copyDatatypesCheckbox.Size = new System.Drawing.Size(162, 24); this.copyDatatypesCheckbox.TabIndex = 2; this.copyDatatypesCheckbox.Text = "Copy Datatypes to subset"; this.copyDatatypesCheckbox.UseVisualStyleBackColor = true; this.copyDatatypesCheckbox.CheckedChanged += new System.EventHandler(this.CopyDatatypesCheckboxCheckedChanged); // // dataTypeOptionsGroupBox // this.dataTypeOptionsGroupBox.Controls.Add(this.copyDataTypeGeneralizationsCheckBox); this.dataTypeOptionsGroupBox.Controls.Add(this.limitDatatypesCheckBox); this.dataTypeOptionsGroupBox.Controls.Add(this.deleteDataTypeButton); this.dataTypeOptionsGroupBox.Controls.Add(this.dataTypesGridView); this.dataTypeOptionsGroupBox.Controls.Add(this.copyDatatypesCheckbox); this.dataTypeOptionsGroupBox.Location = new System.Drawing.Point(14, 251); this.dataTypeOptionsGroupBox.MinimumSize = new System.Drawing.Size(0, 45); this.dataTypeOptionsGroupBox.Name = "dataTypeOptionsGroupBox"; this.dataTypeOptionsGroupBox.Size = new System.Drawing.Size(351, 162); this.dataTypeOptionsGroupBox.TabIndex = 9; this.dataTypeOptionsGroupBox.TabStop = false; this.dataTypeOptionsGroupBox.Text = "Datatype Options"; // // copyDataTypeGeneralizationsCheckBox // this.copyDataTypeGeneralizationsCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left; this.copyDataTypeGeneralizationsCheckBox.Location = new System.Drawing.Point(6, 79); this.copyDataTypeGeneralizationsCheckBox.Name = "copyDataTypeGeneralizationsCheckBox"; this.copyDataTypeGeneralizationsCheckBox.Size = new System.Drawing.Size(162, 24); this.copyDataTypeGeneralizationsCheckBox.TabIndex = 9; this.copyDataTypeGeneralizationsCheckBox.Text = "Copy Generalizations"; this.copyDataTypeGeneralizationsCheckBox.UseVisualStyleBackColor = true; // // limitDatatypesCheckBox // this.limitDatatypesCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Left; this.limitDatatypesCheckBox.Location = new System.Drawing.Point(6, 49); this.limitDatatypesCheckBox.Name = "limitDatatypesCheckBox"; this.limitDatatypesCheckBox.Size = new System.Drawing.Size(162, 24); this.limitDatatypesCheckBox.TabIndex = 8; this.limitDatatypesCheckBox.Text = "Limit Datatypes to copy"; this.limitDatatypesCheckBox.UseVisualStyleBackColor = true; this.limitDatatypesCheckBox.CheckedChanged += new System.EventHandler(this.LimitDatatypesCheckBoxCheckedChanged); // // deleteDataTypeButton // this.deleteDataTypeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.deleteDataTypeButton.Location = new System.Drawing.Point(269, 130); this.deleteDataTypeButton.Name = "deleteDataTypeButton"; this.deleteDataTypeButton.Size = new System.Drawing.Size(75, 23); this.deleteDataTypeButton.TabIndex = 7; this.deleteDataTypeButton.Text = "Delete"; this.deleteDataTypeButton.UseVisualStyleBackColor = true; this.deleteDataTypeButton.Click += new System.EventHandler(this.DeleteDataTypeButtonClick); // // dataTypesGridView // this.dataTypesGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataTypesGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataTypesGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2 }); this.dataTypesGridView.Location = new System.Drawing.Point(174, 19); this.dataTypesGridView.Name = "dataTypesGridView"; this.dataTypesGridView.RowHeadersVisible = false; this.dataTypesGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataTypesGridView.Size = new System.Drawing.Size(170, 105); this.dataTypesGridView.TabIndex = 6; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn2.HeaderText = "Datatypes to copy"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ToolTipText = "Only copy these datatypes to the subset model"; // // traceabilityGroupBox // this.traceabilityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.traceabilityGroupBox.Controls.Add(this.associationTagLabel); this.traceabilityGroupBox.Controls.Add(this.associationTagTextBox); this.traceabilityGroupBox.Controls.Add(this.attributeTagLabel); this.traceabilityGroupBox.Controls.Add(this.attributeTagTextBox); this.traceabilityGroupBox.Location = new System.Drawing.Point(378, 312); this.traceabilityGroupBox.Name = "traceabilityGroupBox"; this.traceabilityGroupBox.Size = new System.Drawing.Size(357, 76); this.traceabilityGroupBox.TabIndex = 10; this.traceabilityGroupBox.TabStop = false; this.traceabilityGroupBox.Text = "Traceability tags"; // // associationTagLabel // this.associationTagLabel.Location = new System.Drawing.Point(185, 20); this.associationTagLabel.Name = "associationTagLabel"; this.associationTagLabel.Size = new System.Drawing.Size(100, 17); this.associationTagLabel.TabIndex = 3; this.associationTagLabel.Text = "AssociationTag"; // // associationTagTextBox // this.associationTagTextBox.Location = new System.Drawing.Point(185, 40); this.associationTagTextBox.Name = "associationTagTextBox"; this.associationTagTextBox.Size = new System.Drawing.Size(164, 20); this.associationTagTextBox.TabIndex = 2; // // attributeTagLabel // this.attributeTagLabel.Location = new System.Drawing.Point(5, 20); this.attributeTagLabel.Name = "attributeTagLabel"; this.attributeTagLabel.Size = new System.Drawing.Size(100, 17); this.attributeTagLabel.TabIndex = 1; this.attributeTagLabel.Text = "AttributeTag"; // // attributeTagTextBox // this.attributeTagTextBox.Location = new System.Drawing.Point(5, 40); this.attributeTagTextBox.Name = "attributeTagTextBox"; this.attributeTagTextBox.Size = new System.Drawing.Size(164, 20); this.attributeTagTextBox.TabIndex = 0; // // GeneralGroupBox // this.GeneralGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.GeneralGroupBox.Controls.Add(this.generateToArtifactPackageCheckBox); this.GeneralGroupBox.Controls.Add(this.usePackageSubsetsOnlyCheckBox); this.GeneralGroupBox.Controls.Add(this.deleteUnusedElementsCheckBox); this.GeneralGroupBox.Controls.Add(this.generalCopyGeneralizationsCheckbox); this.GeneralGroupBox.Controls.Add(this.checkSecurityCheckBox); this.GeneralGroupBox.Controls.Add(this.notesPrefixTextBox); this.GeneralGroupBox.Controls.Add(this.prefixNotesCheckBox); this.GeneralGroupBox.Controls.Add(this.RedirectGeneralizationsCheckBox); this.GeneralGroupBox.Location = new System.Drawing.Point(14, 12); this.GeneralGroupBox.MinimumSize = new System.Drawing.Size(0, 20); this.GeneralGroupBox.Name = "GeneralGroupBox"; this.GeneralGroupBox.Size = new System.Drawing.Size(349, 233); this.GeneralGroupBox.TabIndex = 11; this.GeneralGroupBox.TabStop = false; this.GeneralGroupBox.Text = "General Options"; // // generateToArtifactPackageCheckBox // this.generateToArtifactPackageCheckBox.Location = new System.Drawing.Point(6, 197); this.generateToArtifactPackageCheckBox.Name = "generateToArtifactPackageCheckBox"; this.generateToArtifactPackageCheckBox.Size = new System.Drawing.Size(276, 24); this.generateToArtifactPackageCheckBox.TabIndex = 9; this.generateToArtifactPackageCheckBox.Text = "Generate to profile package only"; this.generateToArtifactPackageCheckBox.UseVisualStyleBackColor = true; // // usePackageSubsetsOnlyCheckBox // this.usePackageSubsetsOnlyCheckBox.Location = new System.Drawing.Point(6, 167); this.usePackageSubsetsOnlyCheckBox.Name = "usePackageSubsetsOnlyCheckBox"; this.usePackageSubsetsOnlyCheckBox.Size = new System.Drawing.Size(276, 24); this.usePackageSubsetsOnlyCheckBox.TabIndex = 7; this.usePackageSubsetsOnlyCheckBox.Text = "Use Package Structure for subset determination"; this.usePackageSubsetsOnlyCheckBox.UseVisualStyleBackColor = true; // // deleteUnusedElementsCheckBox // this.deleteUnusedElementsCheckBox.Location = new System.Drawing.Point(6, 137); this.deleteUnusedElementsCheckBox.Name = "deleteUnusedElementsCheckBox"; this.deleteUnusedElementsCheckBox.Size = new System.Drawing.Size(248, 24); this.deleteUnusedElementsCheckBox.TabIndex = 6; this.deleteUnusedElementsCheckBox.Text = "Delete unused subset elements"; this.deleteUnusedElementsCheckBox.UseVisualStyleBackColor = true; // // generalCopyGeneralizationsCheckbox // this.generalCopyGeneralizationsCheckbox.Location = new System.Drawing.Point(6, 19); this.generalCopyGeneralizationsCheckbox.Name = "generalCopyGeneralizationsCheckbox"; this.generalCopyGeneralizationsCheckbox.Size = new System.Drawing.Size(247, 24); this.generalCopyGeneralizationsCheckbox.TabIndex = 5; this.generalCopyGeneralizationsCheckbox.Text = "Copy Generalizations"; this.generalCopyGeneralizationsCheckbox.UseVisualStyleBackColor = true; // // checkSecurityCheckBox // this.checkSecurityCheckBox.Location = new System.Drawing.Point(6, 107); this.checkSecurityCheckBox.Name = "checkSecurityCheckBox"; this.checkSecurityCheckBox.Size = new System.Drawing.Size(248, 24); this.checkSecurityCheckBox.TabIndex = 4; this.checkSecurityCheckBox.Text = "Check Security locks"; this.checkSecurityCheckBox.UseVisualStyleBackColor = true; // // notesPrefixTextBox // this.notesPrefixTextBox.Location = new System.Drawing.Point(100, 81); this.notesPrefixTextBox.Name = "notesPrefixTextBox"; this.notesPrefixTextBox.Size = new System.Drawing.Size(242, 20); this.notesPrefixTextBox.TabIndex = 3; // // prefixNotesCheckBox // this.prefixNotesCheckBox.Location = new System.Drawing.Point(6, 79); this.prefixNotesCheckBox.Name = "prefixNotesCheckBox"; this.prefixNotesCheckBox.Size = new System.Drawing.Size(102, 24); this.prefixNotesCheckBox.TabIndex = 1; this.prefixNotesCheckBox.Text = "Prefix Notes"; this.prefixNotesCheckBox.UseVisualStyleBackColor = true; this.prefixNotesCheckBox.CheckedChanged += new System.EventHandler(this.PrefixNotesCheckBoxCheckedChanged); // // RedirectGeneralizationsCheckBox // this.RedirectGeneralizationsCheckBox.Location = new System.Drawing.Point(6, 49); this.RedirectGeneralizationsCheckBox.Name = "RedirectGeneralizationsCheckBox"; this.RedirectGeneralizationsCheckBox.Size = new System.Drawing.Size(247, 24); this.RedirectGeneralizationsCheckBox.TabIndex = 0; this.RedirectGeneralizationsCheckBox.Text = "Redirect Generalizations to subset"; this.RedirectGeneralizationsCheckBox.UseVisualStyleBackColor = true; // // keepAttributeOrderRadio // this.keepAttributeOrderRadio.Location = new System.Drawing.Point(6, 42); this.keepAttributeOrderRadio.Name = "keepAttributeOrderRadio"; this.keepAttributeOrderRadio.Size = new System.Drawing.Size(276, 24); this.keepAttributeOrderRadio.TabIndex = 8; this.keepAttributeOrderRadio.Text = "Keep original attribute order"; this.keepAttributeOrderRadio.UseVisualStyleBackColor = true; // // xmlSchemaGroup // this.xmlSchemaGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.xmlSchemaGroup.Controls.Add(this.elementTagLabel); this.xmlSchemaGroup.Controls.Add(this.elementTagTextBox); this.xmlSchemaGroup.Controls.Add(this.tvInsteadOfTraceCheckBox); this.xmlSchemaGroup.Controls.Add(this.orderAssociationsAmongstAttributesCheckbox); this.xmlSchemaGroup.Controls.Add(this.orderAssociationsCheckbox); this.xmlSchemaGroup.Controls.Add(this.noAttributeDependenciesCheckbox); this.xmlSchemaGroup.Location = new System.Drawing.Point(378, 396); this.xmlSchemaGroup.Name = "xmlSchemaGroup"; this.xmlSchemaGroup.Size = new System.Drawing.Size(357, 193); this.xmlSchemaGroup.TabIndex = 12; this.xmlSchemaGroup.TabStop = false; this.xmlSchemaGroup.Text = "XML Schema Options"; // // elementTagLabel // this.elementTagLabel.Location = new System.Drawing.Point(6, 139); this.elementTagLabel.Name = "elementTagLabel"; this.elementTagLabel.Size = new System.Drawing.Size(100, 17); this.elementTagLabel.TabIndex = 13; this.elementTagLabel.Text = "Element Tag"; // // elementTagTextBox // this.elementTagTextBox.Location = new System.Drawing.Point(6, 159); this.elementTagTextBox.Name = "elementTagTextBox"; this.elementTagTextBox.Size = new System.Drawing.Size(164, 20); this.elementTagTextBox.TabIndex = 12; // // tvInsteadOfTraceCheckBox // this.tvInsteadOfTraceCheckBox.Location = new System.Drawing.Point(6, 112); this.tvInsteadOfTraceCheckBox.Name = "tvInsteadOfTraceCheckBox"; this.tvInsteadOfTraceCheckBox.Size = new System.Drawing.Size(276, 24); this.tvInsteadOfTraceCheckBox.TabIndex = 11; this.tvInsteadOfTraceCheckBox.Text = "Use Tagged Values instead of Trace"; this.tvInsteadOfTraceCheckBox.UseVisualStyleBackColor = true; this.tvInsteadOfTraceCheckBox.CheckedChanged += new System.EventHandler(this.TtvInsteadOfTraceCheckBoxCheckedChanged); // // orderAssociationsAmongstAttributesCheckbox // this.orderAssociationsAmongstAttributesCheckbox.Location = new System.Drawing.Point(6, 82); this.orderAssociationsAmongstAttributesCheckbox.Name = "orderAssociationsAmongstAttributesCheckbox"; this.orderAssociationsAmongstAttributesCheckbox.Size = new System.Drawing.Size(276, 24); this.orderAssociationsAmongstAttributesCheckbox.TabIndex = 10; this.orderAssociationsAmongstAttributesCheckbox.Text = "Order Associations between Attributes"; this.orderAssociationsAmongstAttributesCheckbox.UseVisualStyleBackColor = true; // // orderAssociationsCheckbox // this.orderAssociationsCheckbox.Location = new System.Drawing.Point(6, 52); this.orderAssociationsCheckbox.Name = "orderAssociationsCheckbox"; this.orderAssociationsCheckbox.Size = new System.Drawing.Size(276, 24); this.orderAssociationsCheckbox.TabIndex = 9; this.orderAssociationsCheckbox.Text = "Order Associations Alphabetically"; this.orderAssociationsCheckbox.UseVisualStyleBackColor = true; this.orderAssociationsCheckbox.CheckedChanged += new System.EventHandler(this.OrderAssociationsCheckboxCheckedChanged); // // noAttributeDependenciesCheckbox // this.noAttributeDependenciesCheckbox.Location = new System.Drawing.Point(6, 22); this.noAttributeDependenciesCheckbox.Name = "noAttributeDependenciesCheckbox"; this.noAttributeDependenciesCheckbox.Size = new System.Drawing.Size(248, 24); this.noAttributeDependenciesCheckbox.TabIndex = 8; this.noAttributeDependenciesCheckbox.Text = "Do not create Attribute dependencies"; this.noAttributeDependenciesCheckbox.UseVisualStyleBackColor = true; // // attributeOptionsGroupBox // this.attributeOptionsGroupBox.Controls.Add(this.setAttributesOrderZeroRadio); this.attributeOptionsGroupBox.Controls.Add(this.addNewAttributesLastRadio); this.attributeOptionsGroupBox.Controls.Add(this.keepAttributeOrderRadio); this.attributeOptionsGroupBox.Location = new System.Drawing.Point(378, 201); this.attributeOptionsGroupBox.Name = "attributeOptionsGroupBox"; this.attributeOptionsGroupBox.Size = new System.Drawing.Size(355, 97); this.attributeOptionsGroupBox.TabIndex = 13; this.attributeOptionsGroupBox.TabStop = false; this.attributeOptionsGroupBox.Text = "Attribute options"; // // setAttributesOrderZeroRadio // this.setAttributesOrderZeroRadio.AutoSize = true; this.setAttributesOrderZeroRadio.Location = new System.Drawing.Point(6, 72); this.setAttributesOrderZeroRadio.Name = "setAttributesOrderZeroRadio"; this.setAttributesOrderZeroRadio.Size = new System.Drawing.Size(130, 17); this.setAttributesOrderZeroRadio.TabIndex = 9; this.setAttributesOrderZeroRadio.TabStop = true; this.setAttributesOrderZeroRadio.Text = "Set attribute order to 0"; this.setAttributesOrderZeroRadio.UseVisualStyleBackColor = true; // // addNewAttributesLastRadio // this.addNewAttributesLastRadio.AutoSize = true; this.addNewAttributesLastRadio.Location = new System.Drawing.Point(6, 19); this.addNewAttributesLastRadio.Name = "addNewAttributesLastRadio"; this.addNewAttributesLastRadio.Size = new System.Drawing.Size(164, 17); this.addNewAttributesLastRadio.TabIndex = 0; this.addNewAttributesLastRadio.TabStop = true; this.addNewAttributesLastRadio.Text = "Add new attributes at the end"; this.addNewAttributesLastRadio.UseVisualStyleBackColor = true; // // SettingsWindow // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(745, 626); this.Controls.Add(this.attributeOptionsGroupBox); this.Controls.Add(this.xmlSchemaGroup); this.Controls.Add(this.deleteTaggedValueButton); this.Controls.Add(this.deleteStereotypeButton); this.Controls.Add(this.GeneralGroupBox); this.Controls.Add(this.traceabilityGroupBox); this.Controls.Add(this.dataTypeOptionsGroupBox); this.Controls.Add(this.diagramOptionsGroupBox); this.Controls.Add(this.applyButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SettingsWindow"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "EA Message Composer settings"; ((System.ComponentModel.ISupportInitialize)(this.ignoredStereoTypesGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ignoredTaggedValuesGrid)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.diagramOptionsGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.hiddenElementGrid)).EndInit(); this.dataTypeOptionsGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataTypesGridView)).EndInit(); this.traceabilityGroupBox.ResumeLayout(false); this.traceabilityGroupBox.PerformLayout(); this.GeneralGroupBox.ResumeLayout(false); this.GeneralGroupBox.PerformLayout(); this.xmlSchemaGroup.ResumeLayout(false); this.xmlSchemaGroup.PerformLayout(); this.attributeOptionsGroupBox.ResumeLayout(false); this.attributeOptionsGroupBox.PerformLayout(); 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Button okay; System.Windows.Forms.Button cancel; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.Label breakTimeLabel; System.Windows.Forms.Label workTimeLabel; System.Windows.Forms.GroupBox groupBox2; this.breakTimeSeconds = new System.Windows.Forms.NumericUpDown(); this.workTimeMinutes = new System.Windows.Forms.NumericUpDown(); this.excessDelayMinutes = new System.Windows.Forms.NumericUpDown(); this.excessDelayLabel = new System.Windows.Forms.Label(); this.startScreenSaver = new System.Windows.Forms.CheckBox(); this.playSound = new System.Windows.Forms.CheckBox(); this.showProgress = new System.Windows.Forms.CheckBox(); this.formSaver = new Menees.Windows.Forms.FormSaver(this.components); okay = new System.Windows.Forms.Button(); cancel = new System.Windows.Forms.Button(); groupBox1 = new System.Windows.Forms.GroupBox(); breakTimeLabel = new System.Windows.Forms.Label(); workTimeLabel = new System.Windows.Forms.Label(); groupBox2 = new System.Windows.Forms.GroupBox(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.breakTimeSeconds)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.workTimeMinutes)).BeginInit(); groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.excessDelayMinutes)).BeginInit(); this.SuspendLayout(); // // okay // okay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); okay.DialogResult = System.Windows.Forms.DialogResult.OK; okay.Location = new System.Drawing.Point(136, 255); okay.Name = "okay"; okay.Size = new System.Drawing.Size(87, 27); okay.TabIndex = 2; okay.Text = "OK"; okay.UseVisualStyleBackColor = true; okay.Click += new System.EventHandler(this.Okay_Click); // // cancel // cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; cancel.Location = new System.Drawing.Point(232, 255); cancel.Name = "cancel"; cancel.Size = new System.Drawing.Size(87, 27); cancel.TabIndex = 3; cancel.Text = "Cancel"; cancel.UseVisualStyleBackColor = true; // // groupBox1 // groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox1.Controls.Add(this.breakTimeSeconds); groupBox1.Controls.Add(this.workTimeMinutes); groupBox1.Controls.Add(breakTimeLabel); groupBox1.Controls.Add(workTimeLabel); groupBox1.Location = new System.Drawing.Point(8, 8); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(312, 88); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Timing"; // // breakTimeSeconds // this.breakTimeSeconds.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.breakTimeSeconds.Location = new System.Drawing.Point(244, 51); this.breakTimeSeconds.Maximum = new decimal(new int[] { 600, 0, 0, 0 }); this.breakTimeSeconds.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.breakTimeSeconds.Name = "breakTimeSeconds"; this.breakTimeSeconds.Size = new System.Drawing.Size(56, 23); this.breakTimeSeconds.TabIndex = 3; this.breakTimeSeconds.Value = new decimal(new int[] { 30, 0, 0, 0 }); // // workTimeMinutes // this.workTimeMinutes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.workTimeMinutes.Location = new System.Drawing.Point(244, 23); this.workTimeMinutes.Maximum = new decimal(new int[] { 600, 0, 0, 0 }); this.workTimeMinutes.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.workTimeMinutes.Name = "workTimeMinutes"; this.workTimeMinutes.Size = new System.Drawing.Size(56, 23); this.workTimeMinutes.TabIndex = 1; this.workTimeMinutes.Value = new decimal(new int[] { 30, 0, 0, 0 }); // // breakTimeLabel // breakTimeLabel.AutoSize = true; breakTimeLabel.Location = new System.Drawing.Point(8, 52); breakTimeLabel.Name = "breakTimeLabel"; breakTimeLabel.Size = new System.Drawing.Size(181, 15); breakTimeLabel.TabIndex = 2; breakTimeLabel.Text = "Mininum Break Time In Seconds:"; // // workTimeLabel // workTimeLabel.AutoSize = true; workTimeLabel.Location = new System.Drawing.Point(8, 24); workTimeLabel.Name = "workTimeLabel"; workTimeLabel.Size = new System.Drawing.Size(184, 15); workTimeLabel.TabIndex = 0; workTimeLabel.Text = "Maximum Work Time In Minutes:"; // // groupBox2 // groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox2.Controls.Add(this.excessDelayMinutes); groupBox2.Controls.Add(this.excessDelayLabel); groupBox2.Controls.Add(this.startScreenSaver); groupBox2.Controls.Add(this.playSound); groupBox2.Controls.Add(this.showProgress); groupBox2.Location = new System.Drawing.Point(8, 100); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(312, 144); groupBox2.TabIndex = 1; groupBox2.TabStop = false; groupBox2.Text = "Display"; // // excessDelayMinutes // this.excessDelayMinutes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.excessDelayMinutes.Location = new System.Drawing.Point(164, 107); this.excessDelayMinutes.Maximum = new decimal(new int[] { 60, 0, 0, 0 }); this.excessDelayMinutes.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.excessDelayMinutes.Name = "excessDelayMinutes"; this.excessDelayMinutes.Size = new System.Drawing.Size(56, 23); this.excessDelayMinutes.TabIndex = 4; this.excessDelayMinutes.Value = new decimal(new int[] { 3, 0, 0, 0 }); // // excessDelayLabel // this.excessDelayLabel.AutoSize = true; this.excessDelayLabel.Location = new System.Drawing.Point(28, 108); this.excessDelayLabel.Name = "excessDelayLabel"; this.excessDelayLabel.Size = new System.Drawing.Size(121, 15); this.excessDelayLabel.TabIndex = 3; this.excessDelayLabel.Text = "Excess Delay Minutes:"; // // startScreenSaver // this.startScreenSaver.AutoSize = true; this.startScreenSaver.Location = new System.Drawing.Point(12, 80); this.startScreenSaver.Name = "startScreenSaver"; this.startScreenSaver.Size = new System.Drawing.Size(239, 19); this.startScreenSaver.TabIndex = 2; this.startScreenSaver.Text = "Start The Screen Saver After Excess Delay"; this.startScreenSaver.UseVisualStyleBackColor = true; this.startScreenSaver.CheckedChanged += new System.EventHandler(this.StartScreenSaver_CheckedChanged); // // playSound // this.playSound.AutoSize = true; this.playSound.Location = new System.Drawing.Point(12, 52); this.playSound.Name = "playSound"; this.playSound.Size = new System.Drawing.Size(287, 19); this.playSound.TabIndex = 1; this.playSound.Text = "Play Sound When Showing The Status Is Required"; this.playSound.UseVisualStyleBackColor = true; // // showProgress // this.showProgress.AutoSize = true; this.showProgress.Location = new System.Drawing.Point(12, 24); this.showProgress.Name = "showProgress"; this.showProgress.Size = new System.Drawing.Size(144, 19); this.showProgress.TabIndex = 0; this.showProgress.Text = "Show Progress Images"; this.showProgress.UseVisualStyleBackColor = true; // // formSaver // this.formSaver.AutoLoad = false; this.formSaver.ContainerControl = this; this.formSaver.SettingsNodeName = "Options Dialog"; this.formSaver.SaveSettings += new System.EventHandler <Menees.SettingsEventArgs>(this.FormSaver_SaveSettings); // // OptionsDialog // this.AcceptButton = okay; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = cancel; this.ClientSize = new System.Drawing.Size(331, 293); this.Controls.Add(groupBox2); this.Controls.Add(groupBox1); this.Controls.Add(cancel); this.Controls.Add(okay); this.Font = new System.Drawing.Font("Segoe UI", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OptionsDialog"; this.Text = "Options"; this.Load += new System.EventHandler(this.OptionsDialog_Load); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.breakTimeSeconds)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.workTimeMinutes)).EndInit(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.excessDelayMinutes)).EndInit(); 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorksheetToHTML)); this.btnConvert = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rdbWkSheet = new System.Windows.Forms.RadioButton(); this.rdbWkbook = new System.Windows.Forms.RadioButton(); this.viewInputTemplate = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnConvert // this.btnConvert.Location = new System.Drawing.Point(192, 177); this.btnConvert.Name = "btnConvert"; this.btnConvert.Size = new System.Drawing.Size(90, 26); this.btnConvert.TabIndex = 0; this.btnConvert.Text = "Convert"; this.btnConvert.UseVisualStyleBackColor = true; this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click); // // label2 // this.label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); this.label2.ForeColor = System.Drawing.SystemColors.ControlText; this.label2.Location = new System.Drawing.Point(0, 100); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(373, 27); this.label2.TabIndex = 75; this.label2.Text = "Click the button to view an HTML generated by Essential XlsIO."; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pictureBox4 // this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(0, 0); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(377, 71); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox4.TabIndex = 74; this.pictureBox4.TabStop = false; // // groupBox1 // this.groupBox1.Controls.Add(this.rdbWkSheet); this.groupBox1.Controls.Add(this.rdbWkbook); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(87, 132); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(195, 39); this.groupBox1.TabIndex = 76; this.groupBox1.TabStop = false; this.groupBox1.Text = "Choose"; // // rdbWkSheet // this.rdbWkSheet.AutoSize = true; this.rdbWkSheet.Checked = true; this.rdbWkSheet.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbWkSheet.Location = new System.Drawing.Point(102, 16); this.rdbWkSheet.Name = "rdbWkSheet"; this.rdbWkSheet.Size = new System.Drawing.Size(77, 17); this.rdbWkSheet.TabIndex = 1; this.rdbWkSheet.TabStop = true; this.rdbWkSheet.Text = "Worksheet"; this.rdbWkSheet.UseVisualStyleBackColor = true; // // rdbWkbook // this.rdbWkbook.AutoSize = true; this.rdbWkbook.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rdbWkbook.Location = new System.Drawing.Point(5, 16); this.rdbWkbook.Name = "rdbWkbook"; this.rdbWkbook.Size = new System.Drawing.Size(75, 17); this.rdbWkbook.TabIndex = 0; this.rdbWkbook.Text = "Workbook"; this.rdbWkbook.UseVisualStyleBackColor = true; // // viewInputTemplate // this.viewInputTemplate.Location = new System.Drawing.Point(87, 177); this.viewInputTemplate.Name = "viewInputTemplate"; this.viewInputTemplate.Size = new System.Drawing.Size(90, 26); this.viewInputTemplate.TabIndex = 77; this.viewInputTemplate.Text = "Input Template"; this.viewInputTemplate.UseVisualStyleBackColor = true; this.viewInputTemplate.Click += new System.EventHandler(this.viewInputTemplate_Click); // // WorksheetToHTML // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(377, 210); this.Controls.Add(this.viewInputTemplate); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label2); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.btnConvert); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "WorksheetToHTML"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "WorksheetToHTML"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { System.Windows.Forms.Label label2; this.pnlBatchSettings = new System.Windows.Forms.Panel(); this.grpYeast = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.txtTOSNAFactor = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.txtLag = new System.Windows.Forms.TextBox(); this.txtN2 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.cmbYeastStrain = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtABV = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtBrix = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtAtten = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtFG = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtOG = new System.Windows.Forms.TextBox(); this.txtYield = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); this.pnlBatchSettings.SuspendLayout(); this.grpYeast.SuspendLayout(); this.panel3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnlBatchSettings // this.pnlBatchSettings.Controls.Add(this.grpYeast); this.pnlBatchSettings.Controls.Add(this.groupBox1); this.pnlBatchSettings.Dock = System.Windows.Forms.DockStyle.Top; this.pnlBatchSettings.Location = new System.Drawing.Point(0, 0); this.pnlBatchSettings.Name = "pnlBatchSettings"; this.pnlBatchSettings.Padding = new System.Windows.Forms.Padding(6); this.pnlBatchSettings.Size = new System.Drawing.Size(613, 241); this.pnlBatchSettings.TabIndex = 2; // // grpYeast // this.grpYeast.Controls.Add(this.panel3); this.grpYeast.Controls.Add(this.label5); this.grpYeast.Controls.Add(this.cmbYeastStrain); this.grpYeast.Dock = System.Windows.Forms.DockStyle.Fill; this.grpYeast.Location = new System.Drawing.Point(6, 119); this.grpYeast.Name = "grpYeast"; this.grpYeast.Size = new System.Drawing.Size(601, 116); this.grpYeast.TabIndex = 1; this.grpYeast.TabStop = false; this.grpYeast.Text = "Yeast"; // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.Control; this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.txtTOSNAFactor); this.panel3.Controls.Add(this.label7); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.txtLag); this.panel3.Controls.Add(this.txtN2); this.panel3.Location = new System.Drawing.Point(275, 14); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(194, 96); this.panel3.TabIndex = 16; // // label8 // this.label8.Location = new System.Drawing.Point(2, 33); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100, 23); this.label8.TabIndex = 12; this.label8.Text = "Nitrogen Req:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtTOSNAFactor // this.txtTOSNAFactor.Location = new System.Drawing.Point(108, 68); this.txtTOSNAFactor.Name = "txtTOSNAFactor"; this.txtTOSNAFactor.ReadOnly = true; this.txtTOSNAFactor.Size = new System.Drawing.Size(74, 20); this.txtTOSNAFactor.TabIndex = 15; // // label7 // this.label7.Location = new System.Drawing.Point(60, 7); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(42, 23); this.label7.TabIndex = 10; this.label7.Text = "Lag:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label9 // this.label9.Location = new System.Drawing.Point(15, 67); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 16); this.label9.TabIndex = 14; this.label9.Text = "TOSNA Factor:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtLag // this.txtLag.Location = new System.Drawing.Point(108, 9); this.txtLag.Name = "txtLag"; this.txtLag.ReadOnly = true; this.txtLag.Size = new System.Drawing.Size(74, 20); this.txtLag.TabIndex = 11; // // txtN2 // this.txtN2.Location = new System.Drawing.Point(108, 36); this.txtN2.Name = "txtN2"; this.txtN2.ReadOnly = true; this.txtN2.Size = new System.Drawing.Size(74, 20); this.txtN2.TabIndex = 13; // // label5 // this.label5.Location = new System.Drawing.Point(7, 18); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(40, 16); this.label5.TabIndex = 9; this.label5.Text = "Strain:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // cmbYeastStrain // this.cmbYeastStrain.BackColor = System.Drawing.SystemColors.Window; this.cmbYeastStrain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbYeastStrain.FormattingEnabled = true; this.cmbYeastStrain.Items.AddRange(new object[] { "Lalvin D47", "Lalvin D21", "Lalvin K1V-1116", "Lalvin EC-1118", "Red Star Cotes Des Blanc", "Red Star Montrachet", "Wyeast 1138" }); this.cmbYeastStrain.Location = new System.Drawing.Point(53, 17); this.cmbYeastStrain.Name = "cmbYeastStrain"; this.cmbYeastStrain.Size = new System.Drawing.Size(188, 21); this.cmbYeastStrain.TabIndex = 8; // // groupBox1 // this.groupBox1.Controls.Add(this.txtABV); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.txtBrix); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtAtten); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtFG); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtOG); this.groupBox1.Controls.Add(label2); this.groupBox1.Controls.Add(this.txtYield); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(6, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(601, 113); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Batch Settings"; // // txtABV // this.txtABV.Location = new System.Drawing.Point(127, 83); this.txtABV.Name = "txtABV"; this.txtABV.ReadOnly = true; this.txtABV.Size = new System.Drawing.Size(48, 20); this.txtABV.TabIndex = 11; // // label10 // this.label10.Location = new System.Drawing.Point(22, 83); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 19); this.label10.TabIndex = 10; this.label10.Text = "Final ABV:"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtBrix // this.txtBrix.Location = new System.Drawing.Point(127, 53); this.txtBrix.Name = "txtBrix"; this.txtBrix.ReadOnly = true; this.txtBrix.Size = new System.Drawing.Size(48, 20); this.txtBrix.TabIndex = 9; // // label6 // this.label6.Location = new System.Drawing.Point(23, 51); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 23); this.label6.TabIndex = 8; this.label6.Text = "Sugar (Brix):"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtAtten // this.txtAtten.Location = new System.Drawing.Point(383, 84); this.txtAtten.Name = "txtAtten"; this.txtAtten.ReadOnly = true; this.txtAtten.Size = new System.Drawing.Size(48, 20); this.txtAtten.TabIndex = 7; this.txtAtten.Text = "100%"; // // label4 // this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.label4.Location = new System.Drawing.Point(277, 85); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 19); this.label4.TabIndex = 6; this.label4.Text = "Target Attenuation:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtFG // this.txtFG.Location = new System.Drawing.Point(383, 57); this.txtFG.Name = "txtFG"; this.txtFG.Size = new System.Drawing.Size(48, 20); this.txtFG.TabIndex = 5; this.txtFG.Text = "1.000"; // // label3 // this.label3.Location = new System.Drawing.Point(277, 57); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 19); this.label3.TabIndex = 4; this.label3.Text = "Target Gravity (FG):"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtOG // this.txtOG.Location = new System.Drawing.Point(383, 27); this.txtOG.Name = "txtOG"; this.txtOG.Size = new System.Drawing.Size(48, 20); this.txtOG.TabIndex = 3; this.txtOG.Text = "1.100"; // // label2 // label2.Location = new System.Drawing.Point(264, 27); label2.Name = "label2"; label2.Size = new System.Drawing.Size(113, 17); label2.TabIndex = 2; label2.Text = "Original Gravity (OG):"; label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtYield // this.txtYield.Location = new System.Drawing.Point(127, 24); this.txtYield.Name = "txtYield"; this.txtYield.Size = new System.Drawing.Size(35, 20); this.txtYield.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(7, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(117, 17); this.label1.TabIndex = 0; this.label1.Text = "Batch Yield (Gallons):"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // BatchPlanner // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pnlBatchSettings); this.Name = "BatchPlanner"; this.Size = new System.Drawing.Size(613, 248); this.pnlBatchSettings.ResumeLayout(false); this.grpYeast.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Обязательный метод для поддержки конструктора - не изменяйте /// содержимое данного метода при помощи редактора кода. /// </summary> private void InitializeComponent() { groupBox1 = new System.Windows.Forms.GroupBox(); comboBoxParity = new System.Windows.Forms.ComboBox(); comboBoxStopBits = new System.Windows.Forms.ComboBox(); labelParity = new System.Windows.Forms.Label(); labelStopBits = new System.Windows.Forms.Label(); labelDataBits = new System.Windows.Forms.Label(); comboBoxDataBits = new System.Windows.Forms.ComboBox(); comboBoxBautRate = new System.Windows.Forms.ComboBox(); labelBautRate = new System.Windows.Forms.Label(); labelSerialPort = new System.Windows.Forms.Label(); comboBoxPortName = new System.Windows.Forms.ComboBox(); buttonOk = new System.Windows.Forms.Button(); groupBox1.SuspendLayout(); SuspendLayout(); // // groupBox1 // groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); groupBox1.Controls.Add(comboBoxParity); groupBox1.Controls.Add(comboBoxStopBits); groupBox1.Controls.Add(labelParity); groupBox1.Controls.Add(labelStopBits); groupBox1.Controls.Add(labelDataBits); groupBox1.Controls.Add(comboBoxDataBits); groupBox1.Controls.Add(comboBoxBautRate); groupBox1.Controls.Add(labelBautRate); groupBox1.Controls.Add(labelSerialPort); groupBox1.Controls.Add(comboBoxPortName); groupBox1.Location = new System.Drawing.Point(3, 3); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(209, 185); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Настройки порта"; // // comboBoxParity // comboBoxParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBoxParity.FormattingEnabled = true; comboBoxParity.Location = new System.Drawing.Point(94, 121); comboBoxParity.Name = "comboBoxParity"; comboBoxParity.Size = new System.Drawing.Size(109, 24); comboBoxParity.TabIndex = 12; comboBoxParity.SelectedIndexChanged += new System.EventHandler(comboBoxParity_SelectedIndexChanged); // // comboBoxStopBits // comboBoxStopBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBoxStopBits.FormattingEnabled = true; comboBoxStopBits.Location = new System.Drawing.Point(94, 151); comboBoxStopBits.Name = "comboBoxStopBits"; comboBoxStopBits.Size = new System.Drawing.Size(109, 24); comboBoxStopBits.TabIndex = 11; comboBoxStopBits.SelectedIndexChanged += new System.EventHandler(comboBoxStopBits_SelectedIndexChanged); // // labelParity // labelParity.AutoSize = true; labelParity.Location = new System.Drawing.Point(6, 124); labelParity.Name = "labelParity"; labelParity.Size = new System.Drawing.Size(64, 17); labelParity.TabIndex = 10; labelParity.Text = "Паритет"; // // labelStopBits // labelStopBits.AutoSize = true; labelStopBits.Location = new System.Drawing.Point(6, 154); labelStopBits.Name = "labelStopBits"; labelStopBits.RightToLeft = System.Windows.Forms.RightToLeft.No; labelStopBits.Size = new System.Drawing.Size(81, 17); labelStopBits.TabIndex = 9; labelStopBits.Text = "Стоп биты:"; // // labelDataBits // labelDataBits.AutoSize = true; labelDataBits.Location = new System.Drawing.Point(6, 94); labelDataBits.Name = "labelDataBits"; labelDataBits.Size = new System.Drawing.Size(65, 17); labelDataBits.TabIndex = 8; labelDataBits.Text = "Данные:"; // // comboBoxDataBits // comboBoxDataBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBoxDataBits.FormattingEnabled = true; comboBoxDataBits.Location = new System.Drawing.Point(94, 91); comboBoxDataBits.Name = "comboBoxDataBits"; comboBoxDataBits.Size = new System.Drawing.Size(109, 24); comboBoxDataBits.TabIndex = 7; comboBoxDataBits.SelectedIndexChanged += new System.EventHandler(comboBoxDataBits_SelectedIndexChanged); // // comboBoxBautRate // comboBoxBautRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBoxBautRate.Location = new System.Drawing.Point(94, 61); comboBoxBautRate.Name = "comboBoxBautRate"; comboBoxBautRate.Size = new System.Drawing.Size(109, 24); comboBoxBautRate.TabIndex = 6; comboBoxBautRate.SelectedIndexChanged += new System.EventHandler(comboBoxBautRate_SelectedIndexChanged); // // labelBautRate // labelBautRate.AutoSize = true; labelBautRate.Location = new System.Drawing.Point(6, 64); labelBautRate.Name = "labelBautRate"; labelBautRate.Size = new System.Drawing.Size(73, 17); labelBautRate.TabIndex = 5; labelBautRate.Text = "Скорость:"; // // labelSerialPort // labelSerialPort.AutoSize = true; labelSerialPort.Location = new System.Drawing.Point(6, 34); labelSerialPort.Name = "labelSerialPort"; labelSerialPort.Size = new System.Drawing.Size(45, 17); labelSerialPort.TabIndex = 4; labelSerialPort.Text = "Порт:"; // // comboBoxPortName // comboBoxPortName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBoxPortName.FormattingEnabled = true; comboBoxPortName.Location = new System.Drawing.Point(94, 31); comboBoxPortName.Name = "comboBoxPortName"; comboBoxPortName.Size = new System.Drawing.Size(109, 24); comboBoxPortName.TabIndex = 3; comboBoxPortName.SelectedIndexChanged += new System.EventHandler(comboBoxPortName_SelectedIndexChanged); // // buttonOk // buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); buttonOk.Location = new System.Drawing.Point(139, 191); buttonOk.Name = "buttonOk"; buttonOk.Size = new System.Drawing.Size(75, 31); buttonOk.TabIndex = 1; buttonOk.Text = "OK"; buttonOk.UseVisualStyleBackColor = true; buttonOk.Click += new System.EventHandler(buttonOk_Click); // // SerialPortSettings // AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Controls.Add(buttonOk); Controls.Add(groupBox1); Name = "SerialPortSettings"; Size = new System.Drawing.Size(217, 227); Load += new System.EventHandler(SerialPortSettings_Load); KeyDown += new System.Windows.Forms.KeyEventHandler(SerialPortSettings_KeyDown); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.GroupBox groupBox2; this.option7 = new System.Windows.Forms.ComboBox(); this.option7label = new System.Windows.Forms.Label(); this.option6 = new System.Windows.Forms.ComboBox(); this.option6label = new System.Windows.Forms.Label(); this.option5 = new System.Windows.Forms.ComboBox(); this.option5label = new System.Windows.Forms.Label(); this.option4 = new System.Windows.Forms.ComboBox(); this.option4label = new System.Windows.Forms.Label(); this.option3 = new System.Windows.Forms.ComboBox(); this.option3label = new System.Windows.Forms.Label(); this.option2 = new System.Windows.Forms.ComboBox(); this.option2label = new System.Windows.Forms.Label(); this.option1 = new System.Windows.Forms.ComboBox(); this.option1label = new System.Windows.Forms.Label(); this.option0 = new System.Windows.Forms.ComboBox(); this.option0label = new System.Windows.Forms.Label(); this.cancel = new System.Windows.Forms.Button(); this.apply = new System.Windows.Forms.Button(); this.tabs = new System.Windows.Forms.TabControl(); this.tabeffects = new System.Windows.Forms.TabPage(); this.filterPanel = new System.Windows.Forms.Panel(); this.tbFilter = new System.Windows.Forms.TextBox(); this.btnClearFilter = new System.Windows.Forms.Button(); this.labelFilter = new System.Windows.Forms.Label(); this.effects = new System.Windows.Forms.ListView(); this.colnumber = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.colname = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tabgeneralized = new System.Windows.Forms.TabPage(); groupBox2 = new System.Windows.Forms.GroupBox(); groupBox2.SuspendLayout(); this.tabs.SuspendLayout(); this.tabeffects.SuspendLayout(); this.filterPanel.SuspendLayout(); this.tabgeneralized.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox2.Controls.Add(this.option7); groupBox2.Controls.Add(this.option7label); groupBox2.Controls.Add(this.option6); groupBox2.Controls.Add(this.option6label); groupBox2.Controls.Add(this.option5); groupBox2.Controls.Add(this.option5label); groupBox2.Controls.Add(this.option4); groupBox2.Controls.Add(this.option4label); groupBox2.Controls.Add(this.option3); groupBox2.Controls.Add(this.option3label); groupBox2.Controls.Add(this.option2); groupBox2.Controls.Add(this.option2label); groupBox2.Controls.Add(this.option1); groupBox2.Controls.Add(this.option1label); groupBox2.Controls.Add(this.option0); groupBox2.Controls.Add(this.option0label); groupBox2.Location = new System.Drawing.Point(6, 6); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(379, 398); groupBox2.TabIndex = 1; groupBox2.TabStop = false; groupBox2.Text = " Options "; // // option7 // this.option7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option7.FormattingEnabled = true; this.option7.Location = new System.Drawing.Point(118, 280); this.option7.Name = "option7"; this.option7.Size = new System.Drawing.Size(199, 21); this.option7.TabIndex = 7; this.option7.Visible = false; // // option7label // this.option7label.Location = new System.Drawing.Point(3, 283); this.option7label.Name = "option7label"; this.option7label.Size = new System.Drawing.Size(109, 19); this.option7label.TabIndex = 16; this.option7label.Text = "Option:"; this.option7label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option7label.Visible = false; // // option6 // this.option6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option6.FormattingEnabled = true; this.option6.Location = new System.Drawing.Point(118, 244); this.option6.Name = "option6"; this.option6.Size = new System.Drawing.Size(199, 21); this.option6.TabIndex = 6; this.option6.Visible = false; // // option6label // this.option6label.Location = new System.Drawing.Point(3, 247); this.option6label.Name = "option6label"; this.option6label.Size = new System.Drawing.Size(109, 19); this.option6label.TabIndex = 14; this.option6label.Text = "Option:"; this.option6label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option6label.Visible = false; // // option5 // this.option5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option5.FormattingEnabled = true; this.option5.Location = new System.Drawing.Point(118, 208); this.option5.Name = "option5"; this.option5.Size = new System.Drawing.Size(199, 21); this.option5.TabIndex = 5; this.option5.Visible = false; // // option5label // this.option5label.Location = new System.Drawing.Point(3, 211); this.option5label.Name = "option5label"; this.option5label.Size = new System.Drawing.Size(109, 19); this.option5label.TabIndex = 12; this.option5label.Text = "Option:"; this.option5label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option5label.Visible = false; // // option4 // this.option4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option4.FormattingEnabled = true; this.option4.Location = new System.Drawing.Point(118, 172); this.option4.Name = "option4"; this.option4.Size = new System.Drawing.Size(199, 21); this.option4.TabIndex = 4; this.option4.Visible = false; // // option4label // this.option4label.Location = new System.Drawing.Point(3, 175); this.option4label.Name = "option4label"; this.option4label.Size = new System.Drawing.Size(109, 19); this.option4label.TabIndex = 10; this.option4label.Text = "Option:"; this.option4label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option4label.Visible = false; // // option3 // this.option3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option3.FormattingEnabled = true; this.option3.Location = new System.Drawing.Point(118, 136); this.option3.Name = "option3"; this.option3.Size = new System.Drawing.Size(199, 21); this.option3.TabIndex = 3; this.option3.Visible = false; // // option3label // this.option3label.Location = new System.Drawing.Point(3, 139); this.option3label.Name = "option3label"; this.option3label.Size = new System.Drawing.Size(109, 19); this.option3label.TabIndex = 8; this.option3label.Text = "Option:"; this.option3label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option3label.Visible = false; // // option2 // this.option2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option2.FormattingEnabled = true; this.option2.Location = new System.Drawing.Point(118, 100); this.option2.Name = "option2"; this.option2.Size = new System.Drawing.Size(199, 21); this.option2.TabIndex = 2; this.option2.Visible = false; // // option2label // this.option2label.Location = new System.Drawing.Point(3, 103); this.option2label.Name = "option2label"; this.option2label.Size = new System.Drawing.Size(109, 19); this.option2label.TabIndex = 6; this.option2label.Text = "Option:"; this.option2label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option2label.Visible = false; // // option1 // this.option1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option1.FormattingEnabled = true; this.option1.Location = new System.Drawing.Point(118, 64); this.option1.Name = "option1"; this.option1.Size = new System.Drawing.Size(199, 21); this.option1.TabIndex = 1; this.option1.Visible = false; // // option1label // this.option1label.Location = new System.Drawing.Point(3, 67); this.option1label.Name = "option1label"; this.option1label.Size = new System.Drawing.Size(109, 19); this.option1label.TabIndex = 4; this.option1label.Text = "Option:"; this.option1label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option1label.Visible = false; // // option0 // this.option0.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.option0.FormattingEnabled = true; this.option0.Location = new System.Drawing.Point(118, 28); this.option0.Name = "option0"; this.option0.Size = new System.Drawing.Size(199, 21); this.option0.TabIndex = 0; this.option0.Visible = false; // // option0label // this.option0label.Location = new System.Drawing.Point(3, 31); this.option0label.Name = "option0label"; this.option0label.Size = new System.Drawing.Size(109, 19); this.option0label.TabIndex = 2; this.option0label.Text = "Option:"; this.option0label.TextAlign = System.Drawing.ContentAlignment.TopRight; this.option0label.Visible = false; // // cancel // this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancel.Location = new System.Drawing.Point(293, 453); this.cancel.Name = "cancel"; this.cancel.Size = new System.Drawing.Size(112, 27); this.cancel.TabIndex = 2; this.cancel.Text = "Cancel"; this.cancel.UseVisualStyleBackColor = true; this.cancel.Click += new System.EventHandler(this.cancel_Click); // // apply // this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.apply.Location = new System.Drawing.Point(175, 453); this.apply.Name = "apply"; this.apply.Size = new System.Drawing.Size(112, 27); this.apply.TabIndex = 1; this.apply.Text = "OK"; this.apply.UseVisualStyleBackColor = true; this.apply.Click += new System.EventHandler(this.apply_Click); // // tabs // this.tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabs.Controls.Add(this.tabeffects); this.tabs.Controls.Add(this.tabgeneralized); this.tabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tabs.Location = new System.Drawing.Point(10, 10); this.tabs.Margin = new System.Windows.Forms.Padding(1); this.tabs.Name = "tabs"; this.tabs.Padding = new System.Drawing.Point(24, 3); this.tabs.SelectedIndex = 0; this.tabs.Size = new System.Drawing.Size(399, 432); this.tabs.TabIndex = 0; // // tabeffects // this.tabeffects.Controls.Add(this.filterPanel); this.tabeffects.Controls.Add(this.effects); this.tabeffects.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabeffects.Location = new System.Drawing.Point(4, 24); this.tabeffects.Name = "tabeffects"; this.tabeffects.Padding = new System.Windows.Forms.Padding(3); this.tabeffects.Size = new System.Drawing.Size(391, 404); this.tabeffects.TabIndex = 0; this.tabeffects.Text = "Predefined Effects"; this.tabeffects.UseVisualStyleBackColor = true; // // filterPanel // this.filterPanel.Controls.Add(this.tbFilter); this.filterPanel.Controls.Add(this.btnClearFilter); this.filterPanel.Controls.Add(this.labelFilter); this.filterPanel.Location = new System.Drawing.Point(6, 3); this.filterPanel.Name = "filterPanel"; this.filterPanel.Size = new System.Drawing.Size(379, 30); this.filterPanel.TabIndex = 32; // // tbFilter // this.tbFilter.Location = new System.Drawing.Point(47, 5); this.tbFilter.Name = "tbFilter"; this.tbFilter.Size = new System.Drawing.Size(135, 20); this.tbFilter.TabIndex = 28; this.tbFilter.TextChanged += new System.EventHandler(this.tbFilter_TextChanged); this.tbFilter.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tbFilter_KeyUp); // // btnClearFilter // this.btnClearFilter.Image = global::CodeImp.DoomBuilder.Properties.Resources.SearchClear; this.btnClearFilter.Location = new System.Drawing.Point(188, 3); this.btnClearFilter.Name = "btnClearFilter"; this.btnClearFilter.Size = new System.Drawing.Size(32, 24); this.btnClearFilter.TabIndex = 30; this.btnClearFilter.UseVisualStyleBackColor = true; this.btnClearFilter.Click += new System.EventHandler(this.btnClearFilter_Click); // // labelFilter // this.labelFilter.AutoSize = true; this.labelFilter.Location = new System.Drawing.Point(8, 8); this.labelFilter.Name = "labelFilter"; this.labelFilter.Size = new System.Drawing.Size(32, 13); this.labelFilter.TabIndex = 29; this.labelFilter.Text = "Filter:"; // // effects // this.effects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colnumber, this.colname }); this.effects.FullRowSelect = true; this.effects.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.effects.HideSelection = false; this.effects.Location = new System.Drawing.Point(6, 34); this.effects.MultiSelect = false; this.effects.Name = "effects"; this.effects.Size = new System.Drawing.Size(379, 369); this.effects.TabIndex = 0; this.effects.UseCompatibleStateImageBehavior = false; this.effects.View = System.Windows.Forms.View.Details; this.effects.DoubleClick += new System.EventHandler(this.effects_DoubleClick); this.effects.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.effects_KeyPress); this.effects.MouseEnter += new System.EventHandler(this.effects_MouseEnter); // // colnumber // this.colnumber.Text = "Effect"; this.colnumber.Width = 70; // // colname // this.colname.Text = "Description"; this.colname.Width = 280; // // tabgeneralized // this.tabgeneralized.Controls.Add(groupBox2); this.tabgeneralized.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabgeneralized.Location = new System.Drawing.Point(4, 24); this.tabgeneralized.Name = "tabgeneralized"; this.tabgeneralized.Padding = new System.Windows.Forms.Padding(3); this.tabgeneralized.Size = new System.Drawing.Size(391, 408); this.tabgeneralized.TabIndex = 1; this.tabgeneralized.Text = "Generalized Effects"; this.tabgeneralized.UseVisualStyleBackColor = true; // // EffectBrowserForm // this.AcceptButton = this.apply; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancel; this.ClientSize = new System.Drawing.Size(419, 488); this.Controls.Add(this.tabs); this.Controls.Add(this.cancel); this.Controls.Add(this.apply); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EffectBrowserForm"; this.Opacity = 0D; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Edit Effect"; this.Shown += new System.EventHandler(this.EffectBrowserForm_Shown); groupBox2.ResumeLayout(false); this.tabs.ResumeLayout(false); this.tabeffects.ResumeLayout(false); this.filterPanel.ResumeLayout(false); this.filterPanel.PerformLayout(); this.tabgeneralized.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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.GroupBox groupBox1; this.buttonCancel = new System.Windows.Forms.Button(); this.textServerPort = new System.Windows.Forms.TextBox(); this.textServerIP = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonKnock = new System.Windows.Forms.Button(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.textServerPort); groupBox1.Controls.Add(this.textServerIP); groupBox1.Controls.Add(this.label2); groupBox1.Controls.Add(this.label1); groupBox1.Location = new System.Drawing.Point(12, 12); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(222, 94); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Knock-knock"; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(130, 122); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // textServerPort // this.textServerPort.Location = new System.Drawing.Point(86, 51); this.textServerPort.Name = "textServerPort"; this.textServerPort.Size = new System.Drawing.Size(100, 20); this.textServerPort.TabIndex = 1; // // textServerIP // this.textServerIP.Location = new System.Drawing.Point(86, 25); this.textServerIP.Name = "textServerIP"; this.textServerIP.Size = new System.Drawing.Size(100, 20); this.textServerIP.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(6, 51); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 20); this.label2.TabIndex = 3; this.label2.Text = "Server port:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.Location = new System.Drawing.Point(6, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 20); this.label1.TabIndex = 0; this.label1.Text = "Server IP:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // buttonKnock // this.buttonKnock.Location = new System.Drawing.Point(42, 122); this.buttonKnock.Name = "buttonKnock"; this.buttonKnock.Size = new System.Drawing.Size(75, 23); this.buttonKnock.TabIndex = 0; this.buttonKnock.Text = "&Register"; this.buttonKnock.UseVisualStyleBackColor = true; this.buttonKnock.Click += new System.EventHandler(this.buttonKnock_Click); // // errorProvider // this.errorProvider.BlinkRate = 125; this.errorProvider.ContainerControl = this; // // FormKnock // this.AcceptButton = this.buttonKnock; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(247, 158); this.Controls.Add(this.buttonCancel); this.Controls.Add(groupBox1); this.Controls.Add(this.buttonKnock); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormKnock"; this.ShowInTaskbar = false; this.Text = "Registration form"; this.Load += new System.EventHandler(this.FormKnock_Load); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelDialog)); this.comboBoxModel = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.outputExchangeItemSelector = new Oatc.OpenMI.Gui.Controls.ExchangeItemSelector(); this.groupBoxOutputExchnageItems = new System.Windows.Forms.GroupBox(); this.inputExchangeItemSelector = new Oatc.OpenMI.Gui.Controls.ExchangeItemSelector(); this.groupBoxProperties = new System.Windows.Forms.GroupBox(); this.btnViewer = new System.Windows.Forms.Button(); this.buttonClose = new System.Windows.Forms.Button(); this.panelTop = new System.Windows.Forms.Panel(); this.panelBottom = new System.Windows.Forms.Panel(); this.groupBoxInputExchangeItems = new System.Windows.Forms.GroupBox(); this.splitterVertical = new System.Windows.Forms.Splitter(); this.splitterHorizontal = new System.Windows.Forms.Splitter(); this.groupBoxOutputExchnageItems.SuspendLayout(); this.groupBoxProperties.SuspendLayout(); this.panelTop.SuspendLayout(); this.panelBottom.SuspendLayout(); this.groupBoxInputExchangeItems.SuspendLayout(); this.SuspendLayout(); // // comboBoxModel // this.comboBoxModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxModel.Location = new System.Drawing.Point(60, 4); this.comboBoxModel.Name = "comboBoxModel"; this.comboBoxModel.Size = new System.Drawing.Size(485, 21); this.comboBoxModel.TabIndex = 0; this.comboBoxModel.SelectedIndexChanged += new System.EventHandler(this.comboBoxModel_SelectedIndexChanged); this.comboBoxModel.Enter += new System.EventHandler(this.comboBoxModel_Enter); // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 12); this.label1.TabIndex = 3; this.label1.Text = "Model:"; // // propertyGrid // this.propertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.propertyGrid.Cursor = System.Windows.Forms.Cursors.HSplit; this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar; this.propertyGrid.Location = new System.Drawing.Point(8, 16); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(258, 311); this.propertyGrid.TabIndex = 28; // // outputExchangeItemSelector // this.outputExchangeItemSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.outputExchangeItemSelector.Location = new System.Drawing.Point(8, 16); this.outputExchangeItemSelector.Name = "outputExchangeItemSelector"; this.outputExchangeItemSelector.Size = new System.Drawing.Size(257, 142); this.outputExchangeItemSelector.TabIndex = 27; this.outputExchangeItemSelector.SelectionChanged += new System.EventHandler(this.outputExchangeItemSelector_SelectionChanged); // // groupBoxOutputExchnageItems // this.groupBoxOutputExchnageItems.Controls.Add(this.outputExchangeItemSelector); this.groupBoxOutputExchnageItems.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBoxOutputExchnageItems.Location = new System.Drawing.Point(8, 28); this.groupBoxOutputExchnageItems.Name = "groupBoxOutputExchnageItems"; this.groupBoxOutputExchnageItems.Size = new System.Drawing.Size(273, 163); this.groupBoxOutputExchnageItems.TabIndex = 29; this.groupBoxOutputExchnageItems.TabStop = false; this.groupBoxOutputExchnageItems.Text = "Sources"; // // inputExchangeItemSelector // this.inputExchangeItemSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.inputExchangeItemSelector.Location = new System.Drawing.Point(8, 16); this.inputExchangeItemSelector.Name = "inputExchangeItemSelector"; this.inputExchangeItemSelector.Size = new System.Drawing.Size(257, 144); this.inputExchangeItemSelector.TabIndex = 1; this.inputExchangeItemSelector.SelectionChanged += new System.EventHandler(this.inputExchangeItemSelector_SelectionChanged); // // groupBoxProperties // this.groupBoxProperties.Controls.Add(this.propertyGrid); this.groupBoxProperties.Dock = System.Windows.Forms.DockStyle.Right; this.groupBoxProperties.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBoxProperties.Location = new System.Drawing.Point(285, 28); this.groupBoxProperties.Name = "groupBoxProperties"; this.groupBoxProperties.Size = new System.Drawing.Size(272, 331); this.groupBoxProperties.TabIndex = 30; this.groupBoxProperties.TabStop = false; this.groupBoxProperties.Text = "Properties"; // // btnViewer // this.btnViewer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnViewer.Enabled = false; this.btnViewer.Location = new System.Drawing.Point(0, 6); this.btnViewer.Name = "btnViewer"; this.btnViewer.Size = new System.Drawing.Size(108, 24); this.btnViewer.TabIndex = 33; this.btnViewer.Text = "&Viewer"; this.btnViewer.Click += new System.EventHandler(this.buttonViewElementSet_Click); // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonClose.Location = new System.Drawing.Point(441, 6); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(108, 24); this.buttonClose.TabIndex = 31; this.buttonClose.Text = "Close"; this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click); // // panelTop // this.panelTop.Controls.Add(this.label1); this.panelTop.Controls.Add(this.comboBoxModel); this.panelTop.Dock = System.Windows.Forms.DockStyle.Top; this.panelTop.Location = new System.Drawing.Point(8, 0); this.panelTop.Name = "panelTop"; this.panelTop.Size = new System.Drawing.Size(549, 28); this.panelTop.TabIndex = 32; // // panelBottom // this.panelBottom.Controls.Add(this.buttonClose); this.panelBottom.Controls.Add(this.btnViewer); this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelBottom.Location = new System.Drawing.Point(8, 359); this.panelBottom.Name = "panelBottom"; this.panelBottom.Size = new System.Drawing.Size(549, 30); this.panelBottom.TabIndex = 33; // // groupBoxInputExchangeItems // this.groupBoxInputExchangeItems.Controls.Add(this.inputExchangeItemSelector); this.groupBoxInputExchangeItems.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBoxInputExchangeItems.Location = new System.Drawing.Point(8, 195); this.groupBoxInputExchangeItems.Name = "groupBoxInputExchangeItems"; this.groupBoxInputExchangeItems.Size = new System.Drawing.Size(273, 164); this.groupBoxInputExchangeItems.TabIndex = 0; this.groupBoxInputExchangeItems.TabStop = false; this.groupBoxInputExchangeItems.Text = "Targets"; // // splitterVertical // this.splitterVertical.Dock = System.Windows.Forms.DockStyle.Right; this.splitterVertical.Location = new System.Drawing.Point(281, 28); this.splitterVertical.MinExtra = 150; this.splitterVertical.MinSize = 150; this.splitterVertical.Name = "splitterVertical"; this.splitterVertical.Size = new System.Drawing.Size(4, 331); this.splitterVertical.TabIndex = 34; this.splitterVertical.TabStop = false; // // splitterHorizontal // this.splitterHorizontal.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitterHorizontal.Location = new System.Drawing.Point(8, 191); this.splitterHorizontal.MinExtra = 150; this.splitterHorizontal.MinSize = 150; this.splitterHorizontal.Name = "splitterHorizontal"; this.splitterHorizontal.Size = new System.Drawing.Size(273, 4); this.splitterHorizontal.TabIndex = 35; this.splitterHorizontal.TabStop = false; // // ModelDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(565, 397); this.Controls.Add(this.groupBoxOutputExchnageItems); this.Controls.Add(this.splitterHorizontal); this.Controls.Add(this.groupBoxInputExchangeItems); this.Controls.Add(this.splitterVertical); this.Controls.Add(this.groupBoxProperties); this.Controls.Add(this.panelTop); this.Controls.Add(this.panelBottom); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(500, 400); this.Name = "ModelDialog"; this.Padding = new System.Windows.Forms.Padding(8, 0, 8, 8); this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "Model properties"; this.Resize += new System.EventHandler(this.ModelDialog_Resize); this.groupBoxOutputExchnageItems.ResumeLayout(false); this.groupBoxProperties.ResumeLayout(false); this.panelTop.ResumeLayout(false); this.panelBottom.ResumeLayout(false); this.groupBoxInputExchangeItems.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsDialog)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkHighlightEasyCell = new System.Windows.Forms.CheckBox(); this.chkShowIncorrectCells = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.chkParallelPuzzleGeneration = new System.Windows.Forms.CheckBox(); this.chkCreateWithSymmetry = new System.Windows.Forms.CheckBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.chkPromptOnDelete = new System.Windows.Forms.CheckBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.chkSpeculativeGeneration = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.chkHighlightEasyCell); this.groupBox1.Controls.Add(this.chkShowIncorrectCells); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // chkHighlightEasyCell // this.chkHighlightEasyCell.AccessibleRole = System.Windows.Forms.AccessibleRole.HotkeyField; resources.ApplyResources(this.chkHighlightEasyCell, "chkHighlightEasyCell"); this.chkHighlightEasyCell.Name = "chkHighlightEasyCell"; // // chkShowIncorrectCells // resources.ApplyResources(this.chkShowIncorrectCells, "chkShowIncorrectCells"); this.chkShowIncorrectCells.AccessibleRole = System.Windows.Forms.AccessibleRole.HotkeyField; this.chkShowIncorrectCells.Name = "chkShowIncorrectCells"; this.chkShowIncorrectCells.CheckedChanged += new System.EventHandler(this.chkShowIncorrectCells_CheckedChanged); // // groupBox2 // resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.chkSpeculativeGeneration); this.groupBox2.Controls.Add(this.chkParallelPuzzleGeneration); this.groupBox2.Controls.Add(this.chkCreateWithSymmetry); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // chkParallelPuzzleGeneration // this.chkParallelPuzzleGeneration.AccessibleRole = System.Windows.Forms.AccessibleRole.HotkeyField; resources.ApplyResources(this.chkParallelPuzzleGeneration, "chkParallelPuzzleGeneration"); this.chkParallelPuzzleGeneration.Name = "chkParallelPuzzleGeneration"; // // chkCreateWithSymmetry // this.chkCreateWithSymmetry.AccessibleRole = System.Windows.Forms.AccessibleRole.HotkeyField; resources.ApplyResources(this.chkCreateWithSymmetry, "chkCreateWithSymmetry"); this.chkCreateWithSymmetry.Name = "chkCreateWithSymmetry"; // // groupBox3 // resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.chkPromptOnDelete); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // chkPromptOnDelete // this.chkPromptOnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.HotkeyField; resources.ApplyResources(this.chkPromptOnDelete, "chkPromptOnDelete"); this.chkPromptOnDelete.Name = "chkPromptOnDelete"; // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // chkSpeculativeGeneration // this.chkSpeculativeGeneration.AccessibleRole = System.Windows.Forms.AccessibleRole.HotkeyField; resources.ApplyResources(this.chkSpeculativeGeneration, "chkSpeculativeGeneration"); this.chkSpeculativeGeneration.Name = "chkSpeculativeGeneration"; // // OptionsDialog // this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); this.CancelButton = this.btnCancel; this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OptionsDialog"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.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() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtCdseq = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtOwner = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtPayValue = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtCashierId = new System.Windows.Forms.TextBox(); this.txtPosId = new System.Windows.Forms.TextBox(); this.txtShopId = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCardNo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.btnPay = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txtCdseq); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.txtOwner); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtPayValue); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtCashierId); this.groupBox1.Controls.Add(this.txtPosId); this.groupBox1.Controls.Add(this.txtShopId); this.groupBox1.Controls.Add(this.txtPassword); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtCardNo); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(10, 25); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(617, 209); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "储值卡支付"; // // txtCdseq // this.txtCdseq.Location = new System.Drawing.Point(171, 171); this.txtCdseq.MaxLength = 5; this.txtCdseq.Name = "txtCdseq"; this.txtCdseq.Size = new System.Drawing.Size(164, 21); this.txtCdseq.TabIndex = 17; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 180); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(155, 12); this.label7.TabIndex = 16; this.label7.Text = "储值卡支付流水号(数字):"; // // txtOwner // this.txtOwner.Location = new System.Drawing.Point(171, 129); this.txtOwner.MaxLength = 5; this.txtOwner.Name = "txtOwner"; this.txtOwner.Size = new System.Drawing.Size(164, 21); this.txtOwner.TabIndex = 15; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(25, 138); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(107, 12); this.label8.TabIndex = 14; this.label8.Text = "交易流水号(数字):"; // // txtPayValue // this.txtPayValue.Location = new System.Drawing.Point(428, 94); this.txtPayValue.MaxLength = 5; this.txtPayValue.Name = "txtPayValue"; this.txtPayValue.Size = new System.Drawing.Size(164, 21); this.txtPayValue.TabIndex = 13; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(356, 97); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 12); this.label6.TabIndex = 12; this.label6.Text = "冲正金额:"; // // txtCashierId // this.txtCashierId.Location = new System.Drawing.Point(171, 98); this.txtCashierId.MaxLength = 5; this.txtCashierId.Name = "txtCashierId"; this.txtCashierId.Size = new System.Drawing.Size(164, 21); this.txtCashierId.TabIndex = 11; // // txtPosId // this.txtPosId.Location = new System.Drawing.Point(427, 56); this.txtPosId.MaxLength = 5; this.txtPosId.Name = "txtPosId"; this.txtPosId.Size = new System.Drawing.Size(164, 21); this.txtPosId.TabIndex = 10; // // txtShopId // this.txtShopId.Location = new System.Drawing.Point(171, 56); this.txtShopId.MaxLength = 5; this.txtShopId.Name = "txtShopId"; this.txtShopId.Size = new System.Drawing.Size(164, 21); this.txtShopId.TabIndex = 9; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(429, 17); this.txtPassword.MaxLength = 9; this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(164, 21); this.txtPassword.TabIndex = 8; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(357, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 3; this.label2.Text = "密码:"; // // txtCardNo // this.txtCardNo.Location = new System.Drawing.Point(171, 17); this.txtCardNo.MaxLength = 20; this.txtCardNo.Name = "txtCardNo"; this.txtCardNo.Size = new System.Drawing.Size(164, 21); this.txtCardNo.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(91, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "卡号:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(63, 98); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 12); this.label5.TabIndex = 6; this.label5.Text = "收银员ID:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(91, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 4; this.label3.Text = "店号:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(359, 65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 12); this.label4.TabIndex = 5; this.label4.Text = "POS机号"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(10, 300); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(617, 106); this.textBox1.TabIndex = 13; // // btnPay // this.btnPay.Location = new System.Drawing.Point(181, 261); this.btnPay.Name = "btnPay"; this.btnPay.Size = new System.Drawing.Size(189, 23); this.btnPay.TabIndex = 12; this.btnPay.Text = "冲正"; this.btnPay.UseVisualStyleBackColor = true; this.btnPay.Click += new System.EventHandler(this.btnPay_Click); // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(649, 434); this.Controls.Add(this.groupBox1); this.Controls.Add(this.textBox1); this.Controls.Add(this.btnPay); this.Name = "Form3"; this.Text = "储值卡冲正"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.txtName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbxNewPad = new System.Windows.Forms.CheckBox(); this.cbxPads = new System.Windows.Forms.ComboBox(); this.cbxSeries = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(205, 248); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(57, 21); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(142, 248); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(57, 21); this.btnOk.TabIndex = 1; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // txtName // this.txtName.Location = new System.Drawing.Point(49, 19); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(192, 20); this.txtName.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 3; this.label1.Text = "Name"; // // groupBox1 // this.groupBox1.Controls.Add(this.cbxNewPad); this.groupBox1.Controls.Add(this.cbxPads); this.groupBox1.Controls.Add(this.cbxSeries); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtName); this.groupBox1.Location = new System.Drawing.Point(12, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(253, 102); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Settings"; // // cbxNewPad // this.cbxNewPad.AutoSize = true; this.cbxNewPad.Location = new System.Drawing.Point(97, 77); this.cbxNewPad.Name = "cbxNewPad"; this.cbxNewPad.Size = new System.Drawing.Size(101, 17); this.cbxNewPad.TabIndex = 16; this.cbxNewPad.Text = "Create new pad"; this.cbxNewPad.UseVisualStyleBackColor = true; this.cbxNewPad.CheckedChanged += new System.EventHandler(this.cbxNewPad_CheckedChanged); // // cbxPads // this.cbxPads.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxPads.FormattingEnabled = true; this.cbxPads.Location = new System.Drawing.Point(49, 73); this.cbxPads.Name = "cbxPads"; this.cbxPads.Size = new System.Drawing.Size(42, 21); this.cbxPads.TabIndex = 15; // // cbxSeries // this.cbxSeries.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxSeries.FormattingEnabled = true; this.cbxSeries.Location = new System.Drawing.Point(49, 45); this.cbxSeries.Name = "cbxSeries"; this.cbxSeries.Size = new System.Drawing.Size(192, 21); this.cbxSeries.TabIndex = 13; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(7, 45); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(36, 13); this.label4.TabIndex = 12; this.label4.Text = "Series"; // // groupBox3 // this.groupBox3.Controls.Add(this.propertyGrid1); this.groupBox3.Location = new System.Drawing.Point(12, 111); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(253, 130); this.groupBox3.TabIndex = 10; this.groupBox3.TabStop = false; this.groupBox3.Text = "Parmeters"; // // propertyGrid1 // this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.HelpVisible = false; this.propertyGrid1.Location = new System.Drawing.Point(3, 16); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(247, 111); this.propertyGrid1.TabIndex = 0; this.propertyGrid1.ToolbarVisible = false; // // AddIndicatorForm // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(275, 274); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnOk); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AddIndicatorForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Add Indicator"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox3.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SDKUsers)); this.cmdFilter = new System.Windows.Forms.Button(); this.gpFilters = new System.Windows.Forms.GroupBox(); this.txtEmail = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtDesc = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtCode = new System.Windows.Forms.TextBox(); this.lblStoreCode = new System.Windows.Forms.Label(); this.dgvSDKUsers = new System.Windows.Forms.DataGridView(); this.clUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clDescription = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clEmail = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gpFilters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSDKUsers)).BeginInit(); this.SuspendLayout(); // // cmdFilter // this.cmdFilter.BackColor = System.Drawing.Color.White; this.cmdFilter.Cursor = System.Windows.Forms.Cursors.Hand; this.cmdFilter.Image = ((System.Drawing.Image)(resources.GetObject("cmdFilter.Image"))); this.cmdFilter.Location = new System.Drawing.Point(516, 22); this.cmdFilter.Name = "cmdFilter"; this.cmdFilter.Size = new System.Drawing.Size(25, 23); this.cmdFilter.TabIndex = 44; this.cmdFilter.UseVisualStyleBackColor = false; this.cmdFilter.Click += new System.EventHandler(this.cmdFilter_Click); // // gpFilters // this.gpFilters.Controls.Add(this.txtEmail); this.gpFilters.Controls.Add(this.label2); this.gpFilters.Controls.Add(this.txtDesc); this.gpFilters.Controls.Add(this.label1); this.gpFilters.Controls.Add(this.txtCode); this.gpFilters.Controls.Add(this.cmdFilter); this.gpFilters.Controls.Add(this.lblStoreCode); this.gpFilters.Location = new System.Drawing.Point(12, 12); this.gpFilters.Name = "gpFilters"; this.gpFilters.Size = new System.Drawing.Size(554, 60); this.gpFilters.TabIndex = 8; this.gpFilters.TabStop = false; this.gpFilters.Text = "Filter Results By"; // // txtEmail // this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtEmail.Location = new System.Drawing.Point(410, 23); this.txtEmail.MaxLength = 6; this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(100, 20); this.txtEmail.TabIndex = 48; this.txtEmail.TextChanged += new System.EventHandler(this.txtCode_TextChanged); this.txtEmail.Enter += new System.EventHandler(this.txtCode_Enter); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(372, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 13); this.label2.TabIndex = 47; this.label2.Text = "Email"; // // txtDesc // this.txtDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtDesc.Location = new System.Drawing.Point(251, 23); this.txtDesc.MaxLength = 6; this.txtDesc.Name = "txtDesc"; this.txtDesc.Size = new System.Drawing.Size(100, 20); this.txtDesc.TabIndex = 46; this.txtDesc.TextChanged += new System.EventHandler(this.txtCode_TextChanged); this.txtDesc.Enter += new System.EventHandler(this.txtCode_Enter); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(188, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 45; this.label1.Text = "Description"; // // txtCode // this.txtCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCode.Location = new System.Drawing.Point(69, 23); this.txtCode.MaxLength = 6; this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(100, 20); this.txtCode.TabIndex = 1; this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged); this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown); this.txtCode.Enter += new System.EventHandler(this.txtCode_Enter); // // lblStoreCode // this.lblStoreCode.AutoSize = true; this.lblStoreCode.Location = new System.Drawing.Point(6, 26); this.lblStoreCode.Name = "lblStoreCode"; this.lblStoreCode.Size = new System.Drawing.Size(57, 13); this.lblStoreCode.TabIndex = 0; this.lblStoreCode.Text = "User Code"; // // dgvSDKUsers // this.dgvSDKUsers.AllowUserToAddRows = false; this.dgvSDKUsers.AllowUserToDeleteRows = false; this.dgvSDKUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvSDKUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.clUserCode, this.clDescription, this.clEmail}); this.dgvSDKUsers.Location = new System.Drawing.Point(12, 78); this.dgvSDKUsers.Name = "dgvSDKUsers"; this.dgvSDKUsers.ReadOnly = true; this.dgvSDKUsers.RowHeadersVisible = false; this.dgvSDKUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvSDKUsers.Size = new System.Drawing.Size(554, 284); this.dgvSDKUsers.TabIndex = 9; this.dgvSDKUsers.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSDKUsers_CellDoubleClick); this.dgvSDKUsers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvSDKUsers_KeyDown); this.dgvSDKUsers.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgvSDKUsers_KeyPress); // // clUserCode // this.clUserCode.DataPropertyName = "ID"; this.clUserCode.HeaderText = "User Code"; this.clUserCode.Name = "clUserCode"; this.clUserCode.ReadOnly = true; // // clDescription // this.clDescription.DataPropertyName = "Description"; this.clDescription.HeaderText = "Description"; this.clDescription.Name = "clDescription"; this.clDescription.ReadOnly = true; this.clDescription.Width = 200; // // clEmail // this.clEmail.DataPropertyName = "EmailAddress"; this.clEmail.HeaderText = "Email"; this.clEmail.Name = "clEmail"; this.clEmail.ReadOnly = true; this.clEmail.Width = 200; // // SDKUsers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(580, 374); this.Controls.Add(this.dgvSDKUsers); this.Controls.Add(this.gpFilters); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "SDKUsers"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SDKUsers"; this.Load += new System.EventHandler(this.SDKUsers_Load); this.gpFilters.ResumeLayout(false); this.gpFilters.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSDKUsers)).EndInit(); 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() { this.afLabel = new System.Windows.Forms.Label(); this.bcLabel = new System.Windows.Forms.Label(); this.hlLabel = new System.Windows.Forms.Label(); this.deLabel = new System.Windows.Forms.Label(); this.ixLabel = new System.Windows.Forms.Label(); this.iyLabel = new System.Windows.Forms.Label(); this.depLabel = new System.Windows.Forms.Label(); this.hlpLabel = new System.Windows.Forms.Label(); this.bcpLabel = new System.Windows.Forms.Label(); this.afpLabel = new System.Windows.Forms.Label(); this.spLabel = new System.Windows.Forms.Label(); this.pcLabel = new System.Windows.Forms.Label(); this.afBox = new System.Windows.Forms.TextBox(); this.bcBox = new System.Windows.Forms.TextBox(); this.deBox = new System.Windows.Forms.TextBox(); this.hlBox = new System.Windows.Forms.TextBox(); this.ixBox = new System.Windows.Forms.TextBox(); this.iyBox = new System.Windows.Forms.TextBox(); this.afpBox = new System.Windows.Forms.TextBox(); this.bcpBox = new System.Windows.Forms.TextBox(); this.depBox = new System.Windows.Forms.TextBox(); this.hlpBox = new System.Windows.Forms.TextBox(); this.spBox = new System.Windows.Forms.TextBox(); this.pcBox = new System.Windows.Forms.TextBox(); this.zflagBox = new System.Windows.Forms.CheckBox(); this.sflagBox = new System.Windows.Forms.CheckBox(); this.cflagBox = new System.Windows.Forms.CheckBox(); this.pvflagBox = new System.Windows.Forms.CheckBox(); this.nflagBox = new System.Windows.Forms.CheckBox(); this.hcflagBox = new System.Windows.Forms.CheckBox(); this.panel = new System.Windows.Forms.Panel(); this.screenBox = new System.Windows.Forms.GroupBox(); this.screenPicBox = new System.Windows.Forms.PictureBox(); this.flagsBox = new System.Windows.Forms.GroupBox(); this.registersBox = new System.Windows.Forms.GroupBox(); this.contextMenu1 = new System.Windows.Forms.ContextMenu(); this.copyDebugMenuItem = new System.Windows.Forms.MenuItem(); this.pasteDebugMenuItem = new System.Windows.Forms.MenuItem(); this.gotoSourceMenuItem = new System.Windows.Forms.MenuItem(); this.panel.SuspendLayout(); this.screenBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize) this.screenPicBox).BeginInit(); this.flagsBox.SuspendLayout(); this.registersBox.SuspendLayout(); this.SuspendLayout(); // afLabel this.afLabel.AutoSize = true; this.afLabel.Location = new System.Drawing.Point(15, 21); this.afLabel.Name = "afLabel"; this.afLabel.Size = new System.Drawing.Size(20, 13); this.afLabel.TabIndex = 4; this.afLabel.Text = "AF"; // bcLabel this.bcLabel.AutoSize = true; this.bcLabel.Location = new System.Drawing.Point(15, 45); this.bcLabel.Name = "bcLabel"; this.bcLabel.Size = new System.Drawing.Size(21, 13); this.bcLabel.TabIndex = 5; this.bcLabel.Text = "BC"; // hlLabel this.hlLabel.AutoSize = true; this.hlLabel.Location = new System.Drawing.Point(15, 91); this.hlLabel.Name = "hlLabel"; this.hlLabel.Size = new System.Drawing.Size(21, 13); this.hlLabel.TabIndex = 2; this.hlLabel.Text = "HL"; // deLabel this.deLabel.AutoSize = true; this.deLabel.Location = new System.Drawing.Point(15, 68); this.deLabel.Name = "deLabel"; this.deLabel.Size = new System.Drawing.Size(22, 13); this.deLabel.TabIndex = 3; this.deLabel.Text = "DE"; // ixLabel this.ixLabel.AutoSize = true; this.ixLabel.Location = new System.Drawing.Point(15, 115); this.ixLabel.Name = "ixLabel"; this.ixLabel.Size = new System.Drawing.Size(17, 13); this.ixLabel.TabIndex = 6; this.ixLabel.Text = "IX"; // iyLabel this.iyLabel.AutoSize = true; this.iyLabel.Location = new System.Drawing.Point(15, 139); this.iyLabel.Name = "iyLabel"; this.iyLabel.Size = new System.Drawing.Size(17, 13); this.iyLabel.TabIndex = 6; this.iyLabel.Text = "IY"; // depLabel this.depLabel.AutoSize = true; this.depLabel.Location = new System.Drawing.Point(116, 69); this.depLabel.Name = "depLabel"; this.depLabel.Size = new System.Drawing.Size(24, 13); this.depLabel.TabIndex = 3; this.depLabel.Text = "DE\'"; // hlpLabel this.hlpLabel.AutoSize = true; this.hlpLabel.Location = new System.Drawing.Point(119, 91); this.hlpLabel.Name = "hlpLabel"; this.hlpLabel.Size = new System.Drawing.Size(23, 13); this.hlpLabel.TabIndex = 2; this.hlpLabel.Text = "HL\'"; // bcpLabel this.bcpLabel.AutoSize = true; this.bcpLabel.Location = new System.Drawing.Point(119, 47); this.bcpLabel.Name = "bcpLabel"; this.bcpLabel.Size = new System.Drawing.Size(23, 13); this.bcpLabel.TabIndex = 5; this.bcpLabel.Text = "BC\'"; // afpLabel this.afpLabel.AutoSize = true; this.afpLabel.Location = new System.Drawing.Point(120, 26); this.afpLabel.Name = "afpLabel"; this.afpLabel.Size = new System.Drawing.Size(22, 13); this.afpLabel.TabIndex = 4; this.afpLabel.Text = "AF\'"; // spLabel this.spLabel.AutoSize = true; this.spLabel.Location = new System.Drawing.Point(120, 116); this.spLabel.Name = "spLabel"; this.spLabel.Size = new System.Drawing.Size(21, 13); this.spLabel.TabIndex = 6; this.spLabel.Text = "SP"; // pcLabel this.pcLabel.AutoSize = true; this.pcLabel.Location = new System.Drawing.Point(119, 139); this.pcLabel.Name = "pcLabel"; this.pcLabel.Size = new System.Drawing.Size(21, 13); this.pcLabel.TabIndex = 6; this.pcLabel.Text = "PC"; // afBox this.afBox.Location = new System.Drawing.Point(41, 18); this.afBox.MaxLength = 4; this.afBox.Name = "afBox"; this.afBox.Size = new System.Drawing.Size(61, 20); this.afBox.TabIndex = 7; this.afBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.afBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // bcBox this.bcBox.Location = new System.Drawing.Point(41, 42); this.bcBox.MaxLength = 4; this.bcBox.Name = "bcBox"; this.bcBox.Size = new System.Drawing.Size(61, 20); this.bcBox.TabIndex = 7; this.bcBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.bcBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // deBox this.deBox.Location = new System.Drawing.Point(41, 65); this.deBox.MaxLength = 4; this.deBox.Name = "deBox"; this.deBox.Size = new System.Drawing.Size(61, 20); this.deBox.TabIndex = 7; this.deBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.deBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // hlBox this.hlBox.Location = new System.Drawing.Point(41, 88); this.hlBox.MaxLength = 4; this.hlBox.Name = "hlBox"; this.hlBox.Size = new System.Drawing.Size(61, 20); this.hlBox.TabIndex = 7; this.hlBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.hlBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // ixBox this.ixBox.Location = new System.Drawing.Point(41, 112); this.ixBox.MaxLength = 4; this.ixBox.Name = "ixBox"; this.ixBox.Size = new System.Drawing.Size(61, 20); this.ixBox.TabIndex = 7; this.ixBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.ixBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // iyBox this.iyBox.Location = new System.Drawing.Point(41, 136); this.iyBox.MaxLength = 4; this.iyBox.Name = "iyBox"; this.iyBox.Size = new System.Drawing.Size(61, 20); this.iyBox.TabIndex = 7; this.iyBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.iyBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // afpBox this.afpBox.Location = new System.Drawing.Point(148, 19); this.afpBox.MaxLength = 4; this.afpBox.Name = "afpBox"; this.afpBox.Size = new System.Drawing.Size(61, 20); this.afpBox.TabIndex = 7; this.afpBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.afpBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // bcpBox this.bcpBox.Location = new System.Drawing.Point(148, 43); this.bcpBox.MaxLength = 4; this.bcpBox.Name = "bcpBox"; this.bcpBox.Size = new System.Drawing.Size(61, 20); this.bcpBox.TabIndex = 7; this.bcpBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.bcpBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // depBox this.depBox.Location = new System.Drawing.Point(148, 66); this.depBox.MaxLength = 4; this.depBox.Name = "depBox"; this.depBox.Size = new System.Drawing.Size(61, 20); this.depBox.TabIndex = 7; this.depBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.depBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // hlpBox this.hlpBox.Location = new System.Drawing.Point(148, 89); this.hlpBox.MaxLength = 4; this.hlpBox.Name = "hlpBox"; this.hlpBox.Size = new System.Drawing.Size(61, 20); this.hlpBox.TabIndex = 7; this.hlpBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.hlpBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // spBox this.spBox.Location = new System.Drawing.Point(148, 113); this.spBox.MaxLength = 4; this.spBox.Name = "spBox"; this.spBox.Size = new System.Drawing.Size(61, 20); this.spBox.TabIndex = 7; this.spBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.spBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // pcBox this.pcBox.Location = new System.Drawing.Point(148, 137); this.pcBox.MaxLength = 4; this.pcBox.Name = "pcBox"; this.pcBox.Size = new System.Drawing.Size(61, 20); this.pcBox.TabIndex = 7; this.pcBox.TextChanged += new System.EventHandler(this.registersBox_TextChanged); this.pcBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RegisterBox_KeyPress); // zflagBox this.zflagBox.AutoSize = true; this.zflagBox.Location = new System.Drawing.Point(18, 19); this.zflagBox.Name = "zflagBox"; this.zflagBox.Size = new System.Drawing.Size(31, 17); this.zflagBox.TabIndex = 0; this.zflagBox.Text = "z"; this.zflagBox.UseVisualStyleBackColor = true; this.zflagBox.CheckedChanged += new System.EventHandler(this.zflagBox_CheckedChanged); // sflagBox this.sflagBox.AutoSize = true; this.sflagBox.Location = new System.Drawing.Point(169, 19); this.sflagBox.Name = "sflagBox"; this.sflagBox.Size = new System.Drawing.Size(31, 17); this.sflagBox.TabIndex = 0; this.sflagBox.Text = "s"; this.sflagBox.UseVisualStyleBackColor = true; this.sflagBox.CheckedChanged += new System.EventHandler(this.zflagBox_CheckedChanged); // cflagBox this.cflagBox.AutoSize = true; this.cflagBox.Location = new System.Drawing.Point(94, 19); this.cflagBox.Name = "cflagBox"; this.cflagBox.Size = new System.Drawing.Size(32, 17); this.cflagBox.TabIndex = 0; this.cflagBox.Text = "c"; this.cflagBox.UseVisualStyleBackColor = true; this.cflagBox.CheckedChanged += new System.EventHandler(this.zflagBox_CheckedChanged); // pvflagBox this.pvflagBox.AutoSize = true; this.pvflagBox.Location = new System.Drawing.Point(18, 42); this.pvflagBox.Name = "pvflagBox"; this.pvflagBox.Size = new System.Drawing.Size(43, 17); this.pvflagBox.TabIndex = 0; this.pvflagBox.Text = "p/v"; this.pvflagBox.UseVisualStyleBackColor = true; this.pvflagBox.CheckedChanged += new System.EventHandler(this.zflagBox_CheckedChanged); // nflagBox this.nflagBox.AutoSize = true; this.nflagBox.Location = new System.Drawing.Point(169, 42); this.nflagBox.Name = "nflagBox"; this.nflagBox.Size = new System.Drawing.Size(32, 17); this.nflagBox.TabIndex = 0; this.nflagBox.Text = "n"; this.nflagBox.UseVisualStyleBackColor = true; this.nflagBox.CheckedChanged += new System.EventHandler(this.zflagBox_CheckedChanged); // hcflagBox this.hcflagBox.AutoSize = true; this.hcflagBox.Location = new System.Drawing.Point(94, 42); this.hcflagBox.Name = "hcflagBox"; this.hcflagBox.Size = new System.Drawing.Size(38, 17); this.hcflagBox.TabIndex = 0; this.hcflagBox.Text = "hc"; this.hcflagBox.UseVisualStyleBackColor = true; this.hcflagBox.CheckedChanged += new System.EventHandler(this.zflagBox_CheckedChanged); // panel this.panel.AutoScroll = true; this.panel.Controls.Add(this.screenBox); this.panel.Controls.Add(this.flagsBox); this.panel.Controls.Add(this.registersBox); this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 0); this.panel.Name = "panel"; this.panel.Size = new System.Drawing.Size(258, 433); this.panel.TabIndex = 0; // screenBox this.screenBox.Controls.Add(this.screenPicBox); this.screenBox.Location = new System.Drawing.Point(12, 261); this.screenBox.Name = "screenBox"; this.screenBox.Size = new System.Drawing.Size(227, 158); this.screenBox.TabIndex = 2; this.screenBox.TabStop = false; this.screenBox.Text = "Screen"; // screenPicBox this.screenPicBox.Location = new System.Drawing.Point(17, 17); this.screenPicBox.Name = "screenPicBox"; this.screenPicBox.Size = new System.Drawing.Size(192, 128); this.screenPicBox.TabIndex = 0; this.screenPicBox.TabStop = false; // flagsBox this.flagsBox.Controls.Add(this.zflagBox); this.flagsBox.Controls.Add(this.cflagBox); this.flagsBox.Controls.Add(this.sflagBox); this.flagsBox.Controls.Add(this.pvflagBox); this.flagsBox.Controls.Add(this.hcflagBox); this.flagsBox.Controls.Add(this.nflagBox); this.flagsBox.Location = new System.Drawing.Point(12, 186); this.flagsBox.Name = "flagsBox"; this.flagsBox.Size = new System.Drawing.Size(227, 69); this.flagsBox.TabIndex = 1; this.flagsBox.TabStop = false; this.flagsBox.Text = "Flags"; // registersBox this.registersBox.Controls.Add(this.afLabel); this.registersBox.Controls.Add(this.afBox); this.registersBox.Controls.Add(this.afpLabel); this.registersBox.Controls.Add(this.afpBox); this.registersBox.Controls.Add(this.bcLabel); this.registersBox.Controls.Add(this.bcBox); this.registersBox.Controls.Add(this.bcpLabel); this.registersBox.Controls.Add(this.bcpBox); this.registersBox.Controls.Add(this.deLabel); this.registersBox.Controls.Add(this.deBox); this.registersBox.Controls.Add(this.depLabel); this.registersBox.Controls.Add(this.depBox); this.registersBox.Controls.Add(this.hlLabel); this.registersBox.Controls.Add(this.hlBox); this.registersBox.Controls.Add(this.hlpLabel); this.registersBox.Controls.Add(this.hlpBox); this.registersBox.Controls.Add(this.ixBox); this.registersBox.Controls.Add(this.ixLabel); this.registersBox.Controls.Add(this.iyLabel); this.registersBox.Controls.Add(this.iyBox); this.registersBox.Controls.Add(this.spLabel); this.registersBox.Controls.Add(this.spBox); this.registersBox.Controls.Add(this.pcLabel); this.registersBox.Controls.Add(this.pcBox); this.registersBox.Location = new System.Drawing.Point(12, 12); this.registersBox.Name = "registersBox"; this.registersBox.Size = new System.Drawing.Size(227, 168); this.registersBox.TabIndex = 0; this.registersBox.TabStop = false; this.registersBox.Text = "Registers"; // contextMenu1 this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.copyDebugMenuItem, this.pasteDebugMenuItem, this.gotoSourceMenuItem }); // copyDebugMenuItem this.copyDebugMenuItem.Index = 0; this.copyDebugMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlC; this.copyDebugMenuItem.Text = "Copy"; this.copyDebugMenuItem.Click += new System.EventHandler(this.Copy); // pasteDebugMenuItem this.pasteDebugMenuItem.Index = 1; this.pasteDebugMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlV; this.pasteDebugMenuItem.Text = "Paste"; this.pasteDebugMenuItem.Click += new System.EventHandler(this.Paste); // menuItem3 this.gotoSourceMenuItem.Index = 2; this.gotoSourceMenuItem.Text = "Goto Source Line"; this.gotoSourceMenuItem.Click += new System.EventHandler(gotoSourceMenuItem_Click); // DebugPanel this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(258, 433); this.Controls.Add(this.panel); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, (byte)0); this.HideOnClose = true; this.MinimumSize = new System.Drawing.Size(266, 38); this.Name = "DebugPanel"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockRight; this.TabText = "Debug Panel"; this.Text = "Debug Panel"; this.panel.ResumeLayout(false); this.screenBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize) this.screenPicBox).EndInit(); this.flagsBox.ResumeLayout(false); this.flagsBox.PerformLayout(); this.registersBox.ResumeLayout(false); this.registersBox.PerformLayout(); 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() { System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("齿轮轴"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("齿轮"); System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("第一级", new System.Windows.Forms.TreeNode[] { treeNode1, treeNode2}); System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("齿轮轴"); System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("齿轮"); System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("第二级", new System.Windows.Forms.TreeNode[] { treeNode4, treeNode5}); System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("齿轮轴"); System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("齿轮"); System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("第三级", new System.Windows.Forms.TreeNode[] { treeNode7, treeNode8}); System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("输出轴"); System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("装配"); System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("减速器", new System.Windows.Forms.TreeNode[] { treeNode3, treeNode6, treeNode9, treeNode10, treeNode11}); this.btForceForm = new System.Windows.Forms.Button(); this.treeView1 = new System.Windows.Forms.TreeView(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.button7 = new System.Windows.Forms.Button(); this.btKeyForm = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btInterferenceForm = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.btQuit = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // btForceForm // this.btForceForm.Location = new System.Drawing.Point(41, 38); this.btForceForm.Name = "btForceForm"; this.btForceForm.Size = new System.Drawing.Size(107, 23); this.btForceForm.TabIndex = 0; this.btForceForm.Text = "轴承受力计算"; this.btForceForm.UseVisualStyleBackColor = true; this.btForceForm.Click += new System.EventHandler(this.btForceForm_Click); // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; treeNode1.Name = "节点2"; treeNode1.Text = "齿轮轴"; treeNode2.Name = "节点3"; treeNode2.Text = "齿轮"; treeNode3.Name = "节点1"; treeNode3.Text = "第一级"; treeNode4.Name = "节点5"; treeNode4.Text = "齿轮轴"; treeNode5.Name = "节点6"; treeNode5.Text = "齿轮"; treeNode6.Name = "节点4"; treeNode6.Text = "第二级"; treeNode7.Name = "节点8"; treeNode7.Text = "齿轮轴"; treeNode8.Name = "节点9"; treeNode8.Text = "齿轮"; treeNode9.Name = "节点7"; treeNode9.Text = "第三级"; treeNode10.Name = "节点10"; treeNode10.Text = "输出轴"; treeNode11.Name = "节点11"; treeNode11.Text = "装配"; treeNode12.Name = "节点0"; treeNode12.Text = "减速器"; this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode12}); this.treeView1.Size = new System.Drawing.Size(126, 555); this.treeView1.TabIndex = 4; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(770, 555); this.tabControl1.TabIndex = 5; // // tabPage1 // this.tabPage1.Controls.Add(this.splitContainer2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(762, 529); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "齿轮轴设计"; this.tabPage1.UseVisualStyleBackColor = true; // // splitContainer2 // this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(3, 3); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.pictureBox1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer4); this.splitContainer2.Size = new System.Drawing.Size(756, 523); this.splitContainer2.SplitterDistance = 161; this.splitContainer2.TabIndex = 3; // // pictureBox1 // this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(754, 159); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // splitContainer4 // this.splitContainer4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.Location = new System.Drawing.Point(0, 0); this.splitContainer4.Name = "splitContainer4"; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.groupBox2); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.groupBox1); this.splitContainer4.Panel2.Controls.Add(this.btQuit); this.splitContainer4.Size = new System.Drawing.Size(756, 358); this.splitContainer4.SplitterDistance = 252; this.splitContainer4.TabIndex = 4; // // groupBox2 // this.groupBox2.Controls.Add(this.button7); this.groupBox2.Controls.Add(this.btKeyForm); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.btInterferenceForm); this.groupBox2.Controls.Add(this.button2); this.groupBox2.Controls.Add(this.btForceForm); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(250, 356); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "受力分析"; // // button7 // this.button7.Location = new System.Drawing.Point(41, 250); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 23); this.button7.TabIndex = 19; this.button7.Text = "轴承计算"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // btKeyForm // this.btKeyForm.Location = new System.Drawing.Point(41, 197); this.btKeyForm.Name = "btKeyForm"; this.btKeyForm.Size = new System.Drawing.Size(75, 23); this.btKeyForm.TabIndex = 18; this.btKeyForm.Text = "键计算"; this.btKeyForm.UseVisualStyleBackColor = true; this.btKeyForm.Click += new System.EventHandler(this.btKeyForm_Click); // // button3 // this.button3.Location = new System.Drawing.Point(154, 164); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 17; this.button3.Text = "过盈计算2"; this.button3.UseVisualStyleBackColor = true; this.button3.Visible = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.Location = new System.Drawing.Point(154, 126); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 17; this.button1.Text = "过盈计算1"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // btInterferenceForm // this.btInterferenceForm.Location = new System.Drawing.Point(41, 144); this.btInterferenceForm.Name = "btInterferenceForm"; this.btInterferenceForm.Size = new System.Drawing.Size(75, 23); this.btInterferenceForm.TabIndex = 17; this.btInterferenceForm.Text = "过盈计算"; this.btInterferenceForm.UseVisualStyleBackColor = true; this.btInterferenceForm.Click += new System.EventHandler(this.btInterferenceForm_Click); // // button2 // this.button2.Location = new System.Drawing.Point(41, 91); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(107, 23); this.button2.TabIndex = 16; this.button2.Text = "轴强度计算"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new System.Drawing.Point(65, 23); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(169, 111); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "键槽"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(64, 47); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(92, 20); this.comboBox1.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 12); this.label2.TabIndex = 1; this.label2.Text = "键长L"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 1; this.label1.Text = "键宽b"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(64, 20); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(92, 21); this.textBox1.TabIndex = 0; // // btQuit // this.btQuit.Location = new System.Drawing.Point(95, 164); this.btQuit.Name = "btQuit"; this.btQuit.Size = new System.Drawing.Size(75, 23); this.btQuit.TabIndex = 1; this.btQuit.Text = "返回首页"; this.btQuit.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.splitContainer3); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(762, 529); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "齿轮设计"; this.tabPage2.UseVisualStyleBackColor = true; // // splitContainer3 // this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(3, 3); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.pictureBox2); this.splitContainer3.Size = new System.Drawing.Size(756, 523); this.splitContainer3.SplitterDistance = 192; this.splitContainer3.TabIndex = 0; // // pictureBox2 // this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox2.Location = new System.Drawing.Point(0, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(754, 190); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 0; this.pictureBox2.TabStop = false; // // tabPage3 // this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(762, 529); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "齿轮轴工程图"; this.tabPage3.UseVisualStyleBackColor = true; // // tabPage4 // this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(762, 529); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "齿轮工程图"; this.tabPage4.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.treeView1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabControl1); this.splitContainer1.Size = new System.Drawing.Size(900, 555); this.splitContainer1.SplitterDistance = 126; this.splitContainer1.TabIndex = 6; // // FrmDetailDesign // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(900, 555); this.Controls.Add(this.splitContainer1); this.Name = "FrmDetailDesign"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "详细设计"; this.Load += new System.EventHandler(this.InputPartForm_Load_1); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit(); this.splitContainer4.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.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() { System.Windows.Forms.Label killsLabel; System.Windows.Forms.Label casualtiesLabel; System.Windows.Forms.Label dateLabel; System.Windows.Forms.Label warFundsLabel; System.Windows.Forms.SplitContainer topSplitContainer; System.Windows.Forms.Panel dateWarFundsPanel; System.Windows.Forms.GroupBox killGroupBox; System.Windows.Forms.TableLayoutPanel killsTables; this.entireTable = new System.Windows.Forms.TableLayoutPanel(); this.pageSelector = new System.Windows.Forms.ListBox(); this.warFunds = new System.Windows.Forms.NumericUpDown(); this.killsSpinner = new System.Windows.Forms.NumericUpDown(); this.casualtiesSpinner = new System.Windows.Forms.NumericUpDown(); this.date = new LionEditor.StupidDateEditor(); this.timerEditor = new LionEditor.TimerEditor(); killsLabel = new System.Windows.Forms.Label(); casualtiesLabel = new System.Windows.Forms.Label(); dateLabel = new System.Windows.Forms.Label(); warFundsLabel = new System.Windows.Forms.Label(); topSplitContainer = new System.Windows.Forms.SplitContainer(); dateWarFundsPanel = new System.Windows.Forms.Panel(); killGroupBox = new System.Windows.Forms.GroupBox(); killsTables = new System.Windows.Forms.TableLayoutPanel(); this.entireTable.SuspendLayout(); topSplitContainer.Panel1.SuspendLayout(); topSplitContainer.Panel2.SuspendLayout(); topSplitContainer.SuspendLayout(); dateWarFundsPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.warFunds)).BeginInit(); killGroupBox.SuspendLayout(); killsTables.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.killsSpinner)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.casualtiesSpinner)).BeginInit(); this.SuspendLayout(); // // killsLabel // killsLabel.AutoSize = true; killsLabel.Dock = System.Windows.Forms.DockStyle.Fill; killsLabel.Location = new System.Drawing.Point(3, 0); killsLabel.Name = "killsLabel"; killsLabel.Size = new System.Drawing.Size(58, 30); killsLabel.TabIndex = 0; killsLabel.Text = "Kills:"; killsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // casualtiesLabel // casualtiesLabel.AutoSize = true; casualtiesLabel.Dock = System.Windows.Forms.DockStyle.Fill; casualtiesLabel.Location = new System.Drawing.Point(3, 30); casualtiesLabel.Name = "casualtiesLabel"; casualtiesLabel.Size = new System.Drawing.Size(58, 31); casualtiesLabel.TabIndex = 1; casualtiesLabel.Text = "Casualties:"; casualtiesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dateLabel // dateLabel.AutoSize = true; dateLabel.Location = new System.Drawing.Point(236, 22); dateLabel.Name = "dateLabel"; dateLabel.Size = new System.Drawing.Size(33, 13); dateLabel.TabIndex = 1; dateLabel.Text = "Date:"; // // warFundsLabel // warFundsLabel.AutoSize = true; warFundsLabel.Location = new System.Drawing.Point(207, 57); warFundsLabel.Name = "warFundsLabel"; warFundsLabel.Size = new System.Drawing.Size(62, 13); warFundsLabel.TabIndex = 3; warFundsLabel.Text = "War Funds:"; // // entireTable // this.entireTable.ColumnCount = 2; this.entireTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.76487F)); this.entireTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 89.23513F)); this.entireTable.Controls.Add(this.pageSelector, 0, 0); this.entireTable.Controls.Add(topSplitContainer, 1, 0); this.entireTable.Controls.Add(this.timerEditor, 1, 2); this.entireTable.Dock = System.Windows.Forms.DockStyle.Fill; this.entireTable.Location = new System.Drawing.Point(0, 0); this.entireTable.Name = "entireTable"; this.entireTable.RowCount = 3; this.entireTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 21.70543F)); this.entireTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 78.29457F)); this.entireTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 56F)); this.entireTable.Size = new System.Drawing.Size(706, 439); this.entireTable.TabIndex = 0; // // pageSelector // this.pageSelector.Dock = System.Windows.Forms.DockStyle.Top; this.pageSelector.FormattingEnabled = true; this.pageSelector.Items.AddRange(new object[] { "Events", "Personae", "Feats", "Wonders", "Artefacts" }); this.pageSelector.Location = new System.Drawing.Point(3, 3); this.pageSelector.Name = "pageSelector"; this.entireTable.SetRowSpan(this.pageSelector, 2); this.pageSelector.Size = new System.Drawing.Size(69, 238); this.pageSelector.TabIndex = 0; // // topSplitContainer // topSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; topSplitContainer.Location = new System.Drawing.Point(78, 3); topSplitContainer.Name = "topSplitContainer"; // // topSplitContainer.Panel1 // topSplitContainer.Panel1.Controls.Add(dateWarFundsPanel); // // topSplitContainer.Panel2 // topSplitContainer.Panel2.Controls.Add(killGroupBox); topSplitContainer.Size = new System.Drawing.Size(625, 77); topSplitContainer.SplitterDistance = 461; topSplitContainer.TabIndex = 1; // // dateWarFundsPanel // dateWarFundsPanel.Controls.Add(warFundsLabel); dateWarFundsPanel.Controls.Add(this.warFunds); dateWarFundsPanel.Controls.Add(dateLabel); dateWarFundsPanel.Controls.Add(this.date); dateWarFundsPanel.Dock = System.Windows.Forms.DockStyle.Fill; dateWarFundsPanel.Location = new System.Drawing.Point(0, 0); dateWarFundsPanel.Name = "dateWarFundsPanel"; dateWarFundsPanel.Size = new System.Drawing.Size(461, 77); dateWarFundsPanel.TabIndex = 0; // // warFunds // this.warFunds.Location = new System.Drawing.Point(275, 54); this.warFunds.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 }); this.warFunds.Name = "warFunds"; this.warFunds.Size = new System.Drawing.Size(173, 20); this.warFunds.TabIndex = 2; this.warFunds.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.warFunds.ThousandsSeparator = true; // // killGroupBox // killGroupBox.Controls.Add(killsTables); killGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; killGroupBox.Location = new System.Drawing.Point(0, 0); killGroupBox.Name = "killGroupBox"; killGroupBox.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3); killGroupBox.Size = new System.Drawing.Size(160, 77); killGroupBox.TabIndex = 0; killGroupBox.TabStop = false; // // killsTables // killsTables.ColumnCount = 2; killsTables.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.20779F)); killsTables.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.79221F)); killsTables.Controls.Add(killsLabel, 0, 0); killsTables.Controls.Add(casualtiesLabel, 0, 1); killsTables.Controls.Add(this.killsSpinner, 1, 0); killsTables.Controls.Add(this.casualtiesSpinner, 1, 1); killsTables.Dock = System.Windows.Forms.DockStyle.Fill; killsTables.Location = new System.Drawing.Point(3, 13); killsTables.Name = "killsTables"; killsTables.RowCount = 2; killsTables.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); killsTables.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); killsTables.Size = new System.Drawing.Size(154, 61); killsTables.TabIndex = 0; // // killsSpinner // this.killsSpinner.Dock = System.Windows.Forms.DockStyle.Bottom; this.killsSpinner.Location = new System.Drawing.Point(67, 7); this.killsSpinner.Maximum = new decimal(new int[] { 9999, 0, 0, 0 }); this.killsSpinner.Name = "killsSpinner"; this.killsSpinner.Size = new System.Drawing.Size(84, 20); this.killsSpinner.TabIndex = 2; this.killsSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.killsSpinner.ThousandsSeparator = true; // // casualtiesSpinner // this.casualtiesSpinner.Dock = System.Windows.Forms.DockStyle.Bottom; this.casualtiesSpinner.Location = new System.Drawing.Point(67, 38); this.casualtiesSpinner.Maximum = new decimal(new int[] { 9999, 0, 0, 0 }); this.casualtiesSpinner.Name = "casualtiesSpinner"; this.casualtiesSpinner.Size = new System.Drawing.Size(84, 20); this.casualtiesSpinner.TabIndex = 3; this.casualtiesSpinner.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.casualtiesSpinner.ThousandsSeparator = true; // // date // this.date.Location = new System.Drawing.Point(275, 20); this.date.Name = "date"; this.date.Size = new System.Drawing.Size(183, 29); this.date.TabIndex = 0; // // timerEditor // this.timerEditor.Dock = System.Windows.Forms.DockStyle.Right; this.timerEditor.Location = new System.Drawing.Point(438, 385); this.timerEditor.Name = "timerEditor"; this.timerEditor.Size = new System.Drawing.Size(265, 51); this.timerEditor.TabIndex = 2; this.timerEditor.Value = ((uint)(0u)); // // ChronicleEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.entireTable); this.Name = "ChronicleEditor"; this.Size = new System.Drawing.Size(706, 439); this.entireTable.ResumeLayout(false); topSplitContainer.Panel1.ResumeLayout(false); topSplitContainer.Panel2.ResumeLayout(false); topSplitContainer.ResumeLayout(false); dateWarFundsPanel.ResumeLayout(false); dateWarFundsPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.warFunds)).EndInit(); killGroupBox.ResumeLayout(false); killsTables.ResumeLayout(false); killsTables.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.killsSpinner)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.casualtiesSpinner)).EndInit(); this.ResumeLayout(false); }