/// <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.SplitContainer splitContainer; this.texturePanel_ = new uni.ui.right_panel.textures.TexturePanel(); this.textureSelectorBox_ = new uni.ui.right_panel.textures.TextureSelectorBox(); splitContainer = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.textureSelectorBox_); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.texturePanel_); splitContainer.Size = new System.Drawing.Size(218, 366); splitContainer.SplitterDistance = 203; splitContainer.TabIndex = 0; // // texturePanel_ // this.texturePanel_.Dock = System.Windows.Forms.DockStyle.Fill; this.texturePanel_.Location = new System.Drawing.Point(0, 0); this.texturePanel_.Name = "texturePanel_"; this.texturePanel_.Size = new System.Drawing.Size(218, 159); this.texturePanel_.TabIndex = 0; // // textureSelectorBox_ // this.textureSelectorBox_.Dock = System.Windows.Forms.DockStyle.Fill; this.textureSelectorBox_.Location = new System.Drawing.Point(0, 0); this.textureSelectorBox_.Name = "textureSelectorBox_"; this.textureSelectorBox_.SelectedTexture = null; this.textureSelectorBox_.Size = new System.Drawing.Size(218, 203); this.textureSelectorBox_.TabIndex = 0; // // TexturesTab // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer); this.Name = "TexturesTab"; this.Size = new System.Drawing.Size(218, 366); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.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.SplitContainer splitContainer1; this._commandList = new System.Windows.Forms.ListBox(); this._propertyGrid = new System.Windows.Forms.PropertyGrid(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this._commandList); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this._propertyGrid); splitContainer1.Size = new System.Drawing.Size(288, 460); splitContainer1.SplitterDistance = 269; splitContainer1.TabIndex = 1; // // _commandList // this._commandList.Dock = System.Windows.Forms.DockStyle.Fill; this._commandList.FormattingEnabled = true; this._commandList.Location = new System.Drawing.Point(0, 0); this._commandList.Name = "_commandList"; this._commandList.Size = new System.Drawing.Size(288, 264); this._commandList.TabIndex = 0; this._commandList.SelectedIndexChanged += new System.EventHandler(this.commandList_SelectedIndexChanged); // // _propertyGrid // this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._propertyGrid.Location = new System.Drawing.Point(0, 0); this._propertyGrid.Name = "_propertyGrid"; this._propertyGrid.Size = new System.Drawing.Size(288, 187); this._propertyGrid.TabIndex = 2; // // CommandHistoryComponentPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer1); this.Name = "CommandHistoryComponentPanel"; this.Size = new System.Drawing.Size(288, 460); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); 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.SplitContainer splitContainer; this.filterTextBox_ = new UoT.WaterMarkTextBox(); this.fileTreeView_ = new System.Windows.Forms.TreeView(); splitContainer = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer.IsSplitterFixed = true; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.filterTextBox_); splitContainer.Panel1MinSize = 20; // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.fileTreeView_); splitContainer.Size = new System.Drawing.Size(225, 627); splitContainer.SplitterDistance = 25; splitContainer.TabIndex = 0; // // filterTextBox_ // this.filterTextBox_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.filterTextBox_.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.filterTextBox_.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.filterTextBox_.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.filterTextBox_.Location = new System.Drawing.Point(0, 4); this.filterTextBox_.Name = "filterTextBox_"; this.filterTextBox_.Size = new System.Drawing.Size(225, 20); this.filterTextBox_.TabIndex = 1; this.filterTextBox_.WaterMarkColor = System.Drawing.Color.Gray; this.filterTextBox_.WaterMarkText = "Filter files..."; // // fileTreeView_ // this.fileTreeView_.Dock = System.Windows.Forms.DockStyle.Fill; this.fileTreeView_.HideSelection = false; this.fileTreeView_.HotTracking = true; this.fileTreeView_.Location = new System.Drawing.Point(0, 0); this.fileTreeView_.Name = "fileTreeView_"; this.fileTreeView_.Size = new System.Drawing.Size(225, 598); this.fileTreeView_.TabIndex = 15; // // ZFileTreeView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer); this.Name = "ZFileTreeView"; this.Size = new System.Drawing.Size(225, 627); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExtractableCohortUI)); tbID = new System.Windows.Forms.TextBox(); label5 = new System.Windows.Forms.Label(); lblDescription = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); tbOverrideReleaseIdentifierSQL = new System.Windows.Forms.TextBox(); pDescription = new System.Windows.Forms.Panel(); helpIcon1 = new Rdmp.UI.SimpleControls.HelpIcon(); tlvCohortUsage = new BrightIdeasSoftware.TreeListView(); olvUsedIn = new BrightIdeasSoftware.OLVColumn(); tlvPreviousVersions = new BrightIdeasSoftware.TreeListView(); olvOtherVersions = new BrightIdeasSoftware.OLVColumn(); olvVersion = new BrightIdeasSoftware.OLVColumn(); splitContainer1 = new System.Windows.Forms.SplitContainer(); label2 = new System.Windows.Forms.Label(); tbVersion = new System.Windows.Forms.TextBox(); label3 = new System.Windows.Forms.Label(); tbProjectNumber = new System.Windows.Forms.TextBox(); btnShowProject = new System.Windows.Forms.Button(); label4 = new System.Windows.Forms.Label(); tbOriginId = new System.Windows.Forms.TextBox(); panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(tlvCohortUsage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(tlvPreviousVersions)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); panel1.SuspendLayout(); this.SuspendLayout(); // // tbID // tbID.Location = new System.Drawing.Point(183, 5); tbID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tbID.Name = "tbID"; tbID.ReadOnly = true; tbID.Size = new System.Drawing.Size(116, 23); tbID.TabIndex = 12; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(158, 9); label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label5.Name = "label5"; label5.Size = new System.Drawing.Size(21, 15); label5.TabIndex = 11; label5.Text = "ID:"; // // lblDescription // lblDescription.AutoSize = true; lblDescription.Location = new System.Drawing.Point(117, 128); lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); lblDescription.Name = "lblDescription"; lblDescription.Size = new System.Drawing.Size(62, 15); lblDescription.TabIndex = 13; lblDescription.Text = "Audit Log:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(17, 39); label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(162, 15); label1.TabIndex = 11; label1.Text = "OverrideReleaseIdentifierSQL:"; // // tbOverrideReleaseIdentifierSQL // tbOverrideReleaseIdentifierSQL.Location = new System.Drawing.Point(183, 35); tbOverrideReleaseIdentifierSQL.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tbOverrideReleaseIdentifierSQL.Name = "tbOverrideReleaseIdentifierSQL"; tbOverrideReleaseIdentifierSQL.Size = new System.Drawing.Size(545, 23); tbOverrideReleaseIdentifierSQL.TabIndex = 12; tbOverrideReleaseIdentifierSQL.TextChanged += new System.EventHandler(this.tbOverrideReleaseIdentifierSQL_TextChanged); // // pDescription // pDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); pDescription.Location = new System.Drawing.Point(183, 125); pDescription.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); pDescription.Name = "pDescription"; pDescription.Size = new System.Drawing.Size(1036, 186); pDescription.TabIndex = 15; // // helpIcon1 // helpIcon1.BackColor = System.Drawing.Color.Transparent; helpIcon1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("helpIcon1.BackgroundImage"))); helpIcon1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; helpIcon1.Location = new System.Drawing.Point(729, 33); helpIcon1.Margin = new System.Windows.Forms.Padding(0); helpIcon1.MinimumSize = new System.Drawing.Size(26, 25); helpIcon1.Name = "helpIcon1"; helpIcon1.Size = new System.Drawing.Size(26, 25); helpIcon1.SuppressClick = false; helpIcon1.TabIndex = 17; // // tlvCohortUsage // tlvCohortUsage.AllColumns.Add(olvUsedIn); tlvCohortUsage.CellEditUseWholeCell = false; tlvCohortUsage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { olvUsedIn }); tlvCohortUsage.Cursor = System.Windows.Forms.Cursors.Default; tlvCohortUsage.Dock = System.Windows.Forms.DockStyle.Fill; tlvCohortUsage.HideSelection = false; tlvCohortUsage.Location = new System.Drawing.Point(0, 0); tlvCohortUsage.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tlvCohortUsage.Name = "tlvCohortUsage"; tlvCohortUsage.ShowGroups = false; tlvCohortUsage.Size = new System.Drawing.Size(628, 318); tlvCohortUsage.TabIndex = 18; tlvCohortUsage.UseCompatibleStateImageBehavior = false; tlvCohortUsage.View = System.Windows.Forms.View.Details; tlvCohortUsage.VirtualMode = true; // // olvUsedIn // olvUsedIn.AspectName = "ToString"; olvUsedIn.MinimumWidth = 100; olvUsedIn.Text = "Used In"; olvUsedIn.Width = 100; // // tlvPreviousVersions // tlvPreviousVersions.AllColumns.Add(olvOtherVersions); tlvPreviousVersions.AllColumns.Add(olvVersion); tlvPreviousVersions.CellEditUseWholeCell = false; tlvPreviousVersions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { olvOtherVersions, olvVersion }); tlvPreviousVersions.Cursor = System.Windows.Forms.Cursors.Default; tlvPreviousVersions.Dock = System.Windows.Forms.DockStyle.Fill; tlvPreviousVersions.HideSelection = false; tlvPreviousVersions.Location = new System.Drawing.Point(0, 0); tlvPreviousVersions.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tlvPreviousVersions.Name = "tlvPreviousVersions"; tlvPreviousVersions.ShowGroups = false; tlvPreviousVersions.Size = new System.Drawing.Size(579, 318); tlvPreviousVersions.TabIndex = 19; tlvPreviousVersions.UseCompatibleStateImageBehavior = false; tlvPreviousVersions.View = System.Windows.Forms.View.Details; tlvPreviousVersions.VirtualMode = true; // // olvOtherVersions // olvOtherVersions.AspectName = "ToString"; olvOtherVersions.MinimumWidth = 100; olvOtherVersions.Text = "Other Versions"; olvOtherVersions.Width = 100; // // olvVersion // olvVersion.AspectName = "ExternalVersion"; olvVersion.Text = "Version"; // // splitContainer1 // splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); splitContainer1.Location = new System.Drawing.Point(5, 317); splitContainer1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tlvCohortUsage); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tlvPreviousVersions); splitContainer1.Size = new System.Drawing.Size(1212, 318); splitContainer1.SplitterDistance = 628; splitContainer1.SplitterWidth = 5; splitContainer1.TabIndex = 20; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(131, 69); label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(48, 15); label2.TabIndex = 11; label2.Text = "Version:"; // // tbVersion // tbVersion.Location = new System.Drawing.Point(183, 65); tbVersion.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tbVersion.Name = "tbVersion"; tbVersion.ReadOnly = true; tbVersion.Size = new System.Drawing.Size(185, 23); tbVersion.TabIndex = 12; tbVersion.TextChanged += new System.EventHandler(this.tbOverrideReleaseIdentifierSQL_TextChanged); // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(85, 99); label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(94, 15); label3.TabIndex = 11; label3.Text = "Project Number:"; // // tbProjectNumber // tbProjectNumber.Location = new System.Drawing.Point(183, 95); tbProjectNumber.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tbProjectNumber.Name = "tbProjectNumber"; tbProjectNumber.ReadOnly = true; tbProjectNumber.Size = new System.Drawing.Size(185, 23); tbProjectNumber.TabIndex = 12; tbProjectNumber.TextChanged += new System.EventHandler(this.tbOverrideReleaseIdentifierSQL_TextChanged); // // btnShowProject // btnShowProject.Location = new System.Drawing.Point(372, 94); btnShowProject.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); btnShowProject.Name = "btnShowProject"; btnShowProject.Size = new System.Drawing.Size(52, 25); btnShowProject.TabIndex = 21; btnShowProject.Text = "Show"; btnShowProject.UseVisualStyleBackColor = true; btnShowProject.Click += new System.EventHandler(this.btnShowProject_Click); // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(369, 9); label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(57, 15); label4.TabIndex = 11; label4.Text = "Origin ID:"; // // tbOriginId // tbOriginId.Location = new System.Drawing.Point(430, 5); tbOriginId.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); tbOriginId.Name = "tbOriginId"; tbOriginId.ReadOnly = true; tbOriginId.Size = new System.Drawing.Size(117, 23); tbOriginId.TabIndex = 12; // // panel1 // panel1.Controls.Add(tbID); panel1.Controls.Add(splitContainer1); panel1.Controls.Add(btnShowProject); panel1.Controls.Add(label5); panel1.Controls.Add(label4); panel1.Controls.Add(helpIcon1); panel1.Controls.Add(tbOriginId); panel1.Controls.Add(pDescription); panel1.Controls.Add(label1); panel1.Controls.Add(lblDescription); panel1.Controls.Add(tbOverrideReleaseIdentifierSQL); panel1.Controls.Add(tbProjectNumber); panel1.Controls.Add(label2); panel1.Controls.Add(label3); panel1.Controls.Add(tbVersion); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(0, 0); panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(1220, 650); panel1.TabIndex = 22; // // ExtractableCohortUI // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(panel1); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "ExtractableCohortUI"; this.Size = new System.Drawing.Size(1220, 650); ((System.ComponentModel.ISupportInitialize)(tlvCohortUsage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(tlvPreviousVersions)).EndInit(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); panel1.ResumeLayout(false); panel1.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.SplitContainer splitContainer1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.SplitContainer splitContainer2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.guiJoinGroupBox = new System.Windows.Forms.GroupBox(); this.guiJoinSubColumn = new System.Windows.Forms.ComboBox(); this.guiJoinTable = new System.Windows.Forms.ComboBox(); this.guiJoinMainColumn = new System.Windows.Forms.ComboBox(); this.guiJoin = new System.Windows.Forms.Button(); this.guiFilterGroupBox = new System.Windows.Forms.GroupBox(); this.guiFilterValue = new System.Windows.Forms.NumericUpDown(); this.guiFilterPred = new System.Windows.Forms.ComboBox(); this.guiFilterColumn = new System.Windows.Forms.ComboBox(); this.guiFilter = new System.Windows.Forms.Button(); this.guiMathGroupBox = new System.Windows.Forms.GroupBox(); this.guiMathAlgo = new System.Windows.Forms.ComboBox(); this.guiMathColumn = new System.Windows.Forms.ComboBox(); this.guiMath = new System.Windows.Forms.Button(); this.guiSortGroupBox = new System.Windows.Forms.GroupBox(); this.guiSortDirection = new System.Windows.Forms.ComboBox(); this.guiSortColumn = new System.Windows.Forms.ComboBox(); this.guiSort = new System.Windows.Forms.Button(); this.guiSearchGroupBox = new System.Windows.Forms.GroupBox(); this.guiSearchColumn = new System.Windows.Forms.ComboBox(); this.guiSearhPattern = new System.Windows.Forms.TextBox(); this.guiSearch = new System.Windows.Forms.Button(); this.guiTables = new System.Windows.Forms.ComboBox(); this.guiUpdateTable = new System.Windows.Forms.Button(); this.guiQueryTable = new System.Windows.Forms.Button(); this.guiDGV = new System.Windows.Forms.DataGridView(); this.guiDGVJoin = new System.Windows.Forms.DataGridView(); this.guiJoinUpdate = new System.Windows.Forms.Button(); label1 = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); groupBox1 = new System.Windows.Forms.GroupBox(); splitContainer2 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.guiJoinGroupBox.SuspendLayout(); this.guiFilterGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guiFilterValue)).BeginInit(); this.guiMathGroupBox.SuspendLayout(); this.guiSortGroupBox.SuspendLayout(); this.guiSearchGroupBox.SuspendLayout(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.guiDGV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.guiDGVJoin)).BeginInit(); this.SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(6, 30); label1.Name = "label1"; label1.Size = new System.Drawing.Size(34, 13); label1.TabIndex = 1; label1.Text = "Table"; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.guiJoinGroupBox); splitContainer1.Panel1.Controls.Add(this.guiFilterGroupBox); splitContainer1.Panel1.Controls.Add(this.guiMathGroupBox); splitContainer1.Panel1.Controls.Add(this.guiSortGroupBox); splitContainer1.Panel1.Controls.Add(this.guiSearchGroupBox); splitContainer1.Panel1.Controls.Add(groupBox1); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(708, 693); splitContainer1.SplitterDistance = 177; splitContainer1.SplitterWidth = 3; splitContainer1.TabIndex = 100; // // guiJoinGroupBox // this.guiJoinGroupBox.Controls.Add(this.guiJoinSubColumn); this.guiJoinGroupBox.Controls.Add(this.guiJoinTable); this.guiJoinGroupBox.Controls.Add(this.guiJoinMainColumn); this.guiJoinGroupBox.Controls.Add(this.guiJoinUpdate); this.guiJoinGroupBox.Controls.Add(this.guiJoin); this.guiJoinGroupBox.Dock = System.Windows.Forms.DockStyle.Top; this.guiJoinGroupBox.Enabled = false; this.guiJoinGroupBox.Location = new System.Drawing.Point(0, 534); this.guiJoinGroupBox.Name = "guiJoinGroupBox"; this.guiJoinGroupBox.Size = new System.Drawing.Size(177, 156); this.guiJoinGroupBox.TabIndex = 9; this.guiJoinGroupBox.TabStop = false; this.guiJoinGroupBox.Text = "Joining"; // // guiJoinSubColumn // this.guiJoinSubColumn.FormattingEnabled = true; this.guiJoinSubColumn.Items.AddRange(new object[] { "<", "<=", "=", ">=", ">" }); this.guiJoinSubColumn.Location = new System.Drawing.Point(6, 73); this.guiJoinSubColumn.Name = "guiJoinSubColumn"; this.guiJoinSubColumn.Size = new System.Drawing.Size(166, 21); this.guiJoinSubColumn.TabIndex = 5; // // guiJoinTable // this.guiJoinTable.FormattingEnabled = true; this.guiJoinTable.Location = new System.Drawing.Point(6, 46); this.guiJoinTable.Name = "guiJoinTable"; this.guiJoinTable.Size = new System.Drawing.Size(166, 21); this.guiJoinTable.TabIndex = 5; this.guiJoinTable.SelectedIndexChanged += new System.EventHandler(this.guiJoinTable_SelectedIndexChanged); // // guiJoinMainColumn // this.guiJoinMainColumn.FormattingEnabled = true; this.guiJoinMainColumn.Location = new System.Drawing.Point(6, 19); this.guiJoinMainColumn.Name = "guiJoinMainColumn"; this.guiJoinMainColumn.Size = new System.Drawing.Size(166, 21); this.guiJoinMainColumn.TabIndex = 0; // // guiJoin // this.guiJoin.Location = new System.Drawing.Point(6, 100); this.guiJoin.Name = "guiJoin"; this.guiJoin.Size = new System.Drawing.Size(166, 23); this.guiJoin.TabIndex = 4; this.guiJoin.Text = "Joining"; this.guiJoin.UseVisualStyleBackColor = true; this.guiJoin.Click += new System.EventHandler(this.guiJoin_Click); // // guiFilterGroupBox // this.guiFilterGroupBox.Controls.Add(this.guiFilterValue); this.guiFilterGroupBox.Controls.Add(this.guiFilterPred); this.guiFilterGroupBox.Controls.Add(this.guiFilterColumn); this.guiFilterGroupBox.Controls.Add(this.guiFilter); this.guiFilterGroupBox.Dock = System.Windows.Forms.DockStyle.Top; this.guiFilterGroupBox.Enabled = false; this.guiFilterGroupBox.Location = new System.Drawing.Point(0, 406); this.guiFilterGroupBox.Name = "guiFilterGroupBox"; this.guiFilterGroupBox.Size = new System.Drawing.Size(177, 128); this.guiFilterGroupBox.TabIndex = 8; this.guiFilterGroupBox.TabStop = false; this.guiFilterGroupBox.Text = "Filter"; // // guiFilterValue // this.guiFilterValue.Location = new System.Drawing.Point(9, 73); this.guiFilterValue.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); this.guiFilterValue.Minimum = new decimal(new int[] { 65536, 0, 0, -2147483648 }); this.guiFilterValue.Name = "guiFilterValue"; this.guiFilterValue.Size = new System.Drawing.Size(163, 20); this.guiFilterValue.TabIndex = 6; this.guiFilterValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // guiFilterPred // this.guiFilterPred.FormattingEnabled = true; this.guiFilterPred.Items.AddRange(new object[] { "<", "<=", "=", ">=", ">" }); this.guiFilterPred.Location = new System.Drawing.Point(42, 46); this.guiFilterPred.Name = "guiFilterPred"; this.guiFilterPred.Size = new System.Drawing.Size(94, 21); this.guiFilterPred.TabIndex = 5; // // guiFilterColumn // this.guiFilterColumn.FormattingEnabled = true; this.guiFilterColumn.Location = new System.Drawing.Point(6, 19); this.guiFilterColumn.Name = "guiFilterColumn"; this.guiFilterColumn.Size = new System.Drawing.Size(166, 21); this.guiFilterColumn.TabIndex = 0; // // guiFilter // this.guiFilter.Location = new System.Drawing.Point(6, 100); this.guiFilter.Name = "guiFilter"; this.guiFilter.Size = new System.Drawing.Size(166, 23); this.guiFilter.TabIndex = 4; this.guiFilter.Text = "Filter"; this.guiFilter.UseVisualStyleBackColor = true; this.guiFilter.Click += new System.EventHandler(this.guiFilter_Click); // // guiMathGroupBox // this.guiMathGroupBox.Controls.Add(this.guiMathAlgo); this.guiMathGroupBox.Controls.Add(this.guiMathColumn); this.guiMathGroupBox.Controls.Add(this.guiMath); this.guiMathGroupBox.Dock = System.Windows.Forms.DockStyle.Top; this.guiMathGroupBox.Enabled = false; this.guiMathGroupBox.Location = new System.Drawing.Point(0, 303); this.guiMathGroupBox.Name = "guiMathGroupBox"; this.guiMathGroupBox.Size = new System.Drawing.Size(177, 103); this.guiMathGroupBox.TabIndex = 7; this.guiMathGroupBox.TabStop = false; this.guiMathGroupBox.Text = "Math"; // // guiMathAlgo // this.guiMathAlgo.FormattingEnabled = true; this.guiMathAlgo.Items.AddRange(new object[] { "min", "max", "average", "sum" }); this.guiMathAlgo.Location = new System.Drawing.Point(6, 45); this.guiMathAlgo.Name = "guiMathAlgo"; this.guiMathAlgo.Size = new System.Drawing.Size(166, 21); this.guiMathAlgo.TabIndex = 5; // // guiMathColumn // this.guiMathColumn.FormattingEnabled = true; this.guiMathColumn.Location = new System.Drawing.Point(6, 19); this.guiMathColumn.Name = "guiMathColumn"; this.guiMathColumn.Size = new System.Drawing.Size(166, 21); this.guiMathColumn.TabIndex = 0; // // guiMath // this.guiMath.Location = new System.Drawing.Point(6, 72); this.guiMath.Name = "guiMath"; this.guiMath.Size = new System.Drawing.Size(166, 23); this.guiMath.TabIndex = 4; this.guiMath.Text = "Evaluate"; this.guiMath.UseVisualStyleBackColor = true; this.guiMath.Click += new System.EventHandler(this.guiMath_Click); // // guiSortGroupBox // this.guiSortGroupBox.Controls.Add(this.guiSortDirection); this.guiSortGroupBox.Controls.Add(this.guiSortColumn); this.guiSortGroupBox.Controls.Add(this.guiSort); this.guiSortGroupBox.Dock = System.Windows.Forms.DockStyle.Top; this.guiSortGroupBox.Enabled = false; this.guiSortGroupBox.Location = new System.Drawing.Point(0, 193); this.guiSortGroupBox.Name = "guiSortGroupBox"; this.guiSortGroupBox.Size = new System.Drawing.Size(177, 110); this.guiSortGroupBox.TabIndex = 6; this.guiSortGroupBox.TabStop = false; this.guiSortGroupBox.Text = "Sort"; // // guiSortDirection // this.guiSortDirection.FormattingEnabled = true; this.guiSortDirection.Items.AddRange(new object[] { "ascending", "descending" }); this.guiSortDirection.Location = new System.Drawing.Point(6, 45); this.guiSortDirection.Name = "guiSortDirection"; this.guiSortDirection.Size = new System.Drawing.Size(166, 21); this.guiSortDirection.TabIndex = 5; // // guiSortColumn // this.guiSortColumn.FormattingEnabled = true; this.guiSortColumn.Location = new System.Drawing.Point(6, 19); this.guiSortColumn.Name = "guiSortColumn"; this.guiSortColumn.Size = new System.Drawing.Size(166, 21); this.guiSortColumn.TabIndex = 0; // // guiSort // this.guiSort.Location = new System.Drawing.Point(6, 72); this.guiSort.Name = "guiSort"; this.guiSort.Size = new System.Drawing.Size(166, 23); this.guiSort.TabIndex = 4; this.guiSort.Text = "Sort"; this.guiSort.UseVisualStyleBackColor = true; this.guiSort.Click += new System.EventHandler(this.guiSort_Click); // // guiSearchGroupBox // this.guiSearchGroupBox.Controls.Add(this.guiSearchColumn); this.guiSearchGroupBox.Controls.Add(this.guiSearhPattern); this.guiSearchGroupBox.Controls.Add(this.guiSearch); this.guiSearchGroupBox.Dock = System.Windows.Forms.DockStyle.Top; this.guiSearchGroupBox.Enabled = false; this.guiSearchGroupBox.Location = new System.Drawing.Point(0, 83); this.guiSearchGroupBox.Name = "guiSearchGroupBox"; this.guiSearchGroupBox.Size = new System.Drawing.Size(177, 110); this.guiSearchGroupBox.TabIndex = 5; this.guiSearchGroupBox.TabStop = false; this.guiSearchGroupBox.Text = "Search"; // // guiSearchColumn // this.guiSearchColumn.FormattingEnabled = true; this.guiSearchColumn.Location = new System.Drawing.Point(6, 19); this.guiSearchColumn.Name = "guiSearchColumn"; this.guiSearchColumn.Size = new System.Drawing.Size(166, 21); this.guiSearchColumn.TabIndex = 0; // // guiSearhPattern // this.guiSearhPattern.Location = new System.Drawing.Point(6, 46); this.guiSearhPattern.Name = "guiSearhPattern"; this.guiSearhPattern.Size = new System.Drawing.Size(166, 20); this.guiSearhPattern.TabIndex = 3; // // guiSearch // this.guiSearch.Location = new System.Drawing.Point(6, 72); this.guiSearch.Name = "guiSearch"; this.guiSearch.Size = new System.Drawing.Size(166, 23); this.guiSearch.TabIndex = 4; this.guiSearch.Text = "Search"; this.guiSearch.UseVisualStyleBackColor = true; this.guiSearch.Click += new System.EventHandler(this.guiSearch_Click); // // groupBox1 // groupBox1.Controls.Add(label1); groupBox1.Controls.Add(this.guiTables); groupBox1.Controls.Add(this.guiUpdateTable); groupBox1.Controls.Add(this.guiQueryTable); groupBox1.Dock = System.Windows.Forms.DockStyle.Top; groupBox1.Location = new System.Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(177, 83); groupBox1.TabIndex = 5; groupBox1.TabStop = false; groupBox1.Text = "Table"; // // guiTables // this.guiTables.FormattingEnabled = true; this.guiTables.Location = new System.Drawing.Point(51, 27); this.guiTables.Name = "guiTables"; this.guiTables.Size = new System.Drawing.Size(121, 21); this.guiTables.TabIndex = 0; // // guiUpdateTable // this.guiUpdateTable.Enabled = false; this.guiUpdateTable.Location = new System.Drawing.Point(90, 54); this.guiUpdateTable.Name = "guiUpdateTable"; this.guiUpdateTable.Size = new System.Drawing.Size(82, 23); this.guiUpdateTable.TabIndex = 4; this.guiUpdateTable.Text = "Update table"; this.guiUpdateTable.UseVisualStyleBackColor = true; this.guiUpdateTable.Click += new System.EventHandler(this.guiUpdateTable_Click); // // guiQueryTable // this.guiQueryTable.Location = new System.Drawing.Point(9, 54); this.guiQueryTable.Name = "guiQueryTable"; this.guiQueryTable.Size = new System.Drawing.Size(75, 23); this.guiQueryTable.TabIndex = 4; this.guiQueryTable.Text = "Query table"; this.guiQueryTable.UseVisualStyleBackColor = true; this.guiQueryTable.Click += new System.EventHandler(this.guiQueryTable_Click); // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.guiDGV); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.guiDGVJoin); splitContainer2.Size = new System.Drawing.Size(528, 693); splitContainer2.SplitterDistance = 345; splitContainer2.SplitterWidth = 3; splitContainer2.TabIndex = 12; // // guiDGV // this.guiDGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.guiDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.guiDGV.Dock = System.Windows.Forms.DockStyle.Fill; this.guiDGV.Location = new System.Drawing.Point(0, 0); this.guiDGV.MultiSelect = false; this.guiDGV.Name = "guiDGV"; this.guiDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.guiDGV.Size = new System.Drawing.Size(528, 345); this.guiDGV.TabIndex = 10; this.guiDGV.SelectionChanged += new System.EventHandler(this.guiDGV_SelectionChanged); // // guiDGVJoin // this.guiDGVJoin.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.guiDGVJoin.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.guiDGVJoin.Dock = System.Windows.Forms.DockStyle.Fill; this.guiDGVJoin.Location = new System.Drawing.Point(0, 0); this.guiDGVJoin.MultiSelect = false; this.guiDGVJoin.Name = "guiDGVJoin"; this.guiDGVJoin.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.guiDGVJoin.Size = new System.Drawing.Size(528, 345); this.guiDGVJoin.TabIndex = 11; // // guiJoinUpdate // this.guiJoinUpdate.Location = new System.Drawing.Point(6, 129); this.guiJoinUpdate.Name = "guiJoinUpdate"; this.guiJoinUpdate.Size = new System.Drawing.Size(166, 23); this.guiJoinUpdate.TabIndex = 4; this.guiJoinUpdate.Text = "Update SubTable"; this.guiJoinUpdate.UseVisualStyleBackColor = true; this.guiJoinUpdate.Click += new System.EventHandler(this.guiJoinUpdate_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(708, 693); this.Controls.Add(splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "MainForm"; this.Text = "Hospital DB - Lab8"; this.Load += new System.EventHandler(this.MainForm_Load); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.guiJoinGroupBox.ResumeLayout(false); this.guiFilterGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.guiFilterValue)).EndInit(); this.guiMathGroupBox.ResumeLayout(false); this.guiSortGroupBox.ResumeLayout(false); this.guiSearchGroupBox.ResumeLayout(false); this.guiSearchGroupBox.PerformLayout(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.guiDGV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.guiDGVJoin)).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.SplitContainer splitContainer; this.listView_ = new System.Windows.Forms.ListView(); this.animationPlaybackPanel_ = new uni.ui.right_panel.AnimationPlaybackPanel(); splitContainer = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer.IsSplitterFixed = true; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.listView_); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.animationPlaybackPanel_); splitContainer.Size = new System.Drawing.Size(245, 338); splitContainer.SplitterDistance = 198; splitContainer.TabIndex = 0; // // listView_ // this.listView_.Dock = System.Windows.Forms.DockStyle.Fill; this.listView_.Location = new System.Drawing.Point(0, 0); this.listView_.MultiSelect = false; this.listView_.Name = "listView_"; this.listView_.Size = new System.Drawing.Size(245, 198); this.listView_.TabIndex = 0; this.listView_.UseCompatibleStateImageBehavior = false; this.listView_.View = System.Windows.Forms.View.List; // // animationPlaybackPanel_ // this.animationPlaybackPanel_.Dock = System.Windows.Forms.DockStyle.Fill; this.animationPlaybackPanel_.Frame = 0D; this.animationPlaybackPanel_.FrameRate = 20; this.animationPlaybackPanel_.IsPlaying = true; this.animationPlaybackPanel_.Location = new System.Drawing.Point(0, 0); this.animationPlaybackPanel_.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.animationPlaybackPanel_.Name = "animationPlaybackPanel_"; this.animationPlaybackPanel_.ShouldLoop = true; this.animationPlaybackPanel_.Size = new System.Drawing.Size(245, 136); this.animationPlaybackPanel_.TabIndex = 1; this.animationPlaybackPanel_.TotalFrames = 0; // // AnimationsTab // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer); this.Name = "AnimationsTab"; this.Size = new System.Drawing.Size(245, 338); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.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.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.ImageList imageList1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripButton CmdAbout; this.ServerConnectStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.StripStatusLabel_Job_Groups = new System.Windows.Forms.ToolStripStatusLabel(); this.RefreshDate = new System.Windows.Forms.ToolStripStatusLabel(); this.RunningJobs = new System.Windows.Forms.ListView(); this.JobName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.JobDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SchedulerView = new System.Windows.Forms.TreeView(); this.pnlDetails = new System.Windows.Forms.Panel(); this.ScheduleToolstrip = new System.Windows.Forms.ToolStrip(); this.CmdRefreshScheduled = new System.Windows.Forms.ToolStripButton(); this.CmdRunJobNow = new System.Windows.Forms.ToolStripButton(); this.CmdPause = new System.Windows.Forms.ToolStripButton(); this.CmdDelete = new System.Windows.Forms.ToolStripButton(); this.CmdAdd = new System.Windows.Forms.ToolStripButton(); this.CmdEdit = new System.Windows.Forms.ToolStripButton(); this.MainTab = new System.Windows.Forms.TabControl(); this.SchedulesTab = new System.Windows.Forms.TabPage(); this.SpecificationTab = new System.Windows.Forms.TabPage(); this.RefreshScheduler = new System.Windows.Forms.Timer(this.components); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); statusStrip1 = new System.Windows.Forms.StatusStrip(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox2 = new System.Windows.Forms.GroupBox(); splitContainer2 = new System.Windows.Forms.SplitContainer(); imageList1 = new System.Windows.Forms.ImageList(this.components); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); CmdAbout = new System.Windows.Forms.ToolStripButton(); statusStrip1.SuspendLayout(); groupBox1.SuspendLayout(); groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.ScheduleToolstrip.SuspendLayout(); this.MainTab.SuspendLayout(); this.SchedulesTab.SuspendLayout(); this.SuspendLayout(); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // // statusStrip1 // statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ServerConnectStatus, this.StripStatusLabel_Job_Groups, this.RefreshDate }); statusStrip1.Location = new System.Drawing.Point(0, 620); statusStrip1.Name = "statusStrip1"; statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0); statusStrip1.Size = new System.Drawing.Size(935, 25); statusStrip1.TabIndex = 1; statusStrip1.Text = "statusStrip1"; // // ServerConnectStatus // this.ServerConnectStatus.Name = "ServerConnectStatus"; this.ServerConnectStatus.Size = new System.Drawing.Size(107, 20); this.ServerConnectStatus.Text = "Not connected"; // // StripStatusLabel_Job_Groups // this.StripStatusLabel_Job_Groups.BackColor = System.Drawing.Color.LightCyan; this.StripStatusLabel_Job_Groups.Name = "StripStatusLabel_Job_Groups"; this.StripStatusLabel_Job_Groups.Size = new System.Drawing.Size(0, 20); this.StripStatusLabel_Job_Groups.ToolTipText = "Last Refresh of Running Jobs"; // // RefreshDate // this.RefreshDate.BackColor = System.Drawing.Color.LightCyan; this.RefreshDate.Name = "RefreshDate"; this.RefreshDate.Size = new System.Drawing.Size(0, 20); this.RefreshDate.ToolTipText = "Last Refresh Date of Running Jobs"; // // groupBox1 // groupBox1.Controls.Add(this.RunningJobs); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(4, 4); groupBox1.Margin = new System.Windows.Forms.Padding(4); groupBox1.Name = "groupBox1"; groupBox1.Padding = new System.Windows.Forms.Padding(4); groupBox1.Size = new System.Drawing.Size(913, 260); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Running"; // // RunningJobs // this.RunningJobs.AllowColumnReorder = true; this.RunningJobs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.JobName, this.JobDuration }); this.RunningJobs.Dock = System.Windows.Forms.DockStyle.Fill; this.RunningJobs.Location = new System.Drawing.Point(4, 19); this.RunningJobs.Margin = new System.Windows.Forms.Padding(4); this.RunningJobs.Name = "RunningJobs"; this.RunningJobs.Size = new System.Drawing.Size(905, 237); this.RunningJobs.Sorting = System.Windows.Forms.SortOrder.Ascending; this.RunningJobs.TabIndex = 0; this.RunningJobs.UseCompatibleStateImageBehavior = false; this.RunningJobs.View = System.Windows.Forms.View.Details; // // JobName // this.JobName.Text = "Job Name"; this.JobName.Width = 250; // // JobDuration // this.JobDuration.Text = "Duration (s)"; this.JobDuration.Width = 80; // // groupBox2 // groupBox2.Controls.Add(splitContainer2); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(4, 4); groupBox2.Margin = new System.Windows.Forms.Padding(4); groupBox2.Name = "groupBox2"; groupBox2.Padding = new System.Windows.Forms.Padding(4); groupBox2.Size = new System.Drawing.Size(913, 265); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "Scheduled"; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(4, 19); splitContainer2.Margin = new System.Windows.Forms.Padding(4); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.SchedulerView); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.pnlDetails); splitContainer2.Size = new System.Drawing.Size(905, 242); splitContainer2.SplitterDistance = 413; splitContainer2.SplitterWidth = 5; splitContainer2.TabIndex = 13; // // SchedulerView // this.SchedulerView.Dock = System.Windows.Forms.DockStyle.Fill; this.SchedulerView.HideSelection = false; this.SchedulerView.ImageIndex = 0; this.SchedulerView.ImageList = imageList1; this.SchedulerView.Location = new System.Drawing.Point(0, 0); this.SchedulerView.Margin = new System.Windows.Forms.Padding(4); this.SchedulerView.Name = "SchedulerView"; this.SchedulerView.SelectedImageIndex = 0; this.SchedulerView.Size = new System.Drawing.Size(413, 242); this.SchedulerView.TabIndex = 0; this.SchedulerView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.SchedulerView_AfterSelect); // // imageList1 // imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); imageList1.TransparentColor = System.Drawing.Color.Transparent; imageList1.Images.SetKeyName(0, "calendar_16x16.png"); imageList1.Images.SetKeyName(1, "clock_16x16.png"); imageList1.Images.SetKeyName(2, "hardhat_16x16.png"); imageList1.Images.SetKeyName(3, "windup_key_6x16.png"); imageList1.Images.SetKeyName(4, "users_family_16x16.png"); imageList1.Images.SetKeyName(5, "date_time_16x16.png"); imageList1.Images.SetKeyName(6, "schoolboy_16x16.png"); imageList1.Images.SetKeyName(7, "factory_16x16.png"); // // pnlDetails // this.pnlDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlDetails.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlDetails.Location = new System.Drawing.Point(0, 0); this.pnlDetails.Margin = new System.Windows.Forms.Padding(4); this.pnlDetails.Name = "pnlDetails"; this.pnlDetails.Size = new System.Drawing.Size(487, 242); this.pnlDetails.TabIndex = 0; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(3, 3); splitContainer1.Margin = new System.Windows.Forms.Padding(4); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(groupBox2); splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(4); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(groupBox1); splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(4); splitContainer1.Size = new System.Drawing.Size(921, 546); splitContainer1.SplitterDistance = 273; splitContainer1.SplitterWidth = 5; splitContainer1.TabIndex = 18; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(6, 39); // // CmdAbout // CmdAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; CmdAbout.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.information_32x32; CmdAbout.ImageTransparentColor = System.Drawing.Color.Magenta; CmdAbout.Name = "CmdAbout"; CmdAbout.Size = new System.Drawing.Size(36, 36); CmdAbout.Text = "About..."; CmdAbout.Click += new System.EventHandler(this.CmdAbout_Click); // // ScheduleToolstrip // this.ScheduleToolstrip.ImageScalingSize = new System.Drawing.Size(32, 32); this.ScheduleToolstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CmdRefreshScheduled, this.CmdRunJobNow, this.CmdPause, toolStripSeparator1, this.CmdDelete, this.CmdAdd, this.CmdEdit, toolStripSeparator2, CmdAbout }); this.ScheduleToolstrip.Location = new System.Drawing.Point(0, 0); this.ScheduleToolstrip.Name = "ScheduleToolstrip"; this.ScheduleToolstrip.Size = new System.Drawing.Size(935, 39); this.ScheduleToolstrip.TabIndex = 0; this.ScheduleToolstrip.Text = "toolStrip1"; // // CmdRefreshScheduled // this.CmdRefreshScheduled.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CmdRefreshScheduled.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.refresh_32x32; this.CmdRefreshScheduled.ImageTransparentColor = System.Drawing.Color.Magenta; this.CmdRefreshScheduled.Name = "CmdRefreshScheduled"; this.CmdRefreshScheduled.Size = new System.Drawing.Size(36, 36); this.CmdRefreshScheduled.Text = "Refresh"; this.CmdRefreshScheduled.ToolTipText = "Refresh scheduled jobs"; this.CmdRefreshScheduled.Click += new System.EventHandler(this.CmdRefreshScheduled_Click); // // CmdRunJobNow // this.CmdRunJobNow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CmdRunJobNow.Enabled = false; this.CmdRunJobNow.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.media_play_green_32x32; this.CmdRunJobNow.ImageTransparentColor = System.Drawing.Color.Magenta; this.CmdRunJobNow.Name = "CmdRunJobNow"; this.CmdRunJobNow.Size = new System.Drawing.Size(36, 36); this.CmdRunJobNow.Text = "Run"; this.CmdRunJobNow.ToolTipText = "Run selected job"; this.CmdRunJobNow.Click += new System.EventHandler(this.CmdRunJobNow_Click); // // CmdPause // this.CmdPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CmdPause.Enabled = false; this.CmdPause.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.media_pause_32x32; this.CmdPause.ImageTransparentColor = System.Drawing.Color.Magenta; this.CmdPause.Name = "CmdPause"; this.CmdPause.Size = new System.Drawing.Size(36, 36); this.CmdPause.Text = "Pause"; this.CmdPause.Click += new System.EventHandler(this.CmdPause_Click); // // CmdDelete // this.CmdDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CmdDelete.Enabled = false; this.CmdDelete.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.delete_32x32; this.CmdDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.CmdDelete.Name = "CmdDelete"; this.CmdDelete.Size = new System.Drawing.Size(36, 36); this.CmdDelete.Text = "Delete"; this.CmdDelete.Click += new System.EventHandler(this.CmdDelete_Click); // // CmdAdd // this.CmdAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CmdAdd.Enabled = false; this.CmdAdd.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.add_32x32; this.CmdAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.CmdAdd.Name = "CmdAdd"; this.CmdAdd.Size = new System.Drawing.Size(36, 36); this.CmdAdd.Text = "Add..."; this.CmdAdd.Click += new System.EventHandler(this.CmdAdd_Click); // // CmdEdit // this.CmdEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.CmdEdit.Enabled = false; this.CmdEdit.Image = global::RobotWare.Runtime.Server.Manager.Properties.Resources.pencil_32x32; this.CmdEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.CmdEdit.Name = "CmdEdit"; this.CmdEdit.Size = new System.Drawing.Size(36, 36); this.CmdEdit.Text = "Edit..."; this.CmdEdit.ToolTipText = "Edit..."; this.CmdEdit.Click += new System.EventHandler(this.CmdEdit_Click); // // MainTab // this.MainTab.Controls.Add(this.SchedulesTab); this.MainTab.Controls.Add(this.SpecificationTab); this.MainTab.Dock = System.Windows.Forms.DockStyle.Fill; this.MainTab.Location = new System.Drawing.Point(0, 39); this.MainTab.Name = "MainTab"; this.MainTab.SelectedIndex = 0; this.MainTab.Size = new System.Drawing.Size(935, 581); this.MainTab.TabIndex = 19; this.MainTab.SelectedIndexChanged += new System.EventHandler(this.Tab_SelectedIndexChanged); // // SchedulesTab // this.SchedulesTab.Controls.Add(splitContainer1); this.SchedulesTab.Location = new System.Drawing.Point(4, 25); this.SchedulesTab.Name = "SchedulesTab"; this.SchedulesTab.Padding = new System.Windows.Forms.Padding(3); this.SchedulesTab.Size = new System.Drawing.Size(927, 552); this.SchedulesTab.TabIndex = 0; this.SchedulesTab.Text = "Schedules"; this.SchedulesTab.UseVisualStyleBackColor = true; // // SpecificationTab // this.SpecificationTab.Location = new System.Drawing.Point(4, 25); this.SpecificationTab.Name = "SpecificationTab"; this.SpecificationTab.Padding = new System.Windows.Forms.Padding(3); this.SpecificationTab.Size = new System.Drawing.Size(927, 552); this.SpecificationTab.TabIndex = 1; this.SpecificationTab.Text = "Jobs"; this.SpecificationTab.UseVisualStyleBackColor = true; // // RefreshScheduler // this.RefreshScheduler.Interval = 5000; this.RefreshScheduler.Tick += new System.EventHandler(this.RefreshScheduler_Tick); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(935, 645); this.Controls.Add(this.MainTab); this.Controls.Add(statusStrip1); this.Controls.Add(this.ScheduleToolstrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Main"; this.Text = "Form1"; statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); groupBox1.ResumeLayout(false); groupBox2.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.ScheduleToolstrip.ResumeLayout(false); this.ScheduleToolstrip.PerformLayout(); this.MainTab.ResumeLayout(false); this.SchedulesTab.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.SplitContainer splitContainer1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label2; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label3; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label4; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label5; LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl label6; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem aboutNDecompileToolStripMenuItem; this._assembliesTree = new System.Windows.Forms.TreeView(); this._imageList = new System.Windows.Forms.ImageList(this.components); this._tabControl = new System.Windows.Forms.TabControl(); this._msilDisassemblyTabPage = new System.Windows.Forms.TabPage(); this._msilCodeBrowser = new LittleNet.NDecompile.FormsUI.Views.CodeBrowser(); this.contextHeaderControl1 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); this._controlFlowTabPage = new System.Windows.Forms.TabPage(); this._controlFlowGraphView = new LittleNet.NDecompile.FormsUI.Views.ControlFlowGraphView(); this._cSharpTabPage = new System.Windows.Forms.TabPage(); this._cSharpBrowser = new LittleNet.NDecompile.FormsUI.Views.CodeBrowser(); this._hexTabPage = new System.Windows.Forms.TabPage(); this._hexCodeBrowser = new LittleNet.NDecompile.FormsUI.Views.CodeBrowser(); this._imageTabPage = new System.Windows.Forms.TabPage(); this._imagePictureBox = new System.Windows.Forms.PictureBox(); this._stringTableTabPage = new System.Windows.Forms.TabPage(); this._stringTableListView = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this._openButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this._backButton = new System.Windows.Forms.ToolStripButton(); this._nextButton = new System.Windows.Forms.ToolStripButton(); this._openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._backToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._forwardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this._menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); label2 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label3 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label4 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label5 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); label6 = new LittleNet.NDecompile.FormsUI.Views.ContextHeaderControl(); toolStrip1 = new System.Windows.Forms.ToolStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutNDecompileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this._tabControl.SuspendLayout(); this._msilDisassemblyTabPage.SuspendLayout(); this._controlFlowTabPage.SuspendLayout(); this._cSharpTabPage.SuspendLayout(); this._hexTabPage.SuspendLayout(); this._imageTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._imagePictureBox)).BeginInit(); this._stringTableTabPage.SuspendLayout(); toolStrip1.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this._menuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this._assembliesTree); splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(2, 3, 0, 2); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this._tabControl); splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(0, 3, 2, 1); splitContainer1.Size = new System.Drawing.Size(724, 370); splitContainer1.SplitterDistance = 239; splitContainer1.TabIndex = 0; // // _assembliesTree // this._assembliesTree.Dock = System.Windows.Forms.DockStyle.Fill; this._assembliesTree.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._assembliesTree.HideSelection = false; this._assembliesTree.ImageIndex = 0; this._assembliesTree.ImageList = this._imageList; this._assembliesTree.Location = new System.Drawing.Point(2, 3); this._assembliesTree.Name = "_assembliesTree"; this._assembliesTree.SelectedImageIndex = 0; this._assembliesTree.Size = new System.Drawing.Size(237, 365); this._assembliesTree.TabIndex = 0; this._assembliesTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this._assembliesTree_NodeMouseDoubleClick); this._assembliesTree.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this._assembliesTree_BeforeExpand); this._assembliesTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this._assembliesTree_AfterSelect); // // _imageList // this._imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream"))); this._imageList.TransparentColor = System.Drawing.Color.Magenta; this._imageList.Images.SetKeyName(0, "Assembly.bmp"); this._imageList.Images.SetKeyName(1, "Namespace.bmp"); this._imageList.Images.SetKeyName(2, "Class.bmp"); this._imageList.Images.SetKeyName(3, "Enum.bmp"); this._imageList.Images.SetKeyName(4, "Interface.bmp"); this._imageList.Images.SetKeyName(5, "Method.bmp"); this._imageList.Images.SetKeyName(6, "ProtectedMethod.bmp"); this._imageList.Images.SetKeyName(7, "StaticMethod.bmp"); this._imageList.Images.SetKeyName(8, "InternalMethod.bmp"); this._imageList.Images.SetKeyName(9, "InternalProperty.bmp"); this._imageList.Images.SetKeyName(10, "PrivateProperty.bmp"); this._imageList.Images.SetKeyName(11, "ProtectedProperty.bmp"); this._imageList.Images.SetKeyName(12, "PublicProperty.bmp"); this._imageList.Images.SetKeyName(13, "PublicField.bmp"); this._imageList.Images.SetKeyName(14, "InternalField.bmp"); this._imageList.Images.SetKeyName(15, "ProtectedField.bmp"); this._imageList.Images.SetKeyName(16, "PrivateField.bmp"); this._imageList.Images.SetKeyName(17, "PublicConst.bmp"); this._imageList.Images.SetKeyName(18, "InternalConst.bmp"); this._imageList.Images.SetKeyName(19, "ProtectedConst.bmp"); this._imageList.Images.SetKeyName(20, "PrivateConst.bmp"); // // _tabControl // this._tabControl.Controls.Add(this._msilDisassemblyTabPage); this._tabControl.Controls.Add(this._controlFlowTabPage); this._tabControl.Controls.Add(this._cSharpTabPage); this._tabControl.Controls.Add(this._hexTabPage); this._tabControl.Controls.Add(this._imageTabPage); this._tabControl.Controls.Add(this._stringTableTabPage); this._tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this._tabControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._tabControl.HotTrack = true; this._tabControl.Location = new System.Drawing.Point(0, 3); this._tabControl.Name = "_tabControl"; this._tabControl.SelectedIndex = 0; this._tabControl.Size = new System.Drawing.Size(479, 366); this._tabControl.TabIndex = 2; // // _msilDisassemblyTabPage // this._msilDisassemblyTabPage.Controls.Add(this._msilCodeBrowser); this._msilDisassemblyTabPage.Controls.Add(this.contextHeaderControl1); this._msilDisassemblyTabPage.Location = new System.Drawing.Point(4, 22); this._msilDisassemblyTabPage.Name = "_msilDisassemblyTabPage"; this._msilDisassemblyTabPage.Padding = new System.Windows.Forms.Padding(3); this._msilDisassemblyTabPage.Size = new System.Drawing.Size(471, 340); this._msilDisassemblyTabPage.TabIndex = 0; this._msilDisassemblyTabPage.Text = "MSIL Disassembly"; this._msilDisassemblyTabPage.UseVisualStyleBackColor = true; // // _msilCodeBrowser // this._msilCodeBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._msilCodeBrowser.Location = new System.Drawing.Point(3, 18); this._msilCodeBrowser.Name = "_msilCodeBrowser"; this._msilCodeBrowser.Size = new System.Drawing.Size(465, 319); this._msilCodeBrowser.TabIndex = 1; // // contextHeaderControl1 // this.contextHeaderControl1.BottomColor = System.Drawing.SystemColors.ActiveCaption; this.contextHeaderControl1.Dock = System.Windows.Forms.DockStyle.Top; this.contextHeaderControl1.Location = new System.Drawing.Point(3, 3); this.contextHeaderControl1.Name = "contextHeaderControl1"; this.contextHeaderControl1.Size = new System.Drawing.Size(465, 15); this.contextHeaderControl1.TabIndex = 3; this.contextHeaderControl1.Text = "MSIL Disassembly"; this.contextHeaderControl1.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _controlFlowTabPage // this._controlFlowTabPage.Controls.Add(this._controlFlowGraphView); this._controlFlowTabPage.Controls.Add(label2); this._controlFlowTabPage.Location = new System.Drawing.Point(4, 22); this._controlFlowTabPage.Name = "_controlFlowTabPage"; this._controlFlowTabPage.Padding = new System.Windows.Forms.Padding(3); this._controlFlowTabPage.Size = new System.Drawing.Size(471, 340); this._controlFlowTabPage.TabIndex = 1; this._controlFlowTabPage.Text = "Control Flow Graph"; this._controlFlowTabPage.UseVisualStyleBackColor = true; // // _controlFlowGraphView // this._controlFlowGraphView.BackColor = System.Drawing.SystemColors.Info; this._controlFlowGraphView.Dock = System.Windows.Forms.DockStyle.Fill; this._controlFlowGraphView.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._controlFlowGraphView.Graph = null; this._controlFlowGraphView.Location = new System.Drawing.Point(3, 18); this._controlFlowGraphView.Name = "_controlFlowGraphView"; this._controlFlowGraphView.Size = new System.Drawing.Size(465, 319); this._controlFlowGraphView.TabIndex = 2; // // label2 // label2.BackColor = System.Drawing.SystemColors.Highlight; label2.BottomColor = System.Drawing.SystemColors.ActiveCaption; label2.Dock = System.Windows.Forms.DockStyle.Top; label2.ForeColor = System.Drawing.SystemColors.HighlightText; label2.Location = new System.Drawing.Point(3, 3); label2.Name = "label2"; label2.Size = new System.Drawing.Size(465, 15); label2.TabIndex = 1; label2.Text = "Control Flow Graph"; label2.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _cSharpTabPage // this._cSharpTabPage.Controls.Add(this._cSharpBrowser); this._cSharpTabPage.Controls.Add(label3); this._cSharpTabPage.Location = new System.Drawing.Point(4, 22); this._cSharpTabPage.Name = "_cSharpTabPage"; this._cSharpTabPage.Padding = new System.Windows.Forms.Padding(3); this._cSharpTabPage.Size = new System.Drawing.Size(471, 340); this._cSharpTabPage.TabIndex = 2; this._cSharpTabPage.Text = "C# Disassembly"; this._cSharpTabPage.UseVisualStyleBackColor = true; // // _cSharpBrowser // this._cSharpBrowser.AllowWebBrowserDrop = false; this._cSharpBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._cSharpBrowser.IsWebBrowserContextMenuEnabled = false; this._cSharpBrowser.Location = new System.Drawing.Point(3, 18); this._cSharpBrowser.MinimumSize = new System.Drawing.Size(20, 20); this._cSharpBrowser.Name = "_cSharpBrowser"; this._cSharpBrowser.ScriptErrorsSuppressed = true; this._cSharpBrowser.Size = new System.Drawing.Size(465, 319); this._cSharpBrowser.TabIndex = 3; this._cSharpBrowser.WebBrowserShortcutsEnabled = false; this._cSharpBrowser.BeforeNavigate += new System.EventHandler <LittleNet.NDecompile.FormsUI.Views.CodeBrowser.NavigateEventArgs>(this._cSharpBrowser_BeforeNavigate); // // label3 // label3.BackColor = System.Drawing.SystemColors.Highlight; label3.BottomColor = System.Drawing.SystemColors.ActiveCaption; label3.Dock = System.Windows.Forms.DockStyle.Top; label3.ForeColor = System.Drawing.SystemColors.HighlightText; label3.Location = new System.Drawing.Point(3, 3); label3.Name = "label3"; label3.Size = new System.Drawing.Size(465, 15); label3.TabIndex = 2; label3.Text = "C# Dissasembly"; label3.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _hexTabPage // this._hexTabPage.Controls.Add(this._hexCodeBrowser); this._hexTabPage.Controls.Add(label4); this._hexTabPage.Location = new System.Drawing.Point(4, 22); this._hexTabPage.Name = "_hexTabPage"; this._hexTabPage.Padding = new System.Windows.Forms.Padding(3); this._hexTabPage.Size = new System.Drawing.Size(471, 340); this._hexTabPage.TabIndex = 3; this._hexTabPage.Text = "Hex Disassembly"; this._hexTabPage.UseVisualStyleBackColor = true; // // _hexCodeBrowser // this._hexCodeBrowser.AllowWebBrowserDrop = false; this._hexCodeBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._hexCodeBrowser.IsWebBrowserContextMenuEnabled = false; this._hexCodeBrowser.Location = new System.Drawing.Point(3, 18); this._hexCodeBrowser.MinimumSize = new System.Drawing.Size(20, 20); this._hexCodeBrowser.Name = "_hexCodeBrowser"; this._hexCodeBrowser.ScriptErrorsSuppressed = true; this._hexCodeBrowser.Size = new System.Drawing.Size(465, 319); this._hexCodeBrowser.TabIndex = 4; this._hexCodeBrowser.WebBrowserShortcutsEnabled = false; // // label4 // label4.BackColor = System.Drawing.SystemColors.Highlight; label4.BottomColor = System.Drawing.SystemColors.ActiveCaption; label4.Dock = System.Windows.Forms.DockStyle.Top; label4.ForeColor = System.Drawing.SystemColors.HighlightText; label4.Location = new System.Drawing.Point(3, 3); label4.Name = "label4"; label4.Size = new System.Drawing.Size(465, 15); label4.TabIndex = 1; label4.Text = "Hex Dissasembly"; label4.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _imageTabPage // this._imageTabPage.Controls.Add(this._imagePictureBox); this._imageTabPage.Controls.Add(label5); this._imageTabPage.Location = new System.Drawing.Point(4, 22); this._imageTabPage.Name = "_imageTabPage"; this._imageTabPage.Padding = new System.Windows.Forms.Padding(3); this._imageTabPage.Size = new System.Drawing.Size(471, 340); this._imageTabPage.TabIndex = 4; this._imageTabPage.Text = "Image"; this._imageTabPage.UseVisualStyleBackColor = true; // // _imagePictureBox // this._imagePictureBox.Location = new System.Drawing.Point(6, 21); this._imagePictureBox.Name = "_imagePictureBox"; this._imagePictureBox.Size = new System.Drawing.Size(100, 50); this._imagePictureBox.TabIndex = 2; this._imagePictureBox.TabStop = false; // // label5 // label5.BackColor = System.Drawing.SystemColors.Highlight; label5.BottomColor = System.Drawing.SystemColors.ActiveCaption; label5.Dock = System.Windows.Forms.DockStyle.Top; label5.ForeColor = System.Drawing.SystemColors.HighlightText; label5.Location = new System.Drawing.Point(3, 3); label5.Name = "label5"; label5.Size = new System.Drawing.Size(465, 15); label5.TabIndex = 1; label5.Text = "Image"; label5.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // _stringTableTabPage // this._stringTableTabPage.Controls.Add(this._stringTableListView); this._stringTableTabPage.Controls.Add(label6); this._stringTableTabPage.Location = new System.Drawing.Point(4, 22); this._stringTableTabPage.Name = "_stringTableTabPage"; this._stringTableTabPage.Padding = new System.Windows.Forms.Padding(3); this._stringTableTabPage.Size = new System.Drawing.Size(471, 340); this._stringTableTabPage.TabIndex = 5; this._stringTableTabPage.Text = "String Table"; this._stringTableTabPage.UseVisualStyleBackColor = true; // // _stringTableListView // this._stringTableListView.BorderStyle = System.Windows.Forms.BorderStyle.None; this._stringTableListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2 }); this._stringTableListView.Dock = System.Windows.Forms.DockStyle.Fill; this._stringTableListView.Location = new System.Drawing.Point(3, 18); this._stringTableListView.Name = "_stringTableListView"; this._stringTableListView.Size = new System.Drawing.Size(465, 319); this._stringTableListView.TabIndex = 3; this._stringTableListView.UseCompatibleStateImageBehavior = false; this._stringTableListView.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Key"; this.columnHeader1.Width = 178; // // columnHeader2 // this.columnHeader2.Text = "Value"; this.columnHeader2.Width = 171; // // label6 // label6.BackColor = System.Drawing.SystemColors.Highlight; label6.BottomColor = System.Drawing.SystemColors.ActiveCaption; label6.Dock = System.Windows.Forms.DockStyle.Top; label6.ForeColor = System.Drawing.SystemColors.HighlightText; label6.Location = new System.Drawing.Point(3, 3); label6.Name = "label6"; label6.Size = new System.Drawing.Size(465, 15); label6.TabIndex = 2; label6.Text = "String Table"; label6.TopColor = System.Drawing.SystemColors.GradientActiveCaption; // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._openButton, this.toolStripSeparator1, this._backButton, this._nextButton }); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(724, 25); toolStrip1.TabIndex = 3; toolStrip1.Text = "_toolStrip"; // // _openButton // this._openButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._openButton.Image = ((System.Drawing.Image)(resources.GetObject("_openButton.Image"))); this._openButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._openButton.Name = "_openButton"; this._openButton.Size = new System.Drawing.Size(23, 22); this._openButton.Text = "Open"; this._openButton.Click += new System.EventHandler(this.OpenToolStripMenuItemClickHandler); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // _backButton // this._backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._backButton.Image = ((System.Drawing.Image)(resources.GetObject("_backButton.Image"))); this._backButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._backButton.Name = "_backButton"; this._backButton.Size = new System.Drawing.Size(23, 22); this._backButton.Text = "Back"; this._backButton.Click += new System.EventHandler(this.BackToolStripMenuItemClickHandler); // // _nextButton // this._nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._nextButton.Image = ((System.Drawing.Image)(resources.GetObject("_nextButton.Image"))); this._nextButton.ImageTransparentColor = System.Drawing.Color.Magenta; this._nextButton.Name = "_nextButton"; this._nextButton.Size = new System.Drawing.Size(23, 22); this._nextButton.Text = "Forward"; this._nextButton.Click += new System.EventHandler(this.ForwardToolStripMenuItemClickHandler); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._openToolStripMenuItem, toolStripMenuItem1, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); fileToolStripMenuItem.Text = "&File"; // // _openToolStripMenuItem // this._openToolStripMenuItem.Name = "_openToolStripMenuItem"; this._openToolStripMenuItem.Size = new System.Drawing.Size(123, 22); this._openToolStripMenuItem.Text = "&Open..."; this._openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClickHandler); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(120, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(123, 22); exitToolStripMenuItem.Text = "&Exit"; exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClickHandler); // // viewToolStripMenuItem // viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._backToolStripMenuItem, this._forwardToolStripMenuItem, toolStripMenuItem2 }); viewToolStripMenuItem.Name = "viewToolStripMenuItem"; viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20); viewToolStripMenuItem.Text = "&View"; // // _backToolStripMenuItem // this._backToolStripMenuItem.Name = "_backToolStripMenuItem"; this._backToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this._backToolStripMenuItem.Text = "&Back"; this._backToolStripMenuItem.Click += new System.EventHandler(this.BackToolStripMenuItemClickHandler); // // _forwardToolStripMenuItem // this._forwardToolStripMenuItem.Name = "_forwardToolStripMenuItem"; this._forwardToolStripMenuItem.Size = new System.Drawing.Size(125, 22); this._forwardToolStripMenuItem.Text = "&Forward"; this._forwardToolStripMenuItem.Click += new System.EventHandler(this.ForwardToolStripMenuItemClickHandler); // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(122, 6); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { aboutNDecompileToolStripMenuItem }); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); helpToolStripMenuItem.Text = "&Help"; // // aboutNDecompileToolStripMenuItem // aboutNDecompileToolStripMenuItem.Name = "aboutNDecompileToolStripMenuItem"; aboutNDecompileToolStripMenuItem.Size = new System.Drawing.Size(172, 22); aboutNDecompileToolStripMenuItem.Text = "&About NDecompile"; aboutNDecompileToolStripMenuItem.Click += new System.EventHandler(this.AboutNDecompileToolStripMenuItemClickHandler); // // _openFileDialog // this._openFileDialog.Filter = "Assemblies|*.dll|Executables|*.exe"; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); this.toolStripContainer1.ContentPanel.Controls.Add(toolStrip1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(724, 395); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(724, 419); this.toolStripContainer1.TabIndex = 3; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._menuStrip); // // _menuStrip // this._menuStrip.Dock = System.Windows.Forms.DockStyle.None; this._menuStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; this._menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, viewToolStripMenuItem, helpToolStripMenuItem }); this._menuStrip.Location = new System.Drawing.Point(0, 0); this._menuStrip.Name = "_menuStrip"; this._menuStrip.Size = new System.Drawing.Size(724, 24); this._menuStrip.TabIndex = 5; this._menuStrip.Text = "_menuStrip"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(724, 419); this.Controls.Add(this.toolStripContainer1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "NDecompile"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); this._tabControl.ResumeLayout(false); this._msilDisassemblyTabPage.ResumeLayout(false); this._controlFlowTabPage.ResumeLayout(false); this._cSharpTabPage.ResumeLayout(false); this._hexTabPage.ResumeLayout(false); this._imageTabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._imagePictureBox)).EndInit(); this._stringTableTabPage.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.ContentPanel.PerformLayout(); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this._menuStrip.ResumeLayout(false); this._menuStrip.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.SplitContainer splitContainer; this.dataGridView = new System.Windows.Forms.DataGridView(); this.Item = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SubType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.filterLabel = new System.Windows.Forms.Label(); this.filterComboBox = new System.Windows.Forms.ComboBox(); splitContainer = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.AllowUserToResizeRows = false; this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange( new System.Windows.Forms.DataGridViewColumn[] { this.Item, this.Type, this.SubType, this.Quantity} ); this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView.Location = new System.Drawing.Point( 0, 0 ); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersVisible = false; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dataGridView.ShowCellErrors = false; this.dataGridView.ShowCellToolTips = false; this.dataGridView.ShowEditingIcon = false; this.dataGridView.ShowRowErrors = false; this.dataGridView.Size = new System.Drawing.Size( 683, 356 ); this.dataGridView.TabIndex = 0; // // Item // this.Item.DataPropertyName = "Item"; this.Item.HeaderText = "Item"; this.Item.Name = "Item"; this.Item.ReadOnly = true; this.Item.Width = 52; // // Type // this.Type.DataPropertyName = "Type"; this.Type.HeaderText = "Type"; this.Type.Name = "Type"; this.Type.ReadOnly = true; this.Type.Width = 56; // // SubType // this.SubType.DataPropertyName = "SubType"; this.SubType.HeaderText = "Sub-type"; this.SubType.Name = "SubType"; this.SubType.ReadOnly = true; this.SubType.Width = 74; // // Quantity // this.Quantity.DataPropertyName = "InventoryQuantity"; this.Quantity.HeaderText = "Quantity"; this.Quantity.Name = "Quantity"; this.Quantity.Width = 71; // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer.IsSplitterFixed = true; splitContainer.Location = new System.Drawing.Point( 0, 0 ); splitContainer.Name = "splitContainer"; splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add( this.filterLabel ); splitContainer.Panel1.Controls.Add( this.filterComboBox ); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add( this.dataGridView ); splitContainer.Size = new System.Drawing.Size( 683, 388 ); splitContainer.SplitterDistance = 28; splitContainer.TabIndex = 1; // // filterLabel // this.filterLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.filterLabel.AutoSize = true; this.filterLabel.Location = new System.Drawing.Point( 463, 3 ); this.filterLabel.Name = "filterLabel"; this.filterLabel.Size = new System.Drawing.Size( 32, 13 ); this.filterLabel.TabIndex = 1; this.filterLabel.Text = "Filter:"; // // filterComboBox // this.filterComboBox.Dock = System.Windows.Forms.DockStyle.Right; this.filterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.filterComboBox.FormattingEnabled = true; this.filterComboBox.Location = new System.Drawing.Point( 501, 0 ); this.filterComboBox.Name = "filterComboBox"; this.filterComboBox.Size = new System.Drawing.Size( 182, 21 ); this.filterComboBox.TabIndex = 0; // // InventoryEditor // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add( splitContainer ); this.Name = "InventoryEditor"; this.Size = new System.Drawing.Size( 683, 388 ); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); splitContainer.Panel1.ResumeLayout( false ); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout( false ); splitContainer.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.TabControl tabControl1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; System.Windows.Forms.Panel panel1; System.Windows.Forms.Label label1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester)); this.tabPage1 = new System.Windows.Forms.TabPage(); this.buttonInstall = new System.Windows.Forms.Button(); this.buttonCreateEnvironment = new System.Windows.Forms.Button(); this.textInstall = new System.Windows.Forms.TextBox(); this.textResultInstall = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.comboSelf = new System.Windows.Forms.ComboBox(); this.buttonEvalExpression = new System.Windows.Forms.Button(); this.buttonJitExpression = new System.Windows.Forms.Button(); this.textEvaluate = new System.Windows.Forms.TextBox(); this.textResultEvaluate = new System.Windows.Forms.TextBox(); tabControl1 = new System.Windows.Forms.TabControl(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); splitContainer2 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); panel1 = new System.Windows.Forms.Panel(); label1 = new System.Windows.Forms.Label(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(852, 389); tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(splitContainer1); 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(844, 363); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Install"; this.tabPage1.UseVisualStyleBackColor = true; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(3, 3); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tableLayoutPanel3); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.textResultInstall); splitContainer1.Size = new System.Drawing.Size(838, 357); splitContainer1.SplitterDistance = 230; splitContainer1.TabIndex = 0; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 2; tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1); tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1); tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0); tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 2; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel3.Size = new System.Drawing.Size(838, 230); tableLayoutPanel3.TabIndex = 0; // // buttonInstall // this.buttonInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonInstall.Location = new System.Drawing.Point(422, 203); this.buttonInstall.Name = "buttonInstall"; this.buttonInstall.Size = new System.Drawing.Size(413, 24); this.buttonInstall.TabIndex = 8; this.buttonInstall.Text = "Install"; this.buttonInstall.UseVisualStyleBackColor = true; this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click); // // buttonCreateEnvironment // this.buttonCreateEnvironment.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 203); this.buttonCreateEnvironment.Name = "buttonCreateEnvironment"; this.buttonCreateEnvironment.Size = new System.Drawing.Size(413, 24); this.buttonCreateEnvironment.TabIndex = 7; this.buttonCreateEnvironment.Text = "New Env."; this.buttonCreateEnvironment.UseVisualStyleBackColor = true; this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click); // // textInstall // this.textInstall.AcceptsTab = true; this.textInstall.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))); tableLayoutPanel3.SetColumnSpan(this.textInstall, 2); this.textInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textInstall.HideSelection = false; this.textInstall.Location = new System.Drawing.Point(3, 3); this.textInstall.Multiline = true; this.textInstall.Name = "textInstall"; this.textInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textInstall.Size = new System.Drawing.Size(832, 194); this.textInstall.TabIndex = 6; // // textResultInstall // this.textResultInstall.AcceptsTab = true; this.textResultInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.textResultInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textResultInstall.HideSelection = false; this.textResultInstall.Location = new System.Drawing.Point(0, 0); this.textResultInstall.Multiline = true; this.textResultInstall.Name = "textResultInstall"; this.textResultInstall.ReadOnly = true; this.textResultInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textResultInstall.Size = new System.Drawing.Size(838, 123); this.textResultInstall.TabIndex = 7; // // tabPage2 // this.tabPage2.Controls.Add(splitContainer2); 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(844, 363); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Evaluate"; this.tabPage2.UseVisualStyleBackColor = true; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(3, 3); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(tableLayoutPanel4); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.textResultEvaluate); splitContainer2.Size = new System.Drawing.Size(838, 357); splitContainer2.SplitterDistance = 214; splitContainer2.TabIndex = 0; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 3; tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); tableLayoutPanel4.Controls.Add(panel1, 2, 1); tableLayoutPanel4.Controls.Add(this.buttonEvalExpression, 1, 1); tableLayoutPanel4.Controls.Add(this.buttonJitExpression, 0, 1); tableLayoutPanel4.Controls.Add(this.textEvaluate, 0, 0); tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 2; tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel4.Size = new System.Drawing.Size(838, 214); tableLayoutPanel4.TabIndex = 0; // // panel1 // panel1.Controls.Add(this.comboSelf); panel1.Controls.Add(label1); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(561, 187); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(274, 24); panel1.TabIndex = 10; // // comboSelf // this.comboSelf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboSelf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSelf.FormattingEnabled = true; this.comboSelf.Items.AddRange(new object[] { "nil", "result"}); this.comboSelf.Location = new System.Drawing.Point(35, 3); this.comboSelf.Name = "comboSelf"; this.comboSelf.Size = new System.Drawing.Size(236, 21); this.comboSelf.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(26, 13); label1.TabIndex = 0; label1.Text = "self:"; // // buttonEvalExpression // this.buttonEvalExpression.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187); this.buttonEvalExpression.Name = "buttonEvalExpression"; this.buttonEvalExpression.Size = new System.Drawing.Size(273, 24); this.buttonEvalExpression.TabIndex = 9; this.buttonEvalExpression.Text = "Eval Expression"; this.buttonEvalExpression.UseVisualStyleBackColor = true; this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click); // // buttonJitExpression // this.buttonJitExpression.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonJitExpression.Location = new System.Drawing.Point(3, 187); this.buttonJitExpression.Name = "buttonJitExpression"; this.buttonJitExpression.Size = new System.Drawing.Size(273, 24); this.buttonJitExpression.TabIndex = 8; this.buttonJitExpression.Text = "JIT Expression"; this.buttonJitExpression.UseVisualStyleBackColor = true; this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click); // // textEvaluate // this.textEvaluate.AcceptsTab = true; this.textEvaluate.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))); tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3); this.textEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEvaluate.HideSelection = false; this.textEvaluate.Location = new System.Drawing.Point(3, 3); this.textEvaluate.Multiline = true; this.textEvaluate.Name = "textEvaluate"; this.textEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textEvaluate.Size = new System.Drawing.Size(832, 178); this.textEvaluate.TabIndex = 7; // // textResultEvaluate // this.textResultEvaluate.AcceptsTab = true; this.textResultEvaluate.Dock = System.Windows.Forms.DockStyle.Fill; this.textResultEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textResultEvaluate.HideSelection = false; this.textResultEvaluate.Location = new System.Drawing.Point(0, 0); this.textResultEvaluate.Multiline = true; this.textResultEvaluate.Name = "textResultEvaluate"; this.textResultEvaluate.ReadOnly = true; this.textResultEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textResultEvaluate.Size = new System.Drawing.Size(838, 139); this.textResultEvaluate.TabIndex = 8; // // WorkspaceTester // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(852, 389); this.Controls.Add(tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WorkspaceTester"; this.Text = "Compiler / Installer / Code Generator - Tester"; this.Load += new System.EventHandler(this.WorkspaceTester_Load); tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); this.tabPage2.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel4.PerformLayout(); panel1.ResumeLayout(false); panel1.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 label15; System.Windows.Forms.Label label14; System.Windows.Forms.Label label13; System.Windows.Forms.Label label12; System.Windows.Forms.Label label11; System.Windows.Forms.Label label10; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.Label label5; this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.sourceEditControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.SourceEditControl(); this.txtClassClassInstanceVars = new System.Windows.Forms.TextBox(); this.txtClassClassVars = new System.Windows.Forms.TextBox(); this.txtClassInstanceVars = new System.Windows.Forms.TextBox(); this.comboClassInstanceState = new System.Windows.Forms.ComboBox(); this.comboClassPools = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox(); this.comboClassSuperclass = new System.Windows.Forms.ComboBox(); this.txtClassName = new System.Windows.Forms.TextBox(); this.comboImplementedInstanceProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox(); this.comboImplementedClassProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox(); this.textNativeType = new System.Windows.Forms.TextBox(); label15 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // label15 // label15.AutoSize = true; label15.Location = new System.Drawing.Point(10, 164); label15.Name = "label15"; label15.Size = new System.Drawing.Size(80, 13); label15.TabIndex = 5; label15.Text = "Imported Pools:"; // // label14 // label14.AutoSize = true; label14.Location = new System.Drawing.Point(10, 138); label14.Name = "label14"; label14.Size = new System.Drawing.Size(82, 13); label14.TabIndex = 4; label14.Text = "Class Inst. Vars:"; // // label13 // label13.AutoSize = true; label13.Location = new System.Drawing.Point(10, 86); label13.Name = "label13"; label13.Size = new System.Drawing.Size(75, 13); label13.TabIndex = 3; label13.Text = "Instance Vars:"; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(10, 112); label12.Name = "label12"; label12.Size = new System.Drawing.Size(59, 13); label12.TabIndex = 8; label12.Text = "Class Vars:"; // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(10, 59); label11.Name = "label11"; label11.Size = new System.Drawing.Size(79, 13); label11.TabIndex = 7; label11.Text = "Instance State:"; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(10, 32); label10.Name = "label10"; label10.Size = new System.Drawing.Size(62, 13); label10.TabIndex = 6; label10.Text = "Superclass:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(10, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(66, 13); label1.TabIndex = 6; label1.Text = "Class Name:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(10, 191); label2.Name = "label2"; label2.Size = new System.Drawing.Size(88, 13); label2.TabIndex = 5; label2.Text = "Impl. Inst. Prots. :"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(10, 218); label3.Name = "label3"; label3.Size = new System.Drawing.Size(93, 13); label3.TabIndex = 5; label3.Text = "Impl. Class Prots. :"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(10, 245); label4.Name = "label4"; label4.Size = new System.Drawing.Size(68, 13); label4.TabIndex = 4; label4.Text = "Native Type:"; // // splitContainer1 // 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))); splitContainer1.Location = new System.Drawing.Point(13, 265); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.descriptionControl); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(label5); splitContainer1.Panel2.Controls.Add(this.sourceEditControl); splitContainer1.Size = new System.Drawing.Size(269, 151); splitContainer1.SplitterDistance = 80; splitContainer1.TabIndex = 12; // // descriptionControl // this.descriptionControl.Dock = System.Windows.Forms.DockStyle.Fill; this.descriptionControl.Location = new System.Drawing.Point(0, 0); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = true; this.descriptionControl.Size = new System.Drawing.Size(269, 80); this.descriptionControl.TabIndex = 12; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(-3, 4); label5.Name = "label5"; label5.Size = new System.Drawing.Size(50, 13); label5.TabIndex = 14; label5.Text = "Initializer:"; // // sourceEditControl // this.sourceEditControl.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.sourceEditControl.Location = new System.Drawing.Point(0, 20); this.sourceEditControl.Name = "sourceEditControl"; this.sourceEditControl.Size = new System.Drawing.Size(269, 47); this.sourceEditControl.Source = ""; this.sourceEditControl.TabIndex = 13; this.sourceEditControl.Load += new System.EventHandler(this.sourceEditControl_Load); // // txtClassClassInstanceVars // this.txtClassClassInstanceVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassClassInstanceVars.Location = new System.Drawing.Point(109, 135); this.txtClassClassInstanceVars.Name = "txtClassClassInstanceVars"; this.txtClassClassInstanceVars.Size = new System.Drawing.Size(173, 20); this.txtClassClassInstanceVars.TabIndex = 6; this.txtClassClassInstanceVars.TextChanged += new System.EventHandler(this.txtClassClassInstanceVars_TextChanged); // // txtClassClassVars // this.txtClassClassVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassClassVars.Location = new System.Drawing.Point(109, 109); this.txtClassClassVars.Name = "txtClassClassVars"; this.txtClassClassVars.Size = new System.Drawing.Size(173, 20); this.txtClassClassVars.TabIndex = 5; this.txtClassClassVars.TextChanged += new System.EventHandler(this.txtClassClassVars_TextChanged); // // txtClassInstanceVars // this.txtClassInstanceVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassInstanceVars.Location = new System.Drawing.Point(109, 83); this.txtClassInstanceVars.Name = "txtClassInstanceVars"; this.txtClassInstanceVars.Size = new System.Drawing.Size(173, 20); this.txtClassInstanceVars.TabIndex = 4; this.txtClassInstanceVars.TextChanged += new System.EventHandler(this.txtClassInstanceVars_TextChanged); // // comboClassInstanceState // this.comboClassInstanceState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboClassInstanceState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClassInstanceState.FormattingEnabled = true; this.comboClassInstanceState.Items.AddRange(new object[] { "None (Named Variables Only)", "Byte Indexable", "Object Indexable", "Native"}); this.comboClassInstanceState.Location = new System.Drawing.Point(109, 56); this.comboClassInstanceState.Name = "comboClassInstanceState"; this.comboClassInstanceState.Size = new System.Drawing.Size(173, 21); this.comboClassInstanceState.TabIndex = 3; this.comboClassInstanceState.SelectedIndexChanged += new System.EventHandler(this.comboClassInstanceState_SelectedIndexChanged); // // comboClassPools // this.comboClassPools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboClassPools.FormattingEnabled = true; this.comboClassPools.Location = new System.Drawing.Point(109, 161); this.comboClassPools.Name = "comboClassPools"; this.comboClassPools.Separator = " "; this.comboClassPools.Size = new System.Drawing.Size(173, 21); this.comboClassPools.TabIndex = 7; this.comboClassPools.TextChanged += new System.EventHandler(this.comboClassPools_TextChanged); // // comboClassSuperclass // this.comboClassSuperclass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboClassSuperclass.FormattingEnabled = true; this.comboClassSuperclass.Location = new System.Drawing.Point(109, 29); this.comboClassSuperclass.Name = "comboClassSuperclass"; this.comboClassSuperclass.Size = new System.Drawing.Size(173, 21); this.comboClassSuperclass.TabIndex = 2; this.comboClassSuperclass.TextChanged += new System.EventHandler(this.comboClassSuperclass_TextChanged); // // txtClassName // this.txtClassName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassName.Location = new System.Drawing.Point(109, 3); this.txtClassName.Name = "txtClassName"; this.txtClassName.Size = new System.Drawing.Size(173, 20); this.txtClassName.TabIndex = 1; this.txtClassName.TextChanged += new System.EventHandler(this.txtClassName_TextChanged); // // comboImplementedInstanceProtocols // this.comboImplementedInstanceProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboImplementedInstanceProtocols.FormattingEnabled = true; this.comboImplementedInstanceProtocols.Location = new System.Drawing.Point(109, 188); this.comboImplementedInstanceProtocols.Name = "comboImplementedInstanceProtocols"; this.comboImplementedInstanceProtocols.Separator = " "; this.comboImplementedInstanceProtocols.Size = new System.Drawing.Size(173, 21); this.comboImplementedInstanceProtocols.TabIndex = 8; this.comboImplementedInstanceProtocols.TextChanged += new System.EventHandler(this.comboImplementedInstanceProtocols_TextChanged); // // comboImplementedClassProtocols // this.comboImplementedClassProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboImplementedClassProtocols.FormattingEnabled = true; this.comboImplementedClassProtocols.Location = new System.Drawing.Point(109, 215); this.comboImplementedClassProtocols.Name = "comboImplementedClassProtocols"; this.comboImplementedClassProtocols.Separator = " "; this.comboImplementedClassProtocols.Size = new System.Drawing.Size(173, 21); this.comboImplementedClassProtocols.TabIndex = 9; this.comboImplementedClassProtocols.TextChanged += new System.EventHandler(this.comboImplementedClassProtocols_TextChanged); // // textNativeType // this.textNativeType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textNativeType.Location = new System.Drawing.Point(109, 242); this.textNativeType.Name = "textNativeType"; this.textNativeType.Size = new System.Drawing.Size(173, 20); this.textNativeType.TabIndex = 6; this.textNativeType.TextChanged += new System.EventHandler(this.textNativeType_TextChanged); // // ClassDefinitionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer1); this.Controls.Add(this.textNativeType); this.Controls.Add(this.txtClassClassInstanceVars); this.Controls.Add(this.txtClassName); this.Controls.Add(this.txtClassClassVars); this.Controls.Add(this.txtClassInstanceVars); this.Controls.Add(this.comboClassInstanceState); this.Controls.Add(this.comboImplementedClassProtocols); this.Controls.Add(this.comboImplementedInstanceProtocols); this.Controls.Add(this.comboClassPools); this.Controls.Add(label3); this.Controls.Add(this.comboClassSuperclass); this.Controls.Add(label2); this.Controls.Add(label4); this.Controls.Add(label15); this.Controls.Add(label14); this.Controls.Add(label13); this.Controls.Add(label12); this.Controls.Add(label11); this.Controls.Add(label1); this.Controls.Add(label10); this.Name = "ClassDefinitionControl"; this.Size = new System.Drawing.Size(285, 422); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer splitContainer1; this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.clusterInfoGrid = new System.Windows.Forms.PropertyGrid(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.steppersPanel = new System.Windows.Forms.Panel(); this.clusterHeightTrackBar = new System.Windows.Forms.TrackBar(); this.clusterHeight = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.setDataButton = new System.Windows.Forms.Button(); this.blinkButton = new System.Windows.Forms.Button(); this.configButton = new System.Windows.Forms.Button(); this.stopButton = new System.Windows.Forms.Button(); this.infoButton = new System.Windows.Forms.Button(); this.moveToTopButton = new System.Windows.Forms.Button(); this.getDataButton = new System.Windows.Forms.Button(); this.homeButton = new System.Windows.Forms.Button(); this.stepperBox = new System.Windows.Forms.GroupBox(); this.setKugelmatikButton = new System.Windows.Forms.Button(); this.setClusterButton = new System.Windows.Forms.Button(); this.fixStepperButton = new System.Windows.Forms.Button(); this.homeStepperButton = new System.Windows.Forms.Button(); this.clusterBox = new System.Windows.Forms.GroupBox(); this.blinkContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.greenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.clusterHeightTrackBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.clusterHeight)).BeginInit(); this.stepperBox.SuspendLayout(); this.clusterBox.SuspendLayout(); this.blinkContextMenu.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.IsSplitterFixed = true; splitContainer1.Location = new System.Drawing.Point(3, 19); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.setDataButton); splitContainer1.Panel2.Controls.Add(this.blinkButton); splitContainer1.Panel2.Controls.Add(this.configButton); splitContainer1.Panel2.Controls.Add(this.stopButton); splitContainer1.Panel2.Controls.Add(this.infoButton); splitContainer1.Panel2.Controls.Add(this.moveToTopButton); splitContainer1.Panel2.Controls.Add(this.getDataButton); splitContainer1.Panel2.Controls.Add(this.homeButton); splitContainer1.Panel2.Controls.Add(this.stepperBox); splitContainer1.Size = new System.Drawing.Size(690, 416); splitContainer1.SplitterDistance = 319; splitContainer1.TabIndex = 3; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.clusterInfoGrid); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer3); this.splitContainer2.Size = new System.Drawing.Size(690, 319); this.splitContainer2.SplitterDistance = 248; this.splitContainer2.TabIndex = 1; // // clusterInfoGrid // this.clusterInfoGrid.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.clusterInfoGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.clusterInfoGrid.HelpVisible = false; this.clusterInfoGrid.Location = new System.Drawing.Point(0, 0); this.clusterInfoGrid.Name = "clusterInfoGrid"; this.clusterInfoGrid.Size = new System.Drawing.Size(248, 319); this.clusterInfoGrid.TabIndex = 0; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer3.IsSplitterFixed = true; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.steppersPanel); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.clusterHeightTrackBar); this.splitContainer3.Panel2.Controls.Add(this.clusterHeight); this.splitContainer3.Panel2.Controls.Add(this.label1); this.splitContainer3.Size = new System.Drawing.Size(438, 319); this.splitContainer3.SplitterDistance = 253; this.splitContainer3.TabIndex = 1; // // steppersPanel // this.steppersPanel.AutoScroll = true; this.steppersPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.steppersPanel.Location = new System.Drawing.Point(0, 0); this.steppersPanel.Margin = new System.Windows.Forms.Padding(10); this.steppersPanel.Name = "steppersPanel"; this.steppersPanel.Size = new System.Drawing.Size(438, 253); this.steppersPanel.TabIndex = 0; // // clusterHeightTrackBar // this.clusterHeightTrackBar.Location = new System.Drawing.Point(211, 21); this.clusterHeightTrackBar.Name = "clusterHeightTrackBar"; this.clusterHeightTrackBar.Size = new System.Drawing.Size(242, 45); this.clusterHeightTrackBar.TabIndex = 2; this.clusterHeightTrackBar.TickFrequency = 100; this.clusterHeightTrackBar.TickStyle = System.Windows.Forms.TickStyle.None; this.clusterHeightTrackBar.ValueChanged += new System.EventHandler(this.clusterHeightTrackBar_ValueChanged); // // clusterHeight // this.clusterHeight.Location = new System.Drawing.Point(82, 21); this.clusterHeight.Name = "clusterHeight"; this.clusterHeight.Size = new System.Drawing.Size(120, 23); this.clusterHeight.TabIndex = 1; this.clusterHeight.ValueChanged += new System.EventHandler(this.clusterHeight_ValueChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 15); this.label1.TabIndex = 0; this.label1.Text = "Cluster"; // // setDataButton // this.setDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.setDataButton.Location = new System.Drawing.Point(168, 67); this.setDataButton.Name = "setDataButton"; this.setDataButton.Size = new System.Drawing.Size(78, 23); this.setDataButton.TabIndex = 6; this.setDataButton.Text = "Set data"; this.setDataButton.UseVisualStyleBackColor = true; this.setDataButton.Click += new System.EventHandler(this.setDataButton_Click); // // blinkButton // this.blinkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.blinkButton.Location = new System.Drawing.Point(84, 66); this.blinkButton.Name = "blinkButton"; this.blinkButton.Size = new System.Drawing.Size(78, 23); this.blinkButton.TabIndex = 4; this.blinkButton.Text = "Blink"; this.blinkButton.UseVisualStyleBackColor = true; this.blinkButton.Click += new System.EventHandler(this.blinkButton_Click); // // configButton // this.configButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.configButton.Location = new System.Drawing.Point(84, 14); this.configButton.Name = "configButton"; this.configButton.Size = new System.Drawing.Size(78, 23); this.configButton.TabIndex = 2; this.configButton.Text = "Config"; this.configButton.UseVisualStyleBackColor = true; this.configButton.Click += new System.EventHandler(this.configButton_Click); // // stopButton // this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.stopButton.BackColor = System.Drawing.Color.DarkRed; this.stopButton.ForeColor = System.Drawing.Color.White; this.stopButton.Location = new System.Drawing.Point(274, 66); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(75, 23); this.stopButton.TabIndex = 7; this.stopButton.Text = "Stop"; this.stopButton.UseVisualStyleBackColor = false; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // infoButton // this.infoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.infoButton.Location = new System.Drawing.Point(84, 41); this.infoButton.Name = "infoButton"; this.infoButton.Size = new System.Drawing.Size(78, 23); this.infoButton.TabIndex = 3; this.infoButton.Text = "Info"; this.infoButton.UseVisualStyleBackColor = true; this.infoButton.Click += new System.EventHandler(this.infoButton_Click); // // moveToTopButton // this.moveToTopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.moveToTopButton.Location = new System.Drawing.Point(3, 14); this.moveToTopButton.Name = "moveToTopButton"; this.moveToTopButton.Size = new System.Drawing.Size(75, 23); this.moveToTopButton.TabIndex = 0; this.moveToTopButton.Text = "Move top"; this.moveToTopButton.UseVisualStyleBackColor = true; this.moveToTopButton.Click += new System.EventHandler(this.moveToTopButton_Click); // // getDataButton // this.getDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.getDataButton.Location = new System.Drawing.Point(168, 41); this.getDataButton.Name = "getDataButton"; this.getDataButton.Size = new System.Drawing.Size(78, 23); this.getDataButton.TabIndex = 5; this.getDataButton.Text = "Get data"; this.getDataButton.UseVisualStyleBackColor = true; this.getDataButton.Click += new System.EventHandler(this.getDataButton_Click); // // homeButton // this.homeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.homeButton.Location = new System.Drawing.Point(3, 66); this.homeButton.Name = "homeButton"; this.homeButton.Size = new System.Drawing.Size(75, 23); this.homeButton.TabIndex = 1; this.homeButton.Text = "Home"; this.homeButton.UseVisualStyleBackColor = true; this.homeButton.Click += new System.EventHandler(this.homeButton_Click); // // stepperBox // this.stepperBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.stepperBox.Controls.Add(this.setKugelmatikButton); this.stepperBox.Controls.Add(this.setClusterButton); this.stepperBox.Controls.Add(this.fixStepperButton); this.stepperBox.Controls.Add(this.homeStepperButton); this.stepperBox.Location = new System.Drawing.Point(355, 9); this.stepperBox.Name = "stepperBox"; this.stepperBox.Size = new System.Drawing.Size(332, 75); this.stepperBox.TabIndex = 2; this.stepperBox.TabStop = false; this.stepperBox.Text = "Stepper"; // // setKugelmatikButton // this.setKugelmatikButton.Location = new System.Drawing.Point(168, 46); this.setKugelmatikButton.Name = "setKugelmatikButton"; this.setKugelmatikButton.Size = new System.Drawing.Size(154, 23); this.setKugelmatikButton.TabIndex = 3; this.setKugelmatikButton.Text = "Set Kugelmatik"; this.setKugelmatikButton.UseVisualStyleBackColor = true; this.setKugelmatikButton.Click += new System.EventHandler(this.setKugelmatikButton_Click); // // setClusterButton // this.setClusterButton.Location = new System.Drawing.Point(6, 46); this.setClusterButton.Name = "setClusterButton"; this.setClusterButton.Size = new System.Drawing.Size(156, 23); this.setClusterButton.TabIndex = 1; this.setClusterButton.Text = "Set cluster"; this.setClusterButton.UseVisualStyleBackColor = true; this.setClusterButton.Click += new System.EventHandler(this.setClusterButton_Click); // // fixStepperButton // this.fixStepperButton.Location = new System.Drawing.Point(87, 22); this.fixStepperButton.Name = "fixStepperButton"; this.fixStepperButton.Size = new System.Drawing.Size(75, 23); this.fixStepperButton.TabIndex = 2; this.fixStepperButton.Text = "Fix"; this.fixStepperButton.UseVisualStyleBackColor = true; this.fixStepperButton.Click += new System.EventHandler(this.fixStepperButton_Click); // // homeStepperButton // this.homeStepperButton.Location = new System.Drawing.Point(6, 22); this.homeStepperButton.Name = "homeStepperButton"; this.homeStepperButton.Size = new System.Drawing.Size(75, 23); this.homeStepperButton.TabIndex = 0; this.homeStepperButton.Text = "Home"; this.homeStepperButton.UseVisualStyleBackColor = true; this.homeStepperButton.Click += new System.EventHandler(this.homeStepperButton_Click); // // clusterBox // this.clusterBox.Controls.Add(splitContainer1); this.clusterBox.Dock = System.Windows.Forms.DockStyle.Fill; this.clusterBox.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.clusterBox.Location = new System.Drawing.Point(0, 0); this.clusterBox.Name = "clusterBox"; this.clusterBox.Size = new System.Drawing.Size(696, 438); this.clusterBox.TabIndex = 2; this.clusterBox.TabStop = false; this.clusterBox.Text = "Cluster"; // // blinkContextMenu // this.blinkContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.greenToolStripMenuItem, this.redToolStripMenuItem}); this.blinkContextMenu.Name = "blinkContextMenu"; this.blinkContextMenu.Size = new System.Drawing.Size(106, 48); // // greenToolStripMenuItem // this.greenToolStripMenuItem.Name = "greenToolStripMenuItem"; this.greenToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.greenToolStripMenuItem.Text = "Green"; this.greenToolStripMenuItem.Click += new System.EventHandler(this.greenToolStripMenuItem_Click); // // redToolStripMenuItem // this.redToolStripMenuItem.Name = "redToolStripMenuItem"; this.redToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.redToolStripMenuItem.Text = "Red"; this.redToolStripMenuItem.Click += new System.EventHandler(this.redToolStripMenuItem_Click); // // ClusterControlDetailed // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.clusterBox); this.Name = "ClusterControlDetailed"; this.Size = new System.Drawing.Size(696, 438); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.clusterHeightTrackBar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.clusterHeight)).EndInit(); this.stepperBox.ResumeLayout(false); this.clusterBox.ResumeLayout(false); this.blinkContextMenu.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.SplitContainer splitContainer1; System.Windows.Forms.GroupBox groupBox4; System.Windows.Forms.Label label2; System.Windows.Forms.GroupBox groupBox3; System.Windows.Forms.GroupBox groupBox2; this.btnTestRadix = new System.Windows.Forms.Button(); this.btnCheck = new System.Windows.Forms.Button(); this.txbCheck = new System.Windows.Forms.TextBox(); this.txbLogger = new System.Windows.Forms.TextBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.trvDictView = new System.Windows.Forms.TreeView(); this.chbLoadMorphData = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.btnLoadHSpellFolder = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); splitContainer1 = new System.Windows.Forms.SplitContainer(); groupBox4 = new System.Windows.Forms.GroupBox(); label2 = new System.Windows.Forms.Label(); groupBox3 = new System.Windows.Forms.GroupBox(); groupBox2 = new System.Windows.Forms.GroupBox(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); groupBox4.SuspendLayout(); groupBox3.SuspendLayout(); groupBox2.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.btnTestRadix); splitContainer1.Panel1.Controls.Add(groupBox4); splitContainer1.Panel1.Controls.Add(groupBox3); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(groupBox2); splitContainer1.Panel2.Controls.Add(this.groupBox1); splitContainer1.Size = new System.Drawing.Size(907, 392); splitContainer1.SplitterDistance = 583; splitContainer1.TabIndex = 12; // // btnTestRadix // this.btnTestRadix.Location = new System.Drawing.Point(3, 3); this.btnTestRadix.Name = "btnTestRadix"; this.btnTestRadix.Size = new System.Drawing.Size(145, 28); this.btnTestRadix.TabIndex = 12; this.btnTestRadix.Text = "Test Radix"; this.btnTestRadix.UseVisualStyleBackColor = true; this.btnTestRadix.Click += new System.EventHandler(this.btnTestRadix_Click); // // groupBox4 // groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); groupBox4.Controls.Add(this.btnCheck); groupBox4.Controls.Add(this.txbCheck); groupBox4.Controls.Add(label2); groupBox4.Location = new System.Drawing.Point(3, 37); groupBox4.Name = "groupBox4"; groupBox4.Size = new System.Drawing.Size(577, 143); groupBox4.TabIndex = 11; groupBox4.TabStop = false; groupBox4.Text = "Morphological engine"; // // btnCheck // this.btnCheck.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnCheck.Location = new System.Drawing.Point(506, 113); this.btnCheck.Name = "btnCheck"; this.btnCheck.Size = new System.Drawing.Size(65, 23); this.btnCheck.TabIndex = 8; this.btnCheck.Text = "Check"; this.btnCheck.UseVisualStyleBackColor = true; this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click); // // txbCheck // this.txbCheck.AcceptsReturn = true; this.txbCheck.AcceptsTab = true; this.txbCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txbCheck.Location = new System.Drawing.Point(9, 32); this.txbCheck.Multiline = true; this.txbCheck.Name = "txbCheck"; this.txbCheck.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.txbCheck.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txbCheck.Size = new System.Drawing.Size(562, 74); this.txbCheck.TabIndex = 7; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(9, 16); label2.Name = "label2"; label2.Size = new System.Drawing.Size(280, 13); label2.TabIndex = 9; label2.Text = "Type or paste text you wish to run morphologic profiling on"; // // groupBox3 // groupBox3.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))); groupBox3.Controls.Add(this.txbLogger); groupBox3.Location = new System.Drawing.Point(3, 186); groupBox3.Name = "groupBox3"; groupBox3.Size = new System.Drawing.Size(577, 206); groupBox3.TabIndex = 10; groupBox3.TabStop = false; groupBox3.Text = "Logger"; // // txbLogger // this.txbLogger.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.txbLogger.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txbLogger.Location = new System.Drawing.Point(9, 19); this.txbLogger.Multiline = true; this.txbLogger.Name = "txbLogger"; this.txbLogger.ReadOnly = true; this.txbLogger.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txbLogger.Size = new System.Drawing.Size(562, 181); this.txbLogger.TabIndex = 6; // // groupBox2 // groupBox2.Controls.Add(this.checkBox1); groupBox2.Controls.Add(this.trvDictView); groupBox2.Controls.Add(this.chbLoadMorphData); groupBox2.Controls.Add(this.button1); groupBox2.Controls.Add(this.btnLoadHSpellFolder); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(0, 0); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(320, 392); groupBox2.TabIndex = 5; groupBox2.TabStop = false; groupBox2.Text = "Dictionary viewer"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Location = new System.Drawing.Point(6, 62); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(136, 17); this.checkBox1.TabIndex = 2; this.checkBox1.Text = "Load morpholigcal data"; this.checkBox1.UseVisualStyleBackColor = true; // // trvDictView // this.trvDictView.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.trvDictView.Location = new System.Drawing.Point(6, 90); this.trvDictView.Name = "trvDictView"; this.trvDictView.Size = new System.Drawing.Size(308, 296); this.trvDictView.TabIndex = 4; this.trvDictView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.trvDictView_BeforeExpand); // // chbLoadMorphData // this.chbLoadMorphData.AutoSize = true; this.chbLoadMorphData.Checked = true; this.chbLoadMorphData.CheckState = System.Windows.Forms.CheckState.Checked; this.chbLoadMorphData.Location = new System.Drawing.Point(6, 62); this.chbLoadMorphData.Name = "chbLoadMorphData"; this.chbLoadMorphData.Size = new System.Drawing.Size(136, 17); this.chbLoadMorphData.TabIndex = 2; this.chbLoadMorphData.Text = "Load morpholigcal data"; this.chbLoadMorphData.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(6, 19); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(158, 37); this.button1.TabIndex = 1; this.button1.Text = "Load from HSpell folder"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnLoadHSpellFolder_Click); // // btnLoadHSpellFolder // this.btnLoadHSpellFolder.Location = new System.Drawing.Point(6, 19); this.btnLoadHSpellFolder.Name = "btnLoadHSpellFolder"; this.btnLoadHSpellFolder.Size = new System.Drawing.Size(158, 37); this.btnLoadHSpellFolder.TabIndex = 1; this.btnLoadHSpellFolder.Text = "Load from HSpell folder"; this.btnLoadHSpellFolder.UseVisualStyleBackColor = true; this.btnLoadHSpellFolder.Click += new System.EventHandler(this.btnLoadHSpellFolder_Click); // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(25, 71); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(201, 340); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dictionary viewer"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(907, 392); this.Controls.Add(splitContainer1); this.Name = "MainForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Visual HebMorph"; splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); groupBox3.ResumeLayout(false); groupBox3.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.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.TabControl tabMethod; System.Windows.Forms.Label label6; System.Windows.Forms.Label label4; System.Windows.Forms.Label label1; System.Windows.Forms.Label label7; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader2; System.Windows.Forms.Label label2; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; System.Windows.Forms.ColumnHeader columnHeader3; System.Windows.Forms.ColumnHeader columnHeader4; System.Windows.Forms.Panel panel1; System.Windows.Forms.GroupBox groupBox2; System.Windows.Forms.Panel panel2; System.Windows.Forms.Panel panel3; System.Windows.Forms.Label label3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProtocolMessageControl)); this.tabPageMethodDefinition = new System.Windows.Forms.TabPage(); this.errorsControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.synopsisControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.txtMethodDocId = new System.Windows.Forms.TextBox(); this.txtMethodSelector = new System.Windows.Forms.TextBox(); this.tabPageMethodDescription = new System.Windows.Forms.TabPage(); this.panelRefinementDescription = new System.Windows.Forms.Panel(); this.buttonRefinementCancel = new System.Windows.Forms.Button(); this.buttonRefinementOK = new System.Windows.Forms.Button(); this.refinementDescription = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.panelRefinement = new System.Windows.Forms.Panel(); this.buttonRemoveRefinement = new System.Windows.Forms.Button(); this.buttonAddRefinement = new System.Windows.Forms.Button(); this.comboRefinementProtocols = new System.Windows.Forms.ComboBox(); this.listRefinement = new System.Windows.Forms.ListView(); this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.tabPageMethodParameters = new System.Windows.Forms.TabPage(); this.listParameters = new System.Windows.Forms.ListView(); this.listParameterProtocol = new System.Windows.Forms.ListView(); this.buttonAddParameterProtocol = new System.Windows.Forms.Button(); this.comboParameterProtocols = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.listReturnValueProtocols = new System.Windows.Forms.ListView(); this.buttonAddReturnValueProtocol = new System.Windows.Forms.Button(); this.comboReturnValueProtocols = new System.Windows.Forms.ComboBox(); this.returnValueDescriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.comboReturnValueAliasing = new System.Windows.Forms.ComboBox(); this.tabPageMethodSource = new System.Windows.Forms.TabPage(); this.sourceEditControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.SourceEditControl(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.contextMenuParameterAliasing = new System.Windows.Forms.ContextMenuStrip(this.components); this.unspecifiedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.capturedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.uncapturedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tabMethod = new System.Windows.Forms.TabControl(); label6 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label7 = new System.Windows.Forms.Label(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); label2 = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); groupBox1 = new System.Windows.Forms.GroupBox(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); panel1 = new System.Windows.Forms.Panel(); groupBox2 = new System.Windows.Forms.GroupBox(); panel2 = new System.Windows.Forms.Panel(); panel3 = new System.Windows.Forms.Panel(); label3 = new System.Windows.Forms.Label(); tabMethod.SuspendLayout(); this.tabPageMethodDefinition.SuspendLayout(); this.tabPageMethodDescription.SuspendLayout(); this.panelRefinementDescription.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); this.panelRefinement.SuspendLayout(); this.tabPageMethodParameters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); groupBox1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); panel1.SuspendLayout(); groupBox2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); panel2.SuspendLayout(); panel3.SuspendLayout(); this.tabPageMethodSource.SuspendLayout(); this.contextMenuParameterAliasing.SuspendLayout(); this.SuspendLayout(); // // tabMethod // tabMethod.Controls.Add(this.tabPageMethodDefinition); tabMethod.Controls.Add(this.tabPageMethodDescription); tabMethod.Controls.Add(this.tabPageMethodParameters); tabMethod.Controls.Add(this.tabPageMethodSource); tabMethod.Dock = System.Windows.Forms.DockStyle.Fill; tabMethod.ImageList = this.imageList; tabMethod.Location = new System.Drawing.Point(0, 0); tabMethod.Name = "tabMethod"; tabMethod.SelectedIndex = 0; tabMethod.Size = new System.Drawing.Size(363, 354); tabMethod.TabIndex = 1; // // tabPageMethodDefinition // this.tabPageMethodDefinition.Controls.Add(this.errorsControl); this.tabPageMethodDefinition.Controls.Add(this.synopsisControl); this.tabPageMethodDefinition.Controls.Add(label6); this.tabPageMethodDefinition.Controls.Add(label4); this.tabPageMethodDefinition.Controls.Add(label1); this.tabPageMethodDefinition.Controls.Add(label7); this.tabPageMethodDefinition.Controls.Add(this.txtMethodDocId); this.tabPageMethodDefinition.Controls.Add(this.txtMethodSelector); this.tabPageMethodDefinition.ImageKey = "method"; this.tabPageMethodDefinition.Location = new System.Drawing.Point(4, 23); this.tabPageMethodDefinition.Name = "tabPageMethodDefinition"; this.tabPageMethodDefinition.Padding = new System.Windows.Forms.Padding(3); this.tabPageMethodDefinition.Size = new System.Drawing.Size(355, 327); this.tabPageMethodDefinition.TabIndex = 0; this.tabPageMethodDefinition.Text = "Definition"; this.tabPageMethodDefinition.UseVisualStyleBackColor = true; // // errorsControl // this.errorsControl.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.errorsControl.Location = new System.Drawing.Point(72, 157); this.errorsControl.Margin = new System.Windows.Forms.Padding(0); this.errorsControl.Name = "errorsControl"; this.errorsControl.ShowLabel = false; this.errorsControl.Size = new System.Drawing.Size(277, 163); this.errorsControl.TabIndex = 9; this.errorsControl.Changed += new System.EventHandler(this.errorsControl_Changed); // // synopsisControl // this.synopsisControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.synopsisControl.Location = new System.Drawing.Point(72, 55); this.synopsisControl.Margin = new System.Windows.Forms.Padding(0); this.synopsisControl.Name = "synopsisControl"; this.synopsisControl.ShowLabel = false; this.synopsisControl.Size = new System.Drawing.Size(277, 95); this.synopsisControl.TabIndex = 9; this.synopsisControl.Changed += new System.EventHandler(this.synopsisControl_Changed); // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(7, 9); label6.Name = "label6"; label6.Size = new System.Drawing.Size(38, 13); label6.TabIndex = 8; label6.Text = "Name:"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(7, 161); label4.Name = "label4"; label4.Size = new System.Drawing.Size(37, 13); label4.TabIndex = 7; label4.Text = "Errors:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(7, 61); label1.Name = "label1"; label1.Size = new System.Drawing.Size(52, 13); label1.TabIndex = 7; label1.Text = "Synopsis:"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(7, 35); label7.Name = "label7"; label7.Size = new System.Drawing.Size(40, 13); label7.TabIndex = 7; label7.Text = "X3J20:"; // // txtMethodDocId // this.txtMethodDocId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtMethodDocId.Location = new System.Drawing.Point(72, 32); this.txtMethodDocId.Name = "txtMethodDocId"; this.txtMethodDocId.Size = new System.Drawing.Size(277, 20); this.txtMethodDocId.TabIndex = 6; this.txtMethodDocId.TextChanged += new System.EventHandler(this.txtMethodDocId_TextChanged); // // txtMethodSelector // this.txtMethodSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtMethodSelector.Location = new System.Drawing.Point(72, 6); this.txtMethodSelector.Name = "txtMethodSelector"; this.txtMethodSelector.Size = new System.Drawing.Size(277, 20); this.txtMethodSelector.TabIndex = 5; this.txtMethodSelector.TextChanged += new System.EventHandler(this.txtMethodSelector_TextChanged); // // tabPageMethodDescription // this.tabPageMethodDescription.Controls.Add(this.panelRefinementDescription); this.tabPageMethodDescription.Controls.Add(this.panelRefinement); this.tabPageMethodDescription.Controls.Add(label2); this.tabPageMethodDescription.Controls.Add(this.descriptionControl); this.tabPageMethodDescription.ImageKey = "document"; this.tabPageMethodDescription.Location = new System.Drawing.Point(4, 23); this.tabPageMethodDescription.Name = "tabPageMethodDescription"; this.tabPageMethodDescription.Padding = new System.Windows.Forms.Padding(3); this.tabPageMethodDescription.Size = new System.Drawing.Size(355, 327); this.tabPageMethodDescription.TabIndex = 2; this.tabPageMethodDescription.Text = "Description"; this.tabPageMethodDescription.UseVisualStyleBackColor = true; // // panelRefinementDescription // this.panelRefinementDescription.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.panelRefinementDescription.Controls.Add(tableLayoutPanel1); this.panelRefinementDescription.Controls.Add(this.refinementDescription); this.panelRefinementDescription.Location = new System.Drawing.Point(9, 164); this.panelRefinementDescription.Name = "panelRefinementDescription"; this.panelRefinementDescription.Size = new System.Drawing.Size(338, 157); this.panelRefinementDescription.TabIndex = 19; this.panelRefinementDescription.Visible = false; // // tableLayoutPanel1 // tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(this.buttonRefinementCancel, 1, 0); tableLayoutPanel1.Controls.Add(this.buttonRefinementOK, 0, 0); tableLayoutPanel1.Location = new System.Drawing.Point(20, 123); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Size = new System.Drawing.Size(298, 33); tableLayoutPanel1.TabIndex = 1; // // buttonRefinementCancel // this.buttonRefinementCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonRefinementCancel.Location = new System.Drawing.Point(152, 3); this.buttonRefinementCancel.Name = "buttonRefinementCancel"; this.buttonRefinementCancel.Size = new System.Drawing.Size(143, 27); this.buttonRefinementCancel.TabIndex = 1; this.buttonRefinementCancel.Text = "Cancel"; this.buttonRefinementCancel.UseVisualStyleBackColor = true; this.buttonRefinementCancel.Click += new System.EventHandler(this.buttonRefinementCancel_Click); // // buttonRefinementOK // this.buttonRefinementOK.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonRefinementOK.Location = new System.Drawing.Point(3, 3); this.buttonRefinementOK.Name = "buttonRefinementOK"; this.buttonRefinementOK.Size = new System.Drawing.Size(143, 27); this.buttonRefinementOK.TabIndex = 0; this.buttonRefinementOK.Text = "OK"; this.buttonRefinementOK.UseVisualStyleBackColor = true; this.buttonRefinementOK.Click += new System.EventHandler(this.buttonRefinementOK_Click); // // refinementDescription // this.refinementDescription.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.refinementDescription.Location = new System.Drawing.Point(20, 19); this.refinementDescription.Margin = new System.Windows.Forms.Padding(0); this.refinementDescription.Name = "refinementDescription"; this.refinementDescription.ShowLabel = false; this.refinementDescription.Size = new System.Drawing.Size(298, 101); this.refinementDescription.TabIndex = 0; // // panelRefinement // this.panelRefinement.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.panelRefinement.Controls.Add(this.buttonRemoveRefinement); this.panelRefinement.Controls.Add(this.buttonAddRefinement); this.panelRefinement.Controls.Add(this.comboRefinementProtocols); this.panelRefinement.Controls.Add(this.listRefinement); this.panelRefinement.Location = new System.Drawing.Point(9, 164); this.panelRefinement.Name = "panelRefinement"; this.panelRefinement.Size = new System.Drawing.Size(338, 157); this.panelRefinement.TabIndex = 16; // // buttonRemoveRefinement // this.buttonRemoveRefinement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonRemoveRefinement.Enabled = false; this.buttonRemoveRefinement.Location = new System.Drawing.Point(274, 0); this.buttonRemoveRefinement.Name = "buttonRemoveRefinement"; this.buttonRemoveRefinement.Size = new System.Drawing.Size(64, 23); this.buttonRemoveRefinement.TabIndex = 18; this.buttonRemoveRefinement.Text = "Remove"; this.buttonRemoveRefinement.UseVisualStyleBackColor = true; this.buttonRemoveRefinement.Click += new System.EventHandler(this.buttonRemoveRefinement_Click); // // buttonAddRefinement // this.buttonAddRefinement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddRefinement.Enabled = false; this.buttonAddRefinement.Location = new System.Drawing.Point(223, 0); this.buttonAddRefinement.Name = "buttonAddRefinement"; this.buttonAddRefinement.Size = new System.Drawing.Size(45, 23); this.buttonAddRefinement.TabIndex = 18; this.buttonAddRefinement.Text = "Add"; this.buttonAddRefinement.UseVisualStyleBackColor = true; this.buttonAddRefinement.Click += new System.EventHandler(this.buttonAddRefinementProtocol_Click); // // comboRefinementProtocols // this.comboRefinementProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboRefinementProtocols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRefinementProtocols.FormattingEnabled = true; this.comboRefinementProtocols.Location = new System.Drawing.Point(0, 1); this.comboRefinementProtocols.Name = "comboRefinementProtocols"; this.comboRefinementProtocols.Size = new System.Drawing.Size(217, 21); this.comboRefinementProtocols.TabIndex = 17; this.comboRefinementProtocols.SelectedIndexChanged += new System.EventHandler(this.comboRefinementProtocols_SelectedIndexChanged); this.comboRefinementProtocols.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.comboRefinementProtocols_Format); // // listRefinement // this.listRefinement.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.listRefinement.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2}); this.listRefinement.FullRowSelect = true; this.listRefinement.HideSelection = false; this.listRefinement.Location = new System.Drawing.Point(0, 24); this.listRefinement.MultiSelect = false; this.listRefinement.Name = "listRefinement"; this.listRefinement.ShowGroups = false; this.listRefinement.ShowItemToolTips = true; this.listRefinement.Size = new System.Drawing.Size(338, 133); this.listRefinement.TabIndex = 16; this.listRefinement.UseCompatibleStateImageBehavior = false; this.listRefinement.View = System.Windows.Forms.View.Details; this.listRefinement.SelectedIndexChanged += new System.EventHandler(this.listRefinement_SelectedIndexChanged); this.listRefinement.DoubleClick += new System.EventHandler(this.listRefinement_DoubleClick); // // columnHeader1 // columnHeader1.Text = "Protocol"; columnHeader1.Width = 100; // // columnHeader2 // columnHeader2.Text = "Description"; columnHeader2.Width = 300; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(6, 148); label2.Name = "label2"; label2.Size = new System.Drawing.Size(64, 13); label2.TabIndex = 14; label2.Text = "Refinement:"; // // descriptionControl // this.descriptionControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.descriptionControl.Location = new System.Drawing.Point(8, 3); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = false; this.descriptionControl.Size = new System.Drawing.Size(339, 138); this.descriptionControl.TabIndex = 12; // // tabPageMethodParameters // this.tabPageMethodParameters.Controls.Add(splitContainer1); this.tabPageMethodParameters.ImageKey = "parameter"; this.tabPageMethodParameters.Location = new System.Drawing.Point(4, 23); this.tabPageMethodParameters.Name = "tabPageMethodParameters"; this.tabPageMethodParameters.Size = new System.Drawing.Size(355, 327); this.tabPageMethodParameters.TabIndex = 3; this.tabPageMethodParameters.Text = "Params"; this.tabPageMethodParameters.UseVisualStyleBackColor = true; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(groupBox1); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(groupBox2); splitContainer1.Size = new System.Drawing.Size(355, 327); splitContainer1.SplitterDistance = 163; splitContainer1.TabIndex = 0; // // groupBox1 // groupBox1.Controls.Add(tableLayoutPanel2); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(355, 163); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Parameters:"; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Controls.Add(this.listParameters, 0, 0); tableLayoutPanel2.Controls.Add(panel1, 1, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel2.Size = new System.Drawing.Size(349, 144); tableLayoutPanel2.TabIndex = 0; // // listParameters // this.listParameters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader3, columnHeader4}); this.listParameters.Dock = System.Windows.Forms.DockStyle.Fill; this.listParameters.FullRowSelect = true; this.listParameters.HideSelection = false; this.listParameters.LabelEdit = true; this.listParameters.Location = new System.Drawing.Point(3, 3); this.listParameters.MultiSelect = false; this.listParameters.Name = "listParameters"; this.listParameters.ShowGroups = false; this.listParameters.Size = new System.Drawing.Size(168, 138); this.listParameters.TabIndex = 2; this.listParameters.UseCompatibleStateImageBehavior = false; this.listParameters.View = System.Windows.Forms.View.Details; this.listParameters.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listParameters_AfterLabelEdit); this.listParameters.SelectedIndexChanged += new System.EventHandler(this.listParameters_SelectedIndexChanged); this.listParameters.DoubleClick += new System.EventHandler(this.listParameters_DoubleClick); this.listParameters.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listParameters_KeyDown); // // columnHeader3 // columnHeader3.Text = "Parameter"; columnHeader3.Width = 80; // // columnHeader4 // columnHeader4.Text = "Aliasing"; columnHeader4.Width = 80; // // panel1 // panel1.Controls.Add(this.listParameterProtocol); panel1.Controls.Add(this.buttonAddParameterProtocol); panel1.Controls.Add(this.comboParameterProtocols); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(177, 3); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(169, 138); panel1.TabIndex = 3; // // listParameterProtocol // this.listParameterProtocol.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.listParameterProtocol.LabelWrap = false; this.listParameterProtocol.Location = new System.Drawing.Point(3, 30); this.listParameterProtocol.Name = "listParameterProtocol"; this.listParameterProtocol.Size = new System.Drawing.Size(166, 108); this.listParameterProtocol.TabIndex = 7; this.listParameterProtocol.UseCompatibleStateImageBehavior = false; this.listParameterProtocol.View = System.Windows.Forms.View.List; this.listParameterProtocol.DoubleClick += new System.EventHandler(this.listParameterProtocol_DoubleClick); this.listParameterProtocol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listParameterProtocol_KeyDown); // // buttonAddParameterProtocol // this.buttonAddParameterProtocol.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddParameterProtocol.Location = new System.Drawing.Point(146, 2); this.buttonAddParameterProtocol.Name = "buttonAddParameterProtocol"; this.buttonAddParameterProtocol.Size = new System.Drawing.Size(23, 23); this.buttonAddParameterProtocol.TabIndex = 6; this.buttonAddParameterProtocol.Text = "+"; this.buttonAddParameterProtocol.UseVisualStyleBackColor = true; this.buttonAddParameterProtocol.Click += new System.EventHandler(this.buttonAddParameterProtocol_Click); // // comboParameterProtocols // this.comboParameterProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboParameterProtocols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboParameterProtocols.FormattingEnabled = true; this.comboParameterProtocols.Location = new System.Drawing.Point(3, 3); this.comboParameterProtocols.Name = "comboParameterProtocols"; this.comboParameterProtocols.Size = new System.Drawing.Size(137, 21); this.comboParameterProtocols.TabIndex = 5; this.comboParameterProtocols.SelectedIndexChanged += new System.EventHandler(this.comboParameterProtocols_SelectedIndexChanged); // // groupBox2 // groupBox2.Controls.Add(this.tableLayoutPanel3); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(0, 0); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(355, 160); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "Return Value:"; // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 2; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Controls.Add(panel2, 1, 0); this.tableLayoutPanel3.Controls.Add(panel3, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 1; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(349, 141); this.tableLayoutPanel3.TabIndex = 0; // // panel2 // panel2.Controls.Add(this.listReturnValueProtocols); panel2.Controls.Add(this.buttonAddReturnValueProtocol); panel2.Controls.Add(this.comboReturnValueProtocols); panel2.Dock = System.Windows.Forms.DockStyle.Fill; panel2.Location = new System.Drawing.Point(177, 3); panel2.Name = "panel2"; panel2.Size = new System.Drawing.Size(169, 135); panel2.TabIndex = 4; // // listReturnValueProtocols // this.listReturnValueProtocols.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.listReturnValueProtocols.LabelWrap = false; this.listReturnValueProtocols.Location = new System.Drawing.Point(3, 30); this.listReturnValueProtocols.Name = "listReturnValueProtocols"; this.listReturnValueProtocols.Size = new System.Drawing.Size(166, 105); this.listReturnValueProtocols.TabIndex = 7; this.listReturnValueProtocols.UseCompatibleStateImageBehavior = false; this.listReturnValueProtocols.View = System.Windows.Forms.View.List; this.listReturnValueProtocols.DoubleClick += new System.EventHandler(this.listReturnValueProtocols_DoubleClick); this.listReturnValueProtocols.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listReturnValueProtocols_KeyDown); // // buttonAddReturnValueProtocol // this.buttonAddReturnValueProtocol.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddReturnValueProtocol.Location = new System.Drawing.Point(146, 2); this.buttonAddReturnValueProtocol.Name = "buttonAddReturnValueProtocol"; this.buttonAddReturnValueProtocol.Size = new System.Drawing.Size(23, 23); this.buttonAddReturnValueProtocol.TabIndex = 6; this.buttonAddReturnValueProtocol.Text = "+"; this.buttonAddReturnValueProtocol.UseVisualStyleBackColor = true; this.buttonAddReturnValueProtocol.Click += new System.EventHandler(this.buttonAddReturnValueProtocol_Click); // // comboReturnValueProtocols // this.comboReturnValueProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboReturnValueProtocols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboReturnValueProtocols.FormattingEnabled = true; this.comboReturnValueProtocols.Location = new System.Drawing.Point(3, 3); this.comboReturnValueProtocols.Name = "comboReturnValueProtocols"; this.comboReturnValueProtocols.Size = new System.Drawing.Size(137, 21); this.comboReturnValueProtocols.TabIndex = 5; this.comboReturnValueProtocols.SelectedIndexChanged += new System.EventHandler(this.comboReturnValueProtocols_SelectedIndexChanged); // // panel3 // panel3.Controls.Add(this.returnValueDescriptionControl); panel3.Controls.Add(this.comboReturnValueAliasing); panel3.Controls.Add(label3); panel3.Dock = System.Windows.Forms.DockStyle.Fill; panel3.Location = new System.Drawing.Point(3, 3); panel3.Name = "panel3"; panel3.Size = new System.Drawing.Size(168, 135); panel3.TabIndex = 5; // // returnValueDescriptionControl // this.returnValueDescriptionControl.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.returnValueDescriptionControl.Location = new System.Drawing.Point(3, 27); this.returnValueDescriptionControl.Margin = new System.Windows.Forms.Padding(0); this.returnValueDescriptionControl.Name = "returnValueDescriptionControl"; this.returnValueDescriptionControl.ShowLabel = false; this.returnValueDescriptionControl.Size = new System.Drawing.Size(165, 108); this.returnValueDescriptionControl.TabIndex = 2; this.returnValueDescriptionControl.Changed += new System.EventHandler(this.returnValueDescriptionControl_Changed); // // comboReturnValueAliasing // this.comboReturnValueAliasing.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboReturnValueAliasing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboReturnValueAliasing.FormattingEnabled = true; this.comboReturnValueAliasing.Items.AddRange(new object[] { "Unspecified", "State", "New"}); this.comboReturnValueAliasing.Location = new System.Drawing.Point(52, 3); this.comboReturnValueAliasing.Name = "comboReturnValueAliasing"; this.comboReturnValueAliasing.Size = new System.Drawing.Size(116, 21); this.comboReturnValueAliasing.TabIndex = 1; this.comboReturnValueAliasing.SelectedIndexChanged += new System.EventHandler(this.comboReturnValueAliasing_SelectedIndexChanged); // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(0, 7); label3.Name = "label3"; label3.Size = new System.Drawing.Size(46, 13); label3.TabIndex = 0; label3.Text = "Aliasing:"; // // tabPageMethodSource // this.tabPageMethodSource.Controls.Add(this.sourceEditControl); this.tabPageMethodSource.ImageKey = "source"; this.tabPageMethodSource.Location = new System.Drawing.Point(4, 23); this.tabPageMethodSource.Name = "tabPageMethodSource"; this.tabPageMethodSource.Padding = new System.Windows.Forms.Padding(3); this.tabPageMethodSource.Size = new System.Drawing.Size(355, 327); this.tabPageMethodSource.TabIndex = 1; this.tabPageMethodSource.Text = "Source Code"; this.tabPageMethodSource.UseVisualStyleBackColor = true; // // sourceEditControl // this.sourceEditControl.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.sourceEditControl.Location = new System.Drawing.Point(6, 6); this.sourceEditControl.Name = "sourceEditControl"; this.sourceEditControl.Size = new System.Drawing.Size(343, 315); this.sourceEditControl.Source = ""; this.sourceEditControl.TabIndex = 0; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "method"); this.imageList.Images.SetKeyName(1, "field"); this.imageList.Images.SetKeyName(2, "structure"); this.imageList.Images.SetKeyName(3, "handshake"); this.imageList.Images.SetKeyName(4, "enum"); this.imageList.Images.SetKeyName(5, "class"); this.imageList.Images.SetKeyName(6, "source"); this.imageList.Images.SetKeyName(7, "document"); this.imageList.Images.SetKeyName(8, "hierarchy"); this.imageList.Images.SetKeyName(9, "parameter"); // // contextMenuParameterAliasing // this.contextMenuParameterAliasing.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.unspecifiedToolStripMenuItem, this.capturedToolStripMenuItem, this.uncapturedToolStripMenuItem}); this.contextMenuParameterAliasing.Name = "contextMenuParameterAliasing"; this.contextMenuParameterAliasing.Size = new System.Drawing.Size(137, 70); // // unspecifiedToolStripMenuItem // this.unspecifiedToolStripMenuItem.Name = "unspecifiedToolStripMenuItem"; this.unspecifiedToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.unspecifiedToolStripMenuItem.Text = "Unspecified"; this.unspecifiedToolStripMenuItem.Click += new System.EventHandler(this.unspecifiedToolStripMenuItem_Click); // // capturedToolStripMenuItem // this.capturedToolStripMenuItem.Name = "capturedToolStripMenuItem"; this.capturedToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.capturedToolStripMenuItem.Text = "Captured"; this.capturedToolStripMenuItem.Click += new System.EventHandler(this.capturedToolStripMenuItem_Click); // // uncapturedToolStripMenuItem // this.uncapturedToolStripMenuItem.Name = "uncapturedToolStripMenuItem"; this.uncapturedToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.uncapturedToolStripMenuItem.Text = "Uncaptured"; this.uncapturedToolStripMenuItem.Click += new System.EventHandler(this.uncapturedToolStripMenuItem_Click); // // ProtocolMessageControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(tabMethod); this.DoubleBuffered = true; this.Name = "ProtocolMessageControl"; this.Size = new System.Drawing.Size(363, 354); tabMethod.ResumeLayout(false); this.tabPageMethodDefinition.ResumeLayout(false); this.tabPageMethodDefinition.PerformLayout(); this.tabPageMethodDescription.ResumeLayout(false); this.tabPageMethodDescription.PerformLayout(); this.panelRefinementDescription.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); this.panelRefinement.ResumeLayout(false); this.tabPageMethodParameters.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); groupBox1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); panel1.ResumeLayout(false); groupBox2.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); panel2.ResumeLayout(false); panel3.ResumeLayout(false); panel3.PerformLayout(); this.tabPageMethodSource.ResumeLayout(false); this.contextMenuParameterAliasing.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// </summary> private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockerManagerView)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); splitContainer = new System.Windows.Forms.SplitContainer(); listViewMachine = new System.Windows.Forms.ListView(); imageListMachine = new System.Windows.Forms.ImageList(components); panelNewMachine = new System.Windows.Forms.Panel(); buttonCreate = new System.Windows.Forms.Button(); textBoxMachineName = new System.Windows.Forms.TextBox(); label2 = new System.Windows.Forms.Label(); labelNewMachine = new System.Windows.Forms.Label(); tabPageImages = new System.Windows.Forms.TabPage(); tabPageDetail = new System.Windows.Forms.TabPage(); panelCommand = new System.Windows.Forms.Panel(); buttonStart = new System.Windows.Forms.Button(); buttonStop = new System.Windows.Forms.Button(); buttonDelete = new System.Windows.Forms.Button(); buttonImage = new System.Windows.Forms.Button(); dataGridViewDetail = new System.Windows.Forms.DataGridView(); ColumnDetailValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); ColumnEMpty = new System.Windows.Forms.DataGridViewTextBoxColumn(); ColumnDetailParameter = new System.Windows.Forms.DataGridViewTextBoxColumn(); tabControlMachine = new System.Windows.Forms.TabControl(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); panelNewMachine.SuspendLayout(); tabPageDetail.SuspendLayout(); panelCommand.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridViewDetail)).BeginInit(); tabControlMachine.SuspendLayout(); SuspendLayout(); // // splitContainer // splitContainer.BackColor = System.Drawing.Color.Black; splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(listViewMachine); splitContainer.Panel1MinSize = 120; // // splitContainer.Panel2 // splitContainer.Panel2.BackColor = System.Drawing.Color.Black; splitContainer.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; splitContainer.Panel2.Controls.Add(panelNewMachine); splitContainer.Panel2.Controls.Add(tabControlMachine); splitContainer.Size = new System.Drawing.Size(975, 550); splitContainer.SplitterDistance = 379; splitContainer.TabIndex = 2; // // listViewMachine // listViewMachine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); listViewMachine.BorderStyle = System.Windows.Forms.BorderStyle.None; listViewMachine.Dock = System.Windows.Forms.DockStyle.Fill; listViewMachine.FullRowSelect = true; listViewMachine.LargeImageList = imageListMachine; listViewMachine.Location = new System.Drawing.Point(0, 0); listViewMachine.MultiSelect = false; listViewMachine.Name = "listViewMachine"; listViewMachine.RightToLeftLayout = true; listViewMachine.Size = new System.Drawing.Size(379, 550); listViewMachine.SmallImageList = imageListMachine; listViewMachine.StateImageList = imageListMachine; listViewMachine.TabIndex = 1; listViewMachine.UseCompatibleStateImageBehavior = false; listViewMachine.View = System.Windows.Forms.View.Tile; // // imageListMachine // imageListMachine.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMachine.ImageStream"))); imageListMachine.TransparentColor = System.Drawing.Color.Transparent; imageListMachine.Images.SetKeyName(0, "create"); imageListMachine.Images.SetKeyName(1, "ubuntu"); imageListMachine.Images.SetKeyName(2, "computer"); // // panelNewMachine // panelNewMachine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); panelNewMachine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); panelNewMachine.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; panelNewMachine.Controls.Add(buttonCreate); panelNewMachine.Controls.Add(textBoxMachineName); panelNewMachine.Controls.Add(label2); panelNewMachine.Controls.Add(labelNewMachine); panelNewMachine.Location = new System.Drawing.Point(13, 60); panelNewMachine.Name = "panelNewMachine"; panelNewMachine.Size = new System.Drawing.Size(562, 101); panelNewMachine.TabIndex = 4; panelNewMachine.Visible = false; // // buttonCreate // buttonCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); buttonCreate.Location = new System.Drawing.Point(482, 43); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new System.Drawing.Size(75, 23); buttonCreate.TabIndex = 3; buttonCreate.Text = "Create"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += new System.EventHandler(buttonCreate_Click); // // textBoxMachineName // textBoxMachineName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); textBoxMachineName.Font = new System.Drawing.Font("Calibri", 8F); textBoxMachineName.Location = new System.Drawing.Point(164, 44); textBoxMachineName.Name = "textBoxMachineName"; textBoxMachineName.Size = new System.Drawing.Size(312, 21); textBoxMachineName.TabIndex = 4; // // label2 // label2.AutoSize = true; label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); label2.Location = new System.Drawing.Point(13, 46); label2.Name = "label2"; label2.Size = new System.Drawing.Size(145, 13); label2.TabIndex = 1; label2.Text = "Docker machine name : "; // // labelNewMachine // labelNewMachine.BackColor = System.Drawing.Color.Maroon; labelNewMachine.Dock = System.Windows.Forms.DockStyle.Top; labelNewMachine.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); labelNewMachine.Location = new System.Drawing.Point(0, 0); labelNewMachine.Name = "labelNewMachine"; labelNewMachine.Size = new System.Drawing.Size(560, 23); labelNewMachine.TabIndex = 0; labelNewMachine.Text = "Create a new docker machine"; // // tabPageImages // tabPageImages.Location = new System.Drawing.Point(4, 24); tabPageImages.Name = "tabPageImages"; tabPageImages.Padding = new System.Windows.Forms.Padding(3); tabPageImages.Size = new System.Drawing.Size(584, 522); tabPageImages.TabIndex = 1; tabPageImages.Text = "Images"; tabPageImages.UseVisualStyleBackColor = true; // // tabPageDetail // tabPageDetail.Controls.Add(dataGridViewDetail); tabPageDetail.Controls.Add(panelCommand); tabPageDetail.Location = new System.Drawing.Point(4, 24); tabPageDetail.Name = "tabPageDetail"; tabPageDetail.Padding = new System.Windows.Forms.Padding(3); tabPageDetail.Size = new System.Drawing.Size(584, 522); tabPageDetail.TabIndex = 0; tabPageDetail.Text = "Detail"; tabPageDetail.UseVisualStyleBackColor = true; // // panelCommand // panelCommand.BackColor = System.Drawing.Color.Black; panelCommand.Controls.Add(buttonImage); panelCommand.Controls.Add(buttonDelete); panelCommand.Controls.Add(buttonStop); panelCommand.Controls.Add(buttonStart); panelCommand.Dock = System.Windows.Forms.DockStyle.Top; panelCommand.Location = new System.Drawing.Point(3, 3); panelCommand.Name = "panelCommand"; panelCommand.Size = new System.Drawing.Size(578, 28); panelCommand.TabIndex = 2; // // buttonStart // buttonStart.Location = new System.Drawing.Point(3, 3); buttonStart.Name = "buttonStart"; buttonStart.Size = new System.Drawing.Size(75, 23); buttonStart.TabIndex = 0; buttonStart.Text = "Start"; buttonStart.UseVisualStyleBackColor = true; buttonStart.Click += new System.EventHandler(buttonStart_Click); // // buttonStop // buttonStop.Location = new System.Drawing.Point(84, 3); buttonStop.Name = "buttonStop"; buttonStop.Size = new System.Drawing.Size(75, 23); buttonStop.TabIndex = 1; buttonStop.Text = "Stop"; buttonStop.UseVisualStyleBackColor = true; buttonStop.Click += new System.EventHandler(buttonStop_Click); // // buttonDelete // buttonDelete.Location = new System.Drawing.Point(165, 3); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new System.Drawing.Size(75, 23); buttonDelete.TabIndex = 2; buttonDelete.Text = "Delete"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += new System.EventHandler(buttonDelete_Click); // // buttonImage // buttonImage.Location = new System.Drawing.Point(246, 3); buttonImage.Name = "buttonImage"; buttonImage.Size = new System.Drawing.Size(75, 23); buttonImage.TabIndex = 3; buttonImage.Text = "Image"; buttonImage.UseVisualStyleBackColor = true; buttonImage.Click += new System.EventHandler(buttonImage_Click); // // dataGridViewDetail // dataGridViewDetail.AllowUserToAddRows = false; dataGridViewDetail.AllowUserToDeleteRows = false; dataGridViewDetail.AllowUserToResizeColumns = false; dataGridViewDetail.AllowUserToResizeRows = false; dataGridViewDetail.BackgroundColor = System.Drawing.Color.White; dataGridViewDetail.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("Calibri", 10F); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridViewDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; dataGridViewDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewDetail.ColumnHeadersVisible = false; dataGridViewDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { ColumnDetailParameter, ColumnEMpty, ColumnDetailValue }); dataGridViewDetail.Dock = System.Windows.Forms.DockStyle.Fill; dataGridViewDetail.GridColor = System.Drawing.Color.White; dataGridViewDetail.Location = new System.Drawing.Point(3, 31); dataGridViewDetail.Name = "dataGridViewDetail"; dataGridViewDetail.RowHeadersVisible = false; dataGridViewDetail.Size = new System.Drawing.Size(578, 488); dataGridViewDetail.TabIndex = 3; // // ColumnDetailValue // ColumnDetailValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black; ColumnDetailValue.DefaultCellStyle = dataGridViewCellStyle4; ColumnDetailValue.HeaderText = "Value"; ColumnDetailValue.Name = "ColumnDetailValue"; // // ColumnEMpty // dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; ColumnEMpty.DefaultCellStyle = dataGridViewCellStyle3; ColumnEMpty.HeaderText = ""; ColumnEMpty.Name = "ColumnEMpty"; ColumnEMpty.Width = 10; // // ColumnDetailParameter // ColumnDetailParameter.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; dataGridViewCellStyle2.BackColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black; ColumnDetailParameter.DefaultCellStyle = dataGridViewCellStyle2; ColumnDetailParameter.HeaderText = "Parameter"; ColumnDetailParameter.Name = "ColumnDetailParameter"; ColumnDetailParameter.Width = 5; // // tabControlMachine // tabControlMachine.Controls.Add(tabPageDetail); tabControlMachine.Controls.Add(tabPageImages); tabControlMachine.Dock = System.Windows.Forms.DockStyle.Fill; tabControlMachine.Font = new System.Drawing.Font("Calibri", 10F); tabControlMachine.Location = new System.Drawing.Point(0, 0); tabControlMachine.Multiline = true; tabControlMachine.Name = "tabControlMachine"; tabControlMachine.SelectedIndex = 0; tabControlMachine.Size = new System.Drawing.Size(592, 550); tabControlMachine.TabIndex = 5; tabControlMachine.Visible = false; // // DockerManagerView // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(splitContainer); Name = "DockerManagerView"; Size = new System.Drawing.Size(975, 550); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); panelNewMachine.ResumeLayout(false); panelNewMachine.PerformLayout(); tabPageDetail.ResumeLayout(false); panelCommand.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dataGridViewDetail)).EndInit(); tabControlMachine.ResumeLayout(false); 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.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.Panel panel1; this.ruleLabel = new System.Windows.Forms.Label(); this.warningOrErrorLabel = new System.Windows.Forms.Label(); this.enableCheckBox = new System.Windows.Forms.CheckBox(); this.ruleTreeView = new System.Windows.Forms.TreeView(); this.changeRuleAssembliesButton = new System.Windows.Forms.Button(); splitContainer1 = new System.Windows.Forms.SplitContainer(); panel1 = new System.Windows.Forms.Panel(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); panel1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.BackColor = System.Drawing.SystemColors.ControlDark; splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(1, 1); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.ruleLabel); splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No; // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.warningOrErrorLabel); splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No; splitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No; splitContainer1.Size = new System.Drawing.Size(375, 17); splitContainer1.SplitterDistance = 214; splitContainer1.SplitterWidth = 2; splitContainer1.TabIndex = 1; // // ruleLabel // this.ruleLabel.BackColor = System.Drawing.SystemColors.ControlLight; this.ruleLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.ruleLabel.Location = new System.Drawing.Point(0, 0); this.ruleLabel.Name = "ruleLabel"; this.ruleLabel.Size = new System.Drawing.Size(214, 17); this.ruleLabel.TabIndex = 0; this.ruleLabel.Text = "${res:ICSharpCode.CodeAnalysis.Rule}"; // // warningOrErrorLabel // this.warningOrErrorLabel.BackColor = System.Drawing.SystemColors.ControlLight; this.warningOrErrorLabel.Dock = System.Windows.Forms.DockStyle.Fill; this.warningOrErrorLabel.Location = new System.Drawing.Point(0, 0); this.warningOrErrorLabel.Name = "warningOrErrorLabel"; this.warningOrErrorLabel.Size = new System.Drawing.Size(159, 17); this.warningOrErrorLabel.TabIndex = 0; this.warningOrErrorLabel.Text = "${res:ICSharpCode.CodeAnalysis.ProjectOptions.WarningOrError}"; // // panel1 // panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); panel1.BackColor = System.Drawing.SystemColors.InactiveCaption; panel1.Controls.Add(splitContainer1); panel1.Location = new System.Drawing.Point(15, 57); panel1.Name = "panel1"; panel1.Padding = new System.Windows.Forms.Padding(1); panel1.Size = new System.Drawing.Size(377, 19); panel1.TabIndex = 3; // // enableCheckBox // this.enableCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.enableCheckBox.Location = new System.Drawing.Point(15, 4); this.enableCheckBox.Name = "enableCheckBox"; this.enableCheckBox.Size = new System.Drawing.Size(376, 24); this.enableCheckBox.TabIndex = 0; this.enableCheckBox.Text = "${res:ICSharpCode.CodeAnalysis.ProjectOptions.RunOnBuild}"; this.enableCheckBox.UseVisualStyleBackColor = true; // // ruleTreeView // this.ruleTreeView.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.ruleTreeView.CheckBoxes = true; this.ruleTreeView.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText; this.ruleTreeView.Location = new System.Drawing.Point(15, 75); this.ruleTreeView.Name = "ruleTreeView"; this.ruleTreeView.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ruleTreeView.Size = new System.Drawing.Size(377, 166); this.ruleTreeView.TabIndex = 2; this.ruleTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.RuleTreeViewAfterCheck); this.ruleTreeView.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.RuleTreeViewDrawNode); this.ruleTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.RuleTreeViewMouseDown); // // changeRuleAssembliesButton // this.changeRuleAssembliesButton.AutoSize = true; this.changeRuleAssembliesButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.changeRuleAssembliesButton.Location = new System.Drawing.Point(15, 28); this.changeRuleAssembliesButton.Name = "changeRuleAssembliesButton"; this.changeRuleAssembliesButton.Size = new System.Drawing.Size(387, 23); this.changeRuleAssembliesButton.TabIndex = 4; this.changeRuleAssembliesButton.Text = "${res:ICSharpCode.CodeAnalysis.ProjectOptions.AddRemoveRuleAssembly}"; this.changeRuleAssembliesButton.UseVisualStyleBackColor = true; this.changeRuleAssembliesButton.Click += new System.EventHandler(this.ChangeRuleAssembliesButtonClick); // // AnalysisProjectOptions // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.changeRuleAssembliesButton); this.Controls.Add(this.ruleTreeView); this.Controls.Add(this.enableCheckBox); this.Controls.Add(panel1); this.Name = "AnalysisProjectOptions"; this.Size = new System.Drawing.Size(395, 244); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); panel1.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.MenuStrip menuStrip; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.Timer timer; System.Windows.Forms.ToolStripContainer toolStripContainer1; this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchBox = new System.Windows.Forms.TextBox(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); timer = new System.Windows.Forms.Timer(this.components); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); menuStrip.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); statusStrip1.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem}); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(562, 24); menuStrip.TabIndex = 0; menuStrip.Text = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "&File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.openToolStripMenuItem.Text = "&Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.closeToolStripMenuItem.Text = "&Close"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20); this.helpToolStripMenuItem.Text = "&Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(103, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::BzReader.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(splitContainer2); splitContainer1.Panel1MinSize = 130; // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.Size = new System.Drawing.Size(562, 405); splitContainer1.SplitterDistance = global::BzReader.Properties.Settings.Default.SplitterDistance; splitContainer1.TabIndex = 1; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer2.IsSplitterFixed = true; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.searchBox); splitContainer2.Panel1MinSize = 20; // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.hitsBox); splitContainer2.Size = new System.Drawing.Size(130, 405); splitContainer2.SplitterDistance = 20; splitContainer2.TabIndex = 0; // // searchBox // this.searchBox.Dock = System.Windows.Forms.DockStyle.Fill; this.searchBox.Location = new System.Drawing.Point(0, 0); this.searchBox.Name = "searchBox"; this.searchBox.Size = new System.Drawing.Size(130, 20); this.searchBox.TabIndex = 0; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); this.searchBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.searchBox_PreviewKeyDown); // // hitsBox // this.hitsBox.Dock = System.Windows.Forms.DockStyle.Fill; this.hitsBox.FormattingEnabled = true; this.hitsBox.Location = new System.Drawing.Point(0, 0); this.hitsBox.Name = "hitsBox"; this.hitsBox.Size = new System.Drawing.Size(130, 381); this.hitsBox.TabIndex = 0; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); // // webBrowser // this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Location = new System.Drawing.Point(0, 0); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(428, 405); this.webBrowser.TabIndex = 0; // // statusStrip1 // statusStrip1.Dock = System.Windows.Forms.DockStyle.None; statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel}); statusStrip1.Location = new System.Drawing.Point(0, 0); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new System.Drawing.Size(562, 22); statusStrip1.TabIndex = 2; statusStrip1.Text = "statusStrip"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; this.searchStatusLabel.Size = new System.Drawing.Size(0, 17); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(562, 405); toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Location = new System.Drawing.Point(0, 24); toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; toolStripContainer1.Size = new System.Drawing.Size(562, 427); toolStripContainer1.TabIndex = 3; toolStripContainer1.Text = "toolStripContainer1"; toolStripContainer1.TopToolStripPanelVisible = false; // // BrowseForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(562, 451); this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "BzReader"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.ResumeLayout(false); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.ResumeLayout(false); toolStripContainer1.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() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm)); imgList = new System.Windows.Forms.ImageList(components); btnConnectToRoom = new Proshot.UtilityLib.Button(); txtHowToConnectToRoom = new Proshot.UtilityLib.TextBox(); mnuMain = new Proshot.UtilityLib.MenuStrip(); mniChat = new System.Windows.Forms.ToolStripMenuItem(); mniSignup = new System.Windows.Forms.ToolStripMenuItem(); mniEnter = new System.Windows.Forms.ToolStripMenuItem(); mniCreateRoom = new System.Windows.Forms.ToolStripMenuItem(); mniConnectToRoom = new System.Windows.Forms.ToolStripMenuItem(); mniConnectMyProfile = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); mniExit = new System.Windows.Forms.ToolStripMenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); lstViwUsers = new Proshot.UtilityLib.ListView(); colUserIcon = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colUserName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); lstViwRooms = new Proshot.UtilityLib.ListView(); colRoomIcon = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colRoomUsers = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colRoomName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); colRoomDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); mnuMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); SuspendLayout(); // // imgList // imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream"))); imgList.TransparentColor = System.Drawing.Color.Transparent; imgList.Images.Add((Image)resources.GetObject("InLine.Image")); imgList.Images.Add((Image)resources.GetObject("OffLine.Image")); imgList.Images.Add((Image)resources.GetObject("mniConnectToRoom.Image")); imgList.Images.SetKeyName(0, "Smiely.png"); imgList.Images.SetKeyName(1, "Private.ico"); imgList.Images.SetKeyName(2, "SendMessage.ico"); imgList.Images.SetKeyName(3, "Enter.ico"); imgList.Images.SetKeyName(4, "Exit.ico"); imgList.Images.SetKeyName(5, "InLine.png"); imgList.Images.SetKeyName(6, "OffLine.png"); imgList.Images.SetKeyName(7, "Chat.png"); // // btnConnectToRoom // btnConnectToRoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); btnConnectToRoom.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; btnConnectToRoom.ImageKey = "Chat.png"; btnConnectToRoom.ImageList = imgList; btnConnectToRoom.Location = new System.Drawing.Point(6, 424); btnConnectToRoom.Name = "btnConnectToRoom"; btnConnectToRoom.Size = new System.Drawing.Size(123, 23); btnConnectToRoom.TabIndex = 6; btnConnectToRoom.Text = "Connect to Room"; btnConnectToRoom.UseVisualStyleBackColor = true; btnConnectToRoom.Click += new System.EventHandler(btnConnectToRoom_Click); // // txtHowToConnectToRoom // txtHowToConnectToRoom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txtHowToConnectToRoom.BorderWidth = 1F; txtHowToConnectToRoom.Enabled = false; txtHowToConnectToRoom.FloatValue = 0D; txtHowToConnectToRoom.Location = new System.Drawing.Point(275, 427); txtHowToConnectToRoom.Name = "txtHowToConnectToRoom"; txtHowToConnectToRoom.Size = new System.Drawing.Size(300, 21); txtHowToConnectToRoom.TabIndex = 1; txtHowToConnectToRoom.Text = " To connect to a chat room, double-click on the room name"; // // mnuMain // mnuMain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mnuMain.BackgroundImage"))); mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { mniChat }); mnuMain.Location = new System.Drawing.Point(0, 0); mnuMain.Name = "mnuMain"; mnuMain.Size = new System.Drawing.Size(635, 24); mnuMain.TabIndex = 7; // // mniChat // mniChat.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { mniSignup, mniEnter, mniCreateRoom, mniConnectToRoom, mniConnectMyProfile, toolStripMenuItem1, mniExit }); mniChat.Name = "mniChat"; mniChat.Size = new System.Drawing.Size(44, 20); mniChat.Text = "Chat"; // // mniSignup // mniSignup.Image = ((System.Drawing.Image)(resources.GetObject("mniSignup.Image"))); mniSignup.Name = "mniSignup"; mniSignup.Size = new System.Drawing.Size(168, 22); mniSignup.Text = "Sign up"; mniSignup.Click += new System.EventHandler(mniSignup_Click); // // mniEnter // mniEnter.Image = ((System.Drawing.Image)(resources.GetObject("mniEnter.Image"))); mniEnter.Name = "mniEnter"; mniEnter.Size = new System.Drawing.Size(168, 22); mniEnter.Text = "Login"; mniEnter.Click += new System.EventHandler(mniEnter_Click); // // mniCreateRoom // mniCreateRoom.Enabled = false; mniCreateRoom.Image = ((System.Drawing.Image)(resources.GetObject("mniCreateRoom.Image"))); mniCreateRoom.Name = "mniCreateRoom"; mniCreateRoom.Size = new System.Drawing.Size(168, 22); mniCreateRoom.Text = "Create Room"; mniCreateRoom.Click += new System.EventHandler(mniCreateRoom_Click); // // mniConnectToRoom // mniConnectToRoom.Image = ((System.Drawing.Image)(resources.GetObject("mniConnectToRoom.Image"))); mniConnectToRoom.Name = "mniConnectToRoom"; mniConnectToRoom.Size = new System.Drawing.Size(168, 22); mniConnectToRoom.Text = "Connect to Room"; mniConnectToRoom.Click += new System.EventHandler(mniConnectToRoom_Click); // // mniConnectMyProfile // mniConnectMyProfile.Enabled = false; mniConnectMyProfile.Image = ((System.Drawing.Image)(resources.GetObject("mniConnectMyProfile.Image"))); mniConnectMyProfile.Name = "mniConnectMyProfile"; mniConnectMyProfile.Size = new System.Drawing.Size(168, 22); mniConnectMyProfile.Text = "My Profile"; mniConnectMyProfile.Click += new System.EventHandler(mniConnectMyProfile_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(165, 6); // // mniExit // mniExit.Image = ((System.Drawing.Image)(resources.GetObject("mniExit.Image"))); mniExit.Name = "mniExit"; mniExit.Size = new System.Drawing.Size(168, 22); mniExit.Text = "Exit"; mniExit.Click += new System.EventHandler(mniExit_Click); // // splitContainer // splitContainer.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))); splitContainer.Location = new System.Drawing.Point(3, 24); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(lstViwUsers); splitContainer.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No; splitContainer.Panel1MinSize = 130; // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(lstViwRooms); splitContainer.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No; splitContainer.Size = new System.Drawing.Size(627, 394); splitContainer.SplitterDistance = 130; splitContainer.TabIndex = 8; // // lstViwUsers // lstViwUsers.Activation = System.Windows.Forms.ItemActivation.OneClick; lstViwUsers.Alignment = System.Windows.Forms.ListViewAlignment.Default; lstViwUsers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { colUserIcon, colUserName }); lstViwUsers.Dock = System.Windows.Forms.DockStyle.Fill; lstViwUsers.FullRowSelect = true; lstViwUsers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; lstViwUsers.HideSelection = false; lstViwUsers.LabelWrap = false; lstViwUsers.Location = new System.Drawing.Point(0, 0); lstViwUsers.MultiSelect = false; lstViwUsers.Name = "lstViwUsers"; lstViwUsers.RightToLeftLayout = true; lstViwUsers.Size = new System.Drawing.Size(130, 394); lstViwUsers.SmallImageList = imgList; lstViwUsers.TabIndex = 8; lstViwUsers.UseCompatibleStateImageBehavior = false; lstViwUsers.View = System.Windows.Forms.View.Details; // // colUserIcon // colUserIcon.Text = ""; colUserIcon.Width = 23; // // colUserName // colUserName.Text = ""; colUserName.Width = 85; // // lstViwRooms // lstViwRooms.Activation = System.Windows.Forms.ItemActivation.OneClick; lstViwRooms.Alignment = System.Windows.Forms.ListViewAlignment.Default; lstViwRooms.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { colRoomIcon, colRoomName, colRoomDescription, colRoomUsers }); lstViwRooms.Dock = System.Windows.Forms.DockStyle.Fill; lstViwRooms.FullRowSelect = true; lstViwRooms.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; lstViwRooms.HideSelection = false; lstViwRooms.LabelWrap = false; lstViwRooms.Location = new System.Drawing.Point(0, 0); lstViwRooms.MultiSelect = false; lstViwRooms.Name = "lstViwRooms"; lstViwRooms.RightToLeftLayout = true; lstViwRooms.Size = new System.Drawing.Size(493, 394); lstViwRooms.SmallImageList = imgList; lstViwRooms.TabIndex = 8; lstViwRooms.UseCompatibleStateImageBehavior = false; lstViwRooms.View = System.Windows.Forms.View.Details; lstViwRooms.DoubleClick += new System.EventHandler(btnConnectToRoom_Click); // // colRoomIcon // colRoomIcon.Text = ""; colRoomIcon.Width = 23; // // colRoomName // colRoomName.Text = "Room Name"; colRoomName.Width = 75; // // colRoomDescription // colRoomDescription.Text = "Room Description"; colRoomDescription.Width = 350; // // colRoomUsers // colRoomUsers.Text = "Users"; colRoomUsers.Width = 50; // // MainFrm // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(635, 459); Controls.Add(splitContainer); Controls.Add(btnConnectToRoom); Controls.Add(txtHowToConnectToRoom); Controls.Add(mnuMain); Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177))); MinimumSize = new System.Drawing.Size(643, 493); Name = "MainFrm"; RightToLeft = System.Windows.Forms.RightToLeft.No; RightToLeftLayout = true; ShowIcon = false; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Offline"; FormClosing += new System.Windows.Forms.FormClosingEventHandler(MainFrm_FormClosing); mnuMain.ResumeLayout(false); mnuMain.PerformLayout(); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); ResumeLayout(false); 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.ToolStripMenuItem helpToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem wikiSyntaxToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripSeparator; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem; System.Windows.Forms.SplitContainer splitContainer; System.Windows.Forms.TabControl _tabControl; System.Windows.Forms.TabPage _wikiTab; System.Windows.Forms.TabPage _htmlSourceTab; this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this._wikiBox = new System.Windows.Forms.TextBox(); this._webBrowser = new System.Windows.Forms.WebBrowser(); this._htmlBox = new System.Windows.Forms.RichTextBox(); this._editMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._timer = new System.Windows.Forms.Timer(this.components); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this._mainMenu = new System.Windows.Forms.MenuStrip(); this._openFileDialog = new System.Windows.Forms.OpenFileDialog(); this._saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this._commandProvider = new WikiPad.StandardCommandProvider(this.components); this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); wikiSyntaxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); _tabControl = new System.Windows.Forms.TabControl(); _wikiTab = new System.Windows.Forms.TabPage(); _htmlSourceTab = new System.Windows.Forms.TabPage(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); _tabControl.SuspendLayout(); _wikiTab.SuspendLayout(); _htmlSourceTab.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this._mainMenu.SuspendLayout(); this.SuspendLayout(); // // helpToolStripMenuItem // helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { wikiSyntaxToolStripMenuItem}); helpToolStripMenuItem.Name = "helpToolStripMenuItem"; helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); helpToolStripMenuItem.Text = "&Help"; // // wikiSyntaxToolStripMenuItem // wikiSyntaxToolStripMenuItem.Name = "wikiSyntaxToolStripMenuItem"; wikiSyntaxToolStripMenuItem.Size = new System.Drawing.Size(134, 22); wikiSyntaxToolStripMenuItem.Text = "&Wiki Syntax"; wikiSyntaxToolStripMenuItem.Click += new System.EventHandler(this.HelpWikiSyntaxMenu_Click); // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, this.toolStripSeparator2, saveToolStripMenuItem, saveAsToolStripMenuItem, toolStripSeparator1, toolStripMenuItem1, toolStripSeparator, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image"))); newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); newToolStripMenuItem.Size = new System.Drawing.Size(177, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Click += new System.EventHandler(this.FileNewMenu_Click); // // openToolStripMenuItem // openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image"))); openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); openToolStripMenuItem.Size = new System.Drawing.Size(177, 22); openToolStripMenuItem.Text = "&Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.FileOpenMenu_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(174, 6); // // saveToolStripMenuItem // saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); saveToolStripMenuItem.Size = new System.Drawing.Size(177, 22); saveToolStripMenuItem.Text = "&Save"; saveToolStripMenuItem.Click += new System.EventHandler(this.FileSaveMenu_Click); // // saveAsToolStripMenuItem // saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; saveAsToolStripMenuItem.Size = new System.Drawing.Size(177, 22); saveAsToolStripMenuItem.Text = "Save &As..."; saveAsToolStripMenuItem.Click += new System.EventHandler(this.FileSaveAsMenu_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(174, 6); // // toolStripMenuItem1 // toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image"))); toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(177, 22); toolStripMenuItem1.Text = "&Import From Web..."; toolStripMenuItem1.Click += new System.EventHandler(this.ImportFromWebMenu_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(174, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(177, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.FileExitMenu_Click); // // undoToolStripMenuItem // this._commandProvider.SetCommand(undoToolStripMenuItem, "Undo"); undoToolStripMenuItem.Name = "undoToolStripMenuItem"; undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); undoToolStripMenuItem.Size = new System.Drawing.Size(167, 22); undoToolStripMenuItem.Text = "&Undo"; // // redoToolStripMenuItem // this._commandProvider.SetCommand(redoToolStripMenuItem, "Redo"); redoToolStripMenuItem.Name = "redoToolStripMenuItem"; redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); redoToolStripMenuItem.Size = new System.Drawing.Size(167, 22); redoToolStripMenuItem.Text = "&Redo"; // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(164, 6); // // cutToolStripMenuItem // this._commandProvider.SetCommand(cutToolStripMenuItem, "Cut"); cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image"))); cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; cutToolStripMenuItem.Name = "cutToolStripMenuItem"; cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); cutToolStripMenuItem.Size = new System.Drawing.Size(167, 22); cutToolStripMenuItem.Text = "Cu&t"; // // copyToolStripMenuItem // this._commandProvider.SetCommand(copyToolStripMenuItem, "Copy"); copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image"))); copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; copyToolStripMenuItem.Name = "copyToolStripMenuItem"; copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); copyToolStripMenuItem.Size = new System.Drawing.Size(167, 22); copyToolStripMenuItem.Text = "&Copy"; // // pasteToolStripMenuItem // this._commandProvider.SetCommand(pasteToolStripMenuItem, "Paste"); pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image"))); pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); pasteToolStripMenuItem.Size = new System.Drawing.Size(167, 22); pasteToolStripMenuItem.Text = "&Paste"; // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(164, 6); // // selectAllToolStripMenuItem // this._commandProvider.SetCommand(selectAllToolStripMenuItem, "SelectAll"); selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); selectAllToolStripMenuItem.Size = new System.Drawing.Size(167, 22); selectAllToolStripMenuItem.Text = "Select &All"; // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(2, 2); splitContainer.Margin = new System.Windows.Forms.Padding(2); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this._wikiBox); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this._webBrowser); splitContainer.Size = new System.Drawing.Size(566, 353); splitContainer.SplitterDistance = 273; splitContainer.SplitterWidth = 3; splitContainer.TabIndex = 3; // // _wikiBox // this._wikiBox.AcceptsReturn = true; this._wikiBox.Dock = System.Windows.Forms.DockStyle.Fill; this._wikiBox.HideSelection = false; this._wikiBox.Location = new System.Drawing.Point(0, 0); this._wikiBox.Margin = new System.Windows.Forms.Padding(2); this._wikiBox.MaxLength = 131072; this._wikiBox.Multiline = true; this._wikiBox.Name = "_wikiBox"; this._wikiBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this._wikiBox.Size = new System.Drawing.Size(273, 353); this._wikiBox.TabIndex = 1; this._wikiBox.TextChanged += new System.EventHandler(this.WikiBox_TextChanged); // // _webBrowser // this._webBrowser.AllowNavigation = false; this._webBrowser.AllowWebBrowserDrop = false; this._webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this._webBrowser.Location = new System.Drawing.Point(0, 0); this._webBrowser.Margin = new System.Windows.Forms.Padding(2); this._webBrowser.MinimumSize = new System.Drawing.Size(15, 16); this._webBrowser.Name = "_webBrowser"; this._webBrowser.ScriptErrorsSuppressed = true; this._webBrowser.Size = new System.Drawing.Size(290, 353); this._webBrowser.TabIndex = 0; this._webBrowser.WebBrowserShortcutsEnabled = false; // // _tabControl // _tabControl.Appearance = System.Windows.Forms.TabAppearance.Buttons; _tabControl.Controls.Add(_wikiTab); _tabControl.Controls.Add(_htmlSourceTab); _tabControl.Dock = System.Windows.Forms.DockStyle.Fill; _tabControl.Location = new System.Drawing.Point(0, 0); _tabControl.Margin = new System.Windows.Forms.Padding(2); _tabControl.Name = "_tabControl"; _tabControl.SelectedIndex = 0; _tabControl.Size = new System.Drawing.Size(578, 386); _tabControl.TabIndex = 0; // // _wikiTab // _wikiTab.Controls.Add(splitContainer); _wikiTab.Location = new System.Drawing.Point(4, 25); _wikiTab.Margin = new System.Windows.Forms.Padding(2); _wikiTab.Name = "_wikiTab"; _wikiTab.Padding = new System.Windows.Forms.Padding(2); _wikiTab.Size = new System.Drawing.Size(570, 357); _wikiTab.TabIndex = 0; _wikiTab.Text = "Wiki/Preview"; _wikiTab.UseVisualStyleBackColor = true; // // _htmlSourceTab // _htmlSourceTab.Controls.Add(this._htmlBox); _htmlSourceTab.Location = new System.Drawing.Point(4, 25); _htmlSourceTab.Margin = new System.Windows.Forms.Padding(2); _htmlSourceTab.Name = "_htmlSourceTab"; _htmlSourceTab.Padding = new System.Windows.Forms.Padding(2); _htmlSourceTab.Size = new System.Drawing.Size(570, 357); _htmlSourceTab.TabIndex = 1; _htmlSourceTab.Text = "HTML Source"; _htmlSourceTab.UseVisualStyleBackColor = true; // // _htmlBox // this._htmlBox.Dock = System.Windows.Forms.DockStyle.Fill; this._htmlBox.Font = new System.Drawing.Font("Lucida Console", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._htmlBox.Location = new System.Drawing.Point(2, 2); this._htmlBox.Margin = new System.Windows.Forms.Padding(2); this._htmlBox.Name = "_htmlBox"; this._htmlBox.ReadOnly = true; this._htmlBox.Size = new System.Drawing.Size(566, 353); this._htmlBox.TabIndex = 1; this._htmlBox.Text = ""; // // _editMenu // this._editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { undoToolStripMenuItem, redoToolStripMenuItem, toolStripSeparator4, cutToolStripMenuItem, copyToolStripMenuItem, pasteToolStripMenuItem, this.toolStripSeparator3, this.findToolStripMenuItem, this.replaceToolStripMenuItem, toolStripSeparator5, selectAllToolStripMenuItem}); this._editMenu.Name = "_editMenu"; this._editMenu.Size = new System.Drawing.Size(39, 20); this._editMenu.Text = "&Edit"; this._editMenu.DropDownOpening += new System.EventHandler(this.EditMenu_DropDownOpening); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6); // // findToolStripMenuItem // this.findToolStripMenuItem.Name = "findToolStripMenuItem"; this.findToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F))); this.findToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.findToolStripMenuItem.Text = "Find..."; this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click); // // _timer // this._timer.Enabled = true; this._timer.Interval = 500; this._timer.Tick += new System.EventHandler(this.Timer_Tick); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(_tabControl); this.toolStripContainer1.ContentPanel.Margin = new System.Windows.Forms.Padding(2); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(578, 386); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Margin = new System.Windows.Forms.Padding(2); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(578, 410); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this._mainMenu); // // _mainMenu // this._mainMenu.Dock = System.Windows.Forms.DockStyle.None; this._mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, this._editMenu, helpToolStripMenuItem}); this._mainMenu.Location = new System.Drawing.Point(0, 0); this._mainMenu.Name = "_mainMenu"; this._mainMenu.Size = new System.Drawing.Size(578, 24); this._mainMenu.TabIndex = 0; this._mainMenu.Text = "menuStrip1"; // // _openFileDialog // this._openFileDialog.DefaultExt = "wiki"; this._openFileDialog.Filter = "Wiki files (*.wiki)|*.wiki|Text files (*.txt)|*.txt|All files (*.*)|*.*"; // // _commandProvider // this._commandProvider.CommandTable = null; this._commandProvider.CommandClick += new System.EventHandler<WikiPad.StandardCommandEventArgs>(this.StandardCommand_CommandClick); // // replaceToolStripMenuItem // this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem"; this.replaceToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H))); this.replaceToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.replaceToolStripMenuItem.Text = "Replace..."; this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(578, 410); this.Controls.Add(this.toolStripContainer1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "MainForm"; this.Text = "WikiPad"; this.Load += new System.EventHandler(this.Form_Load); this.Activated += new System.EventHandler(this.Form_Activated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout(false); splitContainer.ResumeLayout(false); _tabControl.ResumeLayout(false); _wikiTab.ResumeLayout(false); _htmlSourceTab.ResumeLayout(false); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this._mainMenu.ResumeLayout(false); this._mainMenu.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 label15; System.Windows.Forms.Label label14; System.Windows.Forms.Label label13; System.Windows.Forms.Label label12; System.Windows.Forms.Label label11; System.Windows.Forms.Label label10; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.Label label5; this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.sourceEditControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.SourceEditControl(); this.txtClassClassInstanceVars = new System.Windows.Forms.TextBox(); this.txtClassClassVars = new System.Windows.Forms.TextBox(); this.txtClassInstanceVars = new System.Windows.Forms.TextBox(); this.comboClassInstanceState = new System.Windows.Forms.ComboBox(); this.comboClassPools = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox(); this.comboClassSuperclass = new System.Windows.Forms.ComboBox(); this.txtClassName = new System.Windows.Forms.TextBox(); this.comboImplementedInstanceProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox(); this.comboImplementedClassProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.AppendingComboBox(); this.textNativeType = new System.Windows.Forms.TextBox(); label15 = new System.Windows.Forms.Label(); label14 = new System.Windows.Forms.Label(); label13 = new System.Windows.Forms.Label(); label12 = new System.Windows.Forms.Label(); label11 = new System.Windows.Forms.Label(); label10 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // label15 // label15.AutoSize = true; label15.Location = new System.Drawing.Point(10, 164); label15.Name = "label15"; label15.Size = new System.Drawing.Size(80, 13); label15.TabIndex = 5; label15.Text = "Imported Pools:"; // // label14 // label14.AutoSize = true; label14.Location = new System.Drawing.Point(10, 138); label14.Name = "label14"; label14.Size = new System.Drawing.Size(82, 13); label14.TabIndex = 4; label14.Text = "Class Inst. Vars:"; // // label13 // label13.AutoSize = true; label13.Location = new System.Drawing.Point(10, 86); label13.Name = "label13"; label13.Size = new System.Drawing.Size(75, 13); label13.TabIndex = 3; label13.Text = "Instance Vars:"; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(10, 112); label12.Name = "label12"; label12.Size = new System.Drawing.Size(59, 13); label12.TabIndex = 8; label12.Text = "Class Vars:"; // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(10, 59); label11.Name = "label11"; label11.Size = new System.Drawing.Size(79, 13); label11.TabIndex = 7; label11.Text = "Instance State:"; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(10, 32); label10.Name = "label10"; label10.Size = new System.Drawing.Size(62, 13); label10.TabIndex = 6; label10.Text = "Superclass:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(10, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(66, 13); label1.TabIndex = 6; label1.Text = "Class Name:"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(10, 191); label2.Name = "label2"; label2.Size = new System.Drawing.Size(88, 13); label2.TabIndex = 5; label2.Text = "Impl. Inst. Prots. :"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(10, 218); label3.Name = "label3"; label3.Size = new System.Drawing.Size(93, 13); label3.TabIndex = 5; label3.Text = "Impl. Class Prots. :"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(10, 245); label4.Name = "label4"; label4.Size = new System.Drawing.Size(68, 13); label4.TabIndex = 4; label4.Text = "Native Type:"; // // splitContainer1 // 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))); splitContainer1.Location = new System.Drawing.Point(13, 265); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.descriptionControl); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(label5); splitContainer1.Panel2.Controls.Add(this.sourceEditControl); splitContainer1.Size = new System.Drawing.Size(269, 151); splitContainer1.SplitterDistance = 80; splitContainer1.TabIndex = 12; // // descriptionControl // this.descriptionControl.Dock = System.Windows.Forms.DockStyle.Fill; this.descriptionControl.Location = new System.Drawing.Point(0, 0); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = true; this.descriptionControl.Size = new System.Drawing.Size(269, 80); this.descriptionControl.TabIndex = 12; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(-3, 4); label5.Name = "label5"; label5.Size = new System.Drawing.Size(50, 13); label5.TabIndex = 14; label5.Text = "Initializer:"; // // sourceEditControl // this.sourceEditControl.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.sourceEditControl.Location = new System.Drawing.Point(0, 20); this.sourceEditControl.Name = "sourceEditControl"; this.sourceEditControl.Size = new System.Drawing.Size(269, 47); this.sourceEditControl.Source = ""; this.sourceEditControl.TabIndex = 13; this.sourceEditControl.Load += new System.EventHandler(this.sourceEditControl_Load); // // txtClassClassInstanceVars // this.txtClassClassInstanceVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassClassInstanceVars.Location = new System.Drawing.Point(109, 135); this.txtClassClassInstanceVars.Name = "txtClassClassInstanceVars"; this.txtClassClassInstanceVars.Size = new System.Drawing.Size(173, 20); this.txtClassClassInstanceVars.TabIndex = 6; this.txtClassClassInstanceVars.TextChanged += new System.EventHandler(this.txtClassClassInstanceVars_TextChanged); // // txtClassClassVars // this.txtClassClassVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassClassVars.Location = new System.Drawing.Point(109, 109); this.txtClassClassVars.Name = "txtClassClassVars"; this.txtClassClassVars.Size = new System.Drawing.Size(173, 20); this.txtClassClassVars.TabIndex = 5; this.txtClassClassVars.TextChanged += new System.EventHandler(this.txtClassClassVars_TextChanged); // // txtClassInstanceVars // this.txtClassInstanceVars.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassInstanceVars.Location = new System.Drawing.Point(109, 83); this.txtClassInstanceVars.Name = "txtClassInstanceVars"; this.txtClassInstanceVars.Size = new System.Drawing.Size(173, 20); this.txtClassInstanceVars.TabIndex = 4; this.txtClassInstanceVars.TextChanged += new System.EventHandler(this.txtClassInstanceVars_TextChanged); // // comboClassInstanceState // this.comboClassInstanceState.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboClassInstanceState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClassInstanceState.FormattingEnabled = true; this.comboClassInstanceState.Items.AddRange(new object[] { "None (Named Variables Only)", "Byte Indexable", "Object Indexable", "Native" }); this.comboClassInstanceState.Location = new System.Drawing.Point(109, 56); this.comboClassInstanceState.Name = "comboClassInstanceState"; this.comboClassInstanceState.Size = new System.Drawing.Size(173, 21); this.comboClassInstanceState.TabIndex = 3; this.comboClassInstanceState.SelectedIndexChanged += new System.EventHandler(this.comboClassInstanceState_SelectedIndexChanged); // // comboClassPools // this.comboClassPools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboClassPools.FormattingEnabled = true; this.comboClassPools.Location = new System.Drawing.Point(109, 161); this.comboClassPools.Name = "comboClassPools"; this.comboClassPools.Separator = " "; this.comboClassPools.Size = new System.Drawing.Size(173, 21); this.comboClassPools.TabIndex = 7; this.comboClassPools.TextChanged += new System.EventHandler(this.comboClassPools_TextChanged); // // comboClassSuperclass // this.comboClassSuperclass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboClassSuperclass.FormattingEnabled = true; this.comboClassSuperclass.Location = new System.Drawing.Point(109, 29); this.comboClassSuperclass.Name = "comboClassSuperclass"; this.comboClassSuperclass.Size = new System.Drawing.Size(173, 21); this.comboClassSuperclass.TabIndex = 2; this.comboClassSuperclass.TextChanged += new System.EventHandler(this.comboClassSuperclass_TextChanged); // // txtClassName // this.txtClassName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtClassName.Location = new System.Drawing.Point(109, 3); this.txtClassName.Name = "txtClassName"; this.txtClassName.Size = new System.Drawing.Size(173, 20); this.txtClassName.TabIndex = 1; this.txtClassName.TextChanged += new System.EventHandler(this.txtClassName_TextChanged); // // comboImplementedInstanceProtocols // this.comboImplementedInstanceProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboImplementedInstanceProtocols.FormattingEnabled = true; this.comboImplementedInstanceProtocols.Location = new System.Drawing.Point(109, 188); this.comboImplementedInstanceProtocols.Name = "comboImplementedInstanceProtocols"; this.comboImplementedInstanceProtocols.Separator = " "; this.comboImplementedInstanceProtocols.Size = new System.Drawing.Size(173, 21); this.comboImplementedInstanceProtocols.TabIndex = 8; this.comboImplementedInstanceProtocols.TextChanged += new System.EventHandler(this.comboImplementedInstanceProtocols_TextChanged); // // comboImplementedClassProtocols // this.comboImplementedClassProtocols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboImplementedClassProtocols.FormattingEnabled = true; this.comboImplementedClassProtocols.Location = new System.Drawing.Point(109, 215); this.comboImplementedClassProtocols.Name = "comboImplementedClassProtocols"; this.comboImplementedClassProtocols.Separator = " "; this.comboImplementedClassProtocols.Size = new System.Drawing.Size(173, 21); this.comboImplementedClassProtocols.TabIndex = 9; this.comboImplementedClassProtocols.TextChanged += new System.EventHandler(this.comboImplementedClassProtocols_TextChanged); // // textNativeType // this.textNativeType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textNativeType.Location = new System.Drawing.Point(109, 242); this.textNativeType.Name = "textNativeType"; this.textNativeType.Size = new System.Drawing.Size(173, 20); this.textNativeType.TabIndex = 6; this.textNativeType.TextChanged += new System.EventHandler(this.textNativeType_TextChanged); // // ClassDefinitionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer1); this.Controls.Add(this.textNativeType); this.Controls.Add(this.txtClassClassInstanceVars); this.Controls.Add(this.txtClassName); this.Controls.Add(this.txtClassClassVars); this.Controls.Add(this.txtClassInstanceVars); this.Controls.Add(this.comboClassInstanceState); this.Controls.Add(this.comboImplementedClassProtocols); this.Controls.Add(this.comboImplementedInstanceProtocols); this.Controls.Add(this.comboClassPools); this.Controls.Add(label3); this.Controls.Add(this.comboClassSuperclass); this.Controls.Add(label2); this.Controls.Add(label4); this.Controls.Add(label15); this.Controls.Add(label14); this.Controls.Add(label13); this.Controls.Add(label12); this.Controls.Add(label11); this.Controls.Add(label1); this.Controls.Add(label10); this.Name = "ClassDefinitionControl"; this.Size = new System.Drawing.Size(285, 422); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.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.SplitContainer splitContainer1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GlobalsControl)); System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader2; this.imageList = new System.Windows.Forms.ImageList(this.components); this.listGlobals = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.VetoingListView(); this.globalDefinitionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Globals.GlobalDefinitionControl(); splitContainer1 = new System.Windows.Forms.SplitContainer(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.listGlobals); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.globalDefinitionControl); splitContainer1.Size = new System.Drawing.Size(616, 366); splitContainer1.SplitterDistance = 310; splitContainer1.TabIndex = 0; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "method"); this.imageList.Images.SetKeyName(1, "field"); this.imageList.Images.SetKeyName(2, "structure"); this.imageList.Images.SetKeyName(3, "handshake"); this.imageList.Images.SetKeyName(4, "enum"); this.imageList.Images.SetKeyName(5, "class"); this.imageList.Images.SetKeyName(6, "source"); this.imageList.Images.SetKeyName(7, "document"); this.imageList.Images.SetKeyName(8, "hierarchy"); this.imageList.Images.SetKeyName(9, "parameter"); // // listGlobals // this.listGlobals.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2}); this.listGlobals.Dock = System.Windows.Forms.DockStyle.Fill; this.listGlobals.FullRowSelect = true; this.listGlobals.GridLines = true; this.listGlobals.HideSelection = false; this.listGlobals.LargeImageList = this.imageList; this.listGlobals.Location = new System.Drawing.Point(0, 0); this.listGlobals.MultiSelect = false; this.listGlobals.Name = "listGlobals"; this.listGlobals.ShowGroups = false; this.listGlobals.Size = new System.Drawing.Size(310, 366); this.listGlobals.SmallImageList = this.imageList; this.listGlobals.TabIndex = 0; this.listGlobals.UseCompatibleStateImageBehavior = false; this.listGlobals.View = System.Windows.Forms.View.Details; this.listGlobals.ItemChanging += new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.ListItemChangingEventHandler(this.listGlobals_ItemChanging); // // columnHeader1 // columnHeader1.Text = "Global"; columnHeader1.Width = 200; // // columnHeader2 // columnHeader2.Text = "Type"; columnHeader2.Width = 80; // // globalDefinitionControl // this.globalDefinitionControl.Dirty = false; this.globalDefinitionControl.Dock = System.Windows.Forms.DockStyle.Fill; this.globalDefinitionControl.Enabled = false; this.globalDefinitionControl.Location = new System.Drawing.Point(0, 0); this.globalDefinitionControl.Name = "globalDefinitionControl"; this.globalDefinitionControl.Size = new System.Drawing.Size(302, 366); this.globalDefinitionControl.SystemImplementationHolder = null; this.globalDefinitionControl.TabIndex = 0; // // GlobalsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer1); this.Name = "GlobalsControl"; this.Size = new System.Drawing.Size(616, 366); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); 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() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer _splitter; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableDesignerDoc)); this._dataGrid = new System.Windows.Forms.DataGridView(); this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.type = new SQLite.Designer.Editors.AutoCompleteColumn(); this.isnull = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this._pg = new System.Windows.Forms.PropertyGrid(); this._sqlText = new System.Windows.Forms.RichTextBox(); this._propertyGrid = new System.Windows.Forms.PropertyGrid(); this.autoCompleteColumn1 = new SQLite.Designer.Editors.AutoCompleteColumn(); this._imageList = new System.Windows.Forms.ImageList(this.components); _splitter = new System.Windows.Forms.SplitContainer(); _splitter.Panel1.SuspendLayout(); _splitter.Panel2.SuspendLayout(); _splitter.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._dataGrid)).BeginInit(); this.SuspendLayout(); // // _splitter // _splitter.BackColor = System.Drawing.SystemColors.Control; _splitter.Dock = System.Windows.Forms.DockStyle.Fill; _splitter.Location = new System.Drawing.Point(0, 0); _splitter.Name = "_splitter"; _splitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // _splitter.Panel1 // _splitter.Panel1.Controls.Add(this._dataGrid); _splitter.Panel1.Controls.Add(this._pg); _splitter.Panel1.Controls.Add(this._sqlText); // // _splitter.Panel2 // _splitter.Panel2.Controls.Add(this._propertyGrid); _splitter.Size = new System.Drawing.Size(436, 631); _splitter.SplitterDistance = 383; _splitter.TabIndex = 0; // // _dataGrid // this._dataGrid.AllowDrop = true; this._dataGrid.AllowUserToResizeRows = false; this._dataGrid.BackgroundColor = System.Drawing.SystemColors.Window; this._dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this._dataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.name, this.type, this.isnull }); this._dataGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._dataGrid.Location = new System.Drawing.Point(0, 0); this._dataGrid.Name = "_dataGrid"; this._dataGrid.RowHeadersWidth = 42; this._dataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this._dataGrid.RowTemplate.Height = 23; this._dataGrid.Size = new System.Drawing.Size(436, 383); this._dataGrid.TabIndex = 2; this._dataGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValueChanged); this._dataGrid.MouseDown += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseDown); this._dataGrid.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this._dataGrid_UserDeletingRow); this._dataGrid.MouseMove += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseMove); this._dataGrid.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated); this._dataGrid.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this._dataGrid_UserDeletedRow); this._dataGrid.DragOver += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragOver); this._dataGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated); this._dataGrid.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this._dataGrid_CellPainting); this._dataGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellClick); this._dataGrid.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellEnter); this._dataGrid.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this._dataGrid_RowHeaderMouseClick); this._dataGrid.SelectionChanged += new System.EventHandler(this._dataGrid_SelectionChanged); this._dataGrid.DragDrop += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragDrop); // // name // this.name.Frozen = true; this.name.HeaderText = "Column Name"; this.name.Name = "name"; this.name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // type // this.type.HeaderText = "Data Type"; this.type.Name = "type"; // // isnull // this.isnull.FalseValue = false; this.isnull.HeaderText = "Allow Nulls"; this.isnull.IndeterminateValue = false; this.isnull.Name = "isnull"; this.isnull.TrueValue = true; // // _pg // this._pg.Location = new System.Drawing.Point(3, 171); this._pg.Name = "_pg"; this._pg.PropertySort = System.Windows.Forms.PropertySort.NoSort; this._pg.Size = new System.Drawing.Size(130, 130); this._pg.TabIndex = 1; this._pg.ToolbarVisible = false; this._pg.Visible = false; // // _sqlText // this._sqlText.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._sqlText.Location = new System.Drawing.Point(3, 3); this._sqlText.Name = "_sqlText"; this._sqlText.ReadOnly = true; this._sqlText.Size = new System.Drawing.Size(165, 162); this._sqlText.TabIndex = 0; this._sqlText.Text = ""; this._sqlText.Visible = false; // // _propertyGrid // this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._propertyGrid.Location = new System.Drawing.Point(0, 0); this._propertyGrid.Name = "_propertyGrid"; this._propertyGrid.Size = new System.Drawing.Size(436, 244); this._propertyGrid.TabIndex = 0; // // autoCompleteColumn1 // this.autoCompleteColumn1.HeaderText = "Data Type"; this.autoCompleteColumn1.Name = "autoCompleteColumn1"; this.autoCompleteColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.autoCompleteColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // _imageList // this._imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream"))); this._imageList.TransparentColor = System.Drawing.Color.Magenta; this._imageList.Images.SetKeyName(0, "PrimaryKey.bmp"); // // TableDesignerDoc // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(_splitter); this.Font = new System.Drawing.Font("MS Shell Dlg 2", 8.25F); this.Name = "TableDesignerDoc"; this.Size = new System.Drawing.Size(436, 631); _splitter.Panel1.ResumeLayout(false); _splitter.Panel2.ResumeLayout(false); _splitter.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._dataGrid)).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.SplitContainer splitContainer; this.characterSelector = new System.Windows.Forms.CheckedListBox(); this.characterEditor = new LionEditor.CharacterEditor(); this.characterRightClickMenu = new System.Windows.Forms.ContextMenu(); this.characterCopyMenuItem = new System.Windows.Forms.MenuItem(); this.characterPasteMenuItem = new System.Windows.Forms.MenuItem(); this.menuItem3 = new System.Windows.Forms.MenuItem(); this.characterMoveUpMenuItem = new System.Windows.Forms.MenuItem(); this.characterMoveDownMenuItem = new System.Windows.Forms.MenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.IsSplitterFixed = true; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.characterSelector); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.characterEditor); splitContainer.Size = new System.Drawing.Size(782, 439); splitContainer.SplitterDistance = 142; splitContainer.TabIndex = 1; splitContainer.TabStop = false; // // characterSelector // this.characterSelector.AllowDrop = true; this.characterSelector.Dock = System.Windows.Forms.DockStyle.Fill; this.characterSelector.FormattingEnabled = true; this.characterSelector.Location = new System.Drawing.Point(0, 0); this.characterSelector.Name = "characterSelector"; this.characterSelector.RightToLeft = System.Windows.Forms.RightToLeft.No; this.characterSelector.Size = new System.Drawing.Size(142, 439); this.characterSelector.TabIndex = 0; // // characterEditor // this.characterEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.characterEditor.Location = new System.Drawing.Point(0, 0); this.characterEditor.Name = "characterEditor"; this.characterEditor.Size = new System.Drawing.Size(636, 439); this.characterEditor.TabIndex = 0; // // characterRightClickMenu // this.characterRightClickMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.characterCopyMenuItem, this.characterPasteMenuItem, this.menuItem3, this.characterMoveUpMenuItem, this.characterMoveDownMenuItem}); // // characterCopyMenuItem // this.characterCopyMenuItem.Index = 0; this.characterCopyMenuItem.Text = "&Copy"; // // characterPasteMenuItem // this.characterPasteMenuItem.Enabled = false; this.characterPasteMenuItem.Index = 1; this.characterPasteMenuItem.Text = "P&aste"; // // menuItem3 // this.menuItem3.Index = 2; this.menuItem3.Text = "-"; // // characterMoveUpMenuItem // this.characterMoveUpMenuItem.Index = 3; this.characterMoveUpMenuItem.Text = "Move &up"; // // characterMoveDownMenuItem // this.characterMoveDownMenuItem.Index = 4; this.characterMoveDownMenuItem.Text = "Move &down"; // // CharacterCollectionEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer); this.Name = "CharacterCollectionEditor"; this.Size = new System.Drawing.Size(782, 439); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); splitContainer.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.TabControl tabControl1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; System.Windows.Forms.Panel panel1; System.Windows.Forms.Label label1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkspaceTester)); this.tabPage1 = new System.Windows.Forms.TabPage(); this.buttonInstall = new System.Windows.Forms.Button(); this.buttonCreateEnvironment = new System.Windows.Forms.Button(); this.textInstall = new System.Windows.Forms.TextBox(); this.textResultInstall = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.comboSelf = new System.Windows.Forms.ComboBox(); this.buttonEvalExpression = new System.Windows.Forms.Button(); this.buttonJitExpression = new System.Windows.Forms.Button(); this.textEvaluate = new System.Windows.Forms.TextBox(); this.textResultEvaluate = new System.Windows.Forms.TextBox(); tabControl1 = new System.Windows.Forms.TabControl(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); splitContainer2 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); panel1 = new System.Windows.Forms.Panel(); label1 = new System.Windows.Forms.Label(); tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(852, 389); tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(splitContainer1); 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(844, 363); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Install"; this.tabPage1.UseVisualStyleBackColor = true; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(3, 3); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tableLayoutPanel3); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.textResultInstall); splitContainer1.Size = new System.Drawing.Size(838, 357); splitContainer1.SplitterDistance = 230; splitContainer1.TabIndex = 0; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 2; tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel3.Controls.Add(this.buttonInstall, 1, 1); tableLayoutPanel3.Controls.Add(this.buttonCreateEnvironment, 0, 1); tableLayoutPanel3.Controls.Add(this.textInstall, 0, 0); tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 2; tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel3.Size = new System.Drawing.Size(838, 230); tableLayoutPanel3.TabIndex = 0; // // buttonInstall // this.buttonInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonInstall.Location = new System.Drawing.Point(422, 203); this.buttonInstall.Name = "buttonInstall"; this.buttonInstall.Size = new System.Drawing.Size(413, 24); this.buttonInstall.TabIndex = 8; this.buttonInstall.Text = "Install"; this.buttonInstall.UseVisualStyleBackColor = true; this.buttonInstall.Click += new System.EventHandler(this.buttonInstall_Click); // // buttonCreateEnvironment // this.buttonCreateEnvironment.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonCreateEnvironment.Location = new System.Drawing.Point(3, 203); this.buttonCreateEnvironment.Name = "buttonCreateEnvironment"; this.buttonCreateEnvironment.Size = new System.Drawing.Size(413, 24); this.buttonCreateEnvironment.TabIndex = 7; this.buttonCreateEnvironment.Text = "New Env."; this.buttonCreateEnvironment.UseVisualStyleBackColor = true; this.buttonCreateEnvironment.Click += new System.EventHandler(this.buttonCreateEnvironment_Click); // // textInstall // this.textInstall.AcceptsTab = true; this.textInstall.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))); tableLayoutPanel3.SetColumnSpan(this.textInstall, 2); this.textInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textInstall.HideSelection = false; this.textInstall.Location = new System.Drawing.Point(3, 3); this.textInstall.Multiline = true; this.textInstall.Name = "textInstall"; this.textInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textInstall.Size = new System.Drawing.Size(832, 194); this.textInstall.TabIndex = 6; // // textResultInstall // this.textResultInstall.AcceptsTab = true; this.textResultInstall.Dock = System.Windows.Forms.DockStyle.Fill; this.textResultInstall.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textResultInstall.HideSelection = false; this.textResultInstall.Location = new System.Drawing.Point(0, 0); this.textResultInstall.Multiline = true; this.textResultInstall.Name = "textResultInstall"; this.textResultInstall.ReadOnly = true; this.textResultInstall.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textResultInstall.Size = new System.Drawing.Size(838, 123); this.textResultInstall.TabIndex = 7; // // tabPage2 // this.tabPage2.Controls.Add(splitContainer2); 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(844, 363); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Evaluate"; this.tabPage2.UseVisualStyleBackColor = true; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(3, 3); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(tableLayoutPanel4); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.textResultEvaluate); splitContainer2.Size = new System.Drawing.Size(838, 357); splitContainer2.SplitterDistance = 214; splitContainer2.TabIndex = 0; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 3; tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); tableLayoutPanel4.Controls.Add(panel1, 2, 1); tableLayoutPanel4.Controls.Add(this.buttonEvalExpression, 1, 1); tableLayoutPanel4.Controls.Add(this.buttonJitExpression, 0, 1); tableLayoutPanel4.Controls.Add(this.textEvaluate, 0, 0); tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel4.Location = new System.Drawing.Point(0, 0); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 2; tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); tableLayoutPanel4.Size = new System.Drawing.Size(838, 214); tableLayoutPanel4.TabIndex = 0; // // panel1 // panel1.Controls.Add(this.comboSelf); panel1.Controls.Add(label1); panel1.Dock = System.Windows.Forms.DockStyle.Fill; panel1.Location = new System.Drawing.Point(561, 187); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(274, 24); panel1.TabIndex = 10; // // comboSelf // this.comboSelf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboSelf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSelf.FormattingEnabled = true; this.comboSelf.Items.AddRange(new object[] { "nil", "result" }); this.comboSelf.Location = new System.Drawing.Point(35, 3); this.comboSelf.Name = "comboSelf"; this.comboSelf.Size = new System.Drawing.Size(236, 21); this.comboSelf.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 6); label1.Name = "label1"; label1.Size = new System.Drawing.Size(26, 13); label1.TabIndex = 0; label1.Text = "self:"; // // buttonEvalExpression // this.buttonEvalExpression.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonEvalExpression.Location = new System.Drawing.Point(282, 187); this.buttonEvalExpression.Name = "buttonEvalExpression"; this.buttonEvalExpression.Size = new System.Drawing.Size(273, 24); this.buttonEvalExpression.TabIndex = 9; this.buttonEvalExpression.Text = "Eval Expression"; this.buttonEvalExpression.UseVisualStyleBackColor = true; this.buttonEvalExpression.Click += new System.EventHandler(this.buttonEvalExpression_Click); // // buttonJitExpression // this.buttonJitExpression.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonJitExpression.Location = new System.Drawing.Point(3, 187); this.buttonJitExpression.Name = "buttonJitExpression"; this.buttonJitExpression.Size = new System.Drawing.Size(273, 24); this.buttonJitExpression.TabIndex = 8; this.buttonJitExpression.Text = "JIT Expression"; this.buttonJitExpression.UseVisualStyleBackColor = true; this.buttonJitExpression.Click += new System.EventHandler(this.buttonJitExpression_Click); // // textEvaluate // this.textEvaluate.AcceptsTab = true; this.textEvaluate.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))); tableLayoutPanel4.SetColumnSpan(this.textEvaluate, 3); this.textEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textEvaluate.HideSelection = false; this.textEvaluate.Location = new System.Drawing.Point(3, 3); this.textEvaluate.Multiline = true; this.textEvaluate.Name = "textEvaluate"; this.textEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textEvaluate.Size = new System.Drawing.Size(832, 178); this.textEvaluate.TabIndex = 7; // // textResultEvaluate // this.textResultEvaluate.AcceptsTab = true; this.textResultEvaluate.Dock = System.Windows.Forms.DockStyle.Fill; this.textResultEvaluate.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textResultEvaluate.HideSelection = false; this.textResultEvaluate.Location = new System.Drawing.Point(0, 0); this.textResultEvaluate.Multiline = true; this.textResultEvaluate.Name = "textResultEvaluate"; this.textResultEvaluate.ReadOnly = true; this.textResultEvaluate.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textResultEvaluate.Size = new System.Drawing.Size(838, 139); this.textResultEvaluate.TabIndex = 8; // // WorkspaceTester // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(852, 389); this.Controls.Add(tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WorkspaceTester"; this.Text = "Compiler / Installer / Code Generator - Tester"; this.Load += new System.EventHandler(this.WorkspaceTester_Load); tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); this.tabPage2.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); tableLayoutPanel4.ResumeLayout(false); tableLayoutPanel4.PerformLayout(); panel1.ResumeLayout(false); panel1.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.SplitContainer splitContainer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( MainForm ) ); System.Windows.Forms.MenuItem menuItem1; System.Windows.Forms.MenuItem menuItem4; this.gameSelector = new System.Windows.Forms.ComboBox(); this.toolBar = new System.Windows.Forms.ToolBar(); this.openButton = new System.Windows.Forms.ToolBarButton(); this.openMemoryStickButton = new System.Windows.Forms.ToolBarButton(); this.memoryStickMenu = new System.Windows.Forms.ContextMenu(); this.usMenuItem = new System.Windows.Forms.MenuItem(); this.europeMenuItem = new System.Windows.Forms.MenuItem(); this.japanMenuItem = new System.Windows.Forms.MenuItem(); this.saveButton = new System.Windows.Forms.ToolBarButton(); this.toolBarIcons = new System.Windows.Forms.ImageList( this.components ); this.mainMenu = new System.Windows.Forms.MainMenu( this.components ); this.fileMenu = new System.Windows.Forms.MenuItem(); this.openMenuItem = new System.Windows.Forms.MenuItem(); this.openUSMenuItem = new System.Windows.Forms.MenuItem(); this.openEuropeanMenuItem = new System.Windows.Forms.MenuItem(); this.openJapaneseMenuItem = new System.Windows.Forms.MenuItem(); this.saveMenuItem = new System.Windows.Forms.MenuItem(); this.saveAsMenuItem = new System.Windows.Forms.MenuItem(); this.exitMenuItem = new System.Windows.Forms.MenuItem(); this.editMenu = new System.Windows.Forms.MenuItem(); this.importCharactersMenuItem = new System.Windows.Forms.MenuItem(); this.helpMenu = new System.Windows.Forms.MenuItem(); this.aboutMenuItem = new System.Windows.Forms.MenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.installButton = new System.Windows.Forms.Button(); this.savegameEditor = new LionEditor.SavegameEditor(); splitContainer = new System.Windows.Forms.SplitContainer(); menuItem1 = new System.Windows.Forms.MenuItem(); menuItem4 = new System.Windows.Forms.MenuItem(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer.IsSplitterFixed = true; splitContainer.Location = new System.Drawing.Point( 0, 0 ); splitContainer.Name = "splitContainer"; splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add( this.installButton ); splitContainer.Panel1.Controls.Add( this.gameSelector ); splitContainer.Panel1.Controls.Add( this.toolBar ); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add( this.savegameEditor ); splitContainer.Size = new System.Drawing.Size( 738, 527 ); splitContainer.SplitterDistance = 46; splitContainer.SplitterWidth = 1; splitContainer.TabIndex = 0; splitContainer.TabStop = false; // // gameSelector // this.gameSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.gameSelector.Enabled = false; this.gameSelector.FormattingEnabled = true; this.gameSelector.Location = new System.Drawing.Point( 149, 13 ); this.gameSelector.Name = "gameSelector"; this.gameSelector.Size = new System.Drawing.Size( 303, 21 ); this.gameSelector.TabIndex = 1; // // toolBar // this.toolBar.Buttons.AddRange( new System.Windows.Forms.ToolBarButton[] { this.openButton, this.openMemoryStickButton, this.saveButton} ); this.toolBar.ButtonSize = new System.Drawing.Size( 32, 32 ); this.toolBar.Dock = System.Windows.Forms.DockStyle.Fill; this.toolBar.DropDownArrows = true; this.toolBar.ImageList = this.toolBarIcons; this.toolBar.Location = new System.Drawing.Point( 0, 0 ); this.toolBar.Name = "toolBar"; this.toolBar.ShowToolTips = true; this.toolBar.Size = new System.Drawing.Size( 738, 44 ); this.toolBar.TabIndex = 0; this.toolBar.Wrappable = false; // // openButton // this.openButton.ImageIndex = 3; this.openButton.Name = "openButton"; this.openButton.ToolTipText = "Open..."; // // openMemoryStickButton // this.openMemoryStickButton.DropDownMenu = this.memoryStickMenu; this.openMemoryStickButton.ImageIndex = 5; this.openMemoryStickButton.Name = "openMemoryStickButton"; this.openMemoryStickButton.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton; this.openMemoryStickButton.ToolTipText = "Open from Memory Stick..."; // // memoryStickMenu // this.memoryStickMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] { this.usMenuItem, this.europeMenuItem, this.japanMenuItem} ); // // usMenuItem // this.usMenuItem.Checked = true; this.usMenuItem.Index = 0; this.usMenuItem.Text = "US"; // // europeMenuItem // this.europeMenuItem.Index = 1; this.europeMenuItem.Text = "Europe"; // // japanMenuItem // this.japanMenuItem.Index = 2; this.japanMenuItem.Text = "Japan"; // // saveButton // this.saveButton.Enabled = false; this.saveButton.ImageIndex = 0; this.saveButton.Name = "saveButton"; this.saveButton.ToolTipText = "Save"; // // toolBarIcons // this.toolBarIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject( "toolBarIcons.ImageStream" ))); this.toolBarIcons.TransparentColor = System.Drawing.Color.Transparent; this.toolBarIcons.Images.SetKeyName( 0, "save-32x32.png" ); this.toolBarIcons.Images.SetKeyName( 1, "copy-32x32.png" ); this.toolBarIcons.Images.SetKeyName( 2, "cut-32x32.png" ); this.toolBarIcons.Images.SetKeyName( 3, "open-32x32.png" ); this.toolBarIcons.Images.SetKeyName( 4, "installIcon.png" ); this.toolBarIcons.Images.SetKeyName( 5, "open-ms.png" ); // // menuItem1 // menuItem1.Index = 4; menuItem1.Text = "-"; // // menuItem4 // menuItem4.Index = 7; menuItem4.Text = "-"; // // mainMenu // this.mainMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] { this.fileMenu, this.editMenu, this.helpMenu} ); // // fileMenu // this.fileMenu.Index = 0; this.fileMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] { this.openMenuItem, this.openUSMenuItem, this.openEuropeanMenuItem, this.openJapaneseMenuItem, menuItem1, this.saveMenuItem, this.saveAsMenuItem, menuItem4, this.exitMenuItem} ); this.fileMenu.Text = "&File"; // // openMenuItem // this.openMenuItem.Index = 0; this.openMenuItem.Text = "&Open..."; // // openUSMenuItem // this.openUSMenuItem.Index = 1; this.openUSMenuItem.Text = "Open US file..."; // // openEuropeanMenuItem // this.openEuropeanMenuItem.Index = 2; this.openEuropeanMenuItem.Text = "Open European file..."; // // openJapaneseMenuItem // this.openJapaneseMenuItem.Index = 3; this.openJapaneseMenuItem.Text = "Open Japanese file..."; // // saveMenuItem // this.saveMenuItem.Enabled = false; this.saveMenuItem.Index = 5; this.saveMenuItem.Text = "&Save"; // // saveAsMenuItem // this.saveAsMenuItem.Enabled = false; this.saveAsMenuItem.Index = 6; this.saveAsMenuItem.Text = "Save &As..."; // // exitMenuItem // this.exitMenuItem.Index = 8; this.exitMenuItem.Text = "E&xit"; // // editMenu // this.editMenu.Index = 1; this.editMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] { this.importCharactersMenuItem} ); this.editMenu.Text = "Edit"; // // importCharactersMenuItem // this.importCharactersMenuItem.Index = 0; this.importCharactersMenuItem.Text = "Import characters..."; // // helpMenu // this.helpMenu.Index = 2; this.helpMenu.MenuItems.AddRange( new System.Windows.Forms.MenuItem[] { this.aboutMenuItem} ); this.helpMenu.Text = "&Help"; // // aboutMenuItem // this.aboutMenuItem.Index = 0; this.aboutMenuItem.Text = "&About..."; // // openFileDialog // this.openFileDialog.Filter = "War of the Lions Files (lioneditor.bin)|lioneditor.bin"; this.openFileDialog.Title = "Open file..."; // // saveFileDialog // this.saveFileDialog.FileName = "lioneditor.bin"; this.saveFileDialog.Filter = "War of the Lions Files (lioneditor.bin; FFTA.SYS)|lioneditor.bin;FFTA.SYS"; // // folderBrowserDialog // this.folderBrowserDialog.Description = "Where is the root directory of your memory stick?"; this.folderBrowserDialog.ShowNewFolderButton = false; // // installButton // this.installButton.AutoSize = true; this.installButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.installButton.FlatAppearance.BorderSize = 0; this.installButton.ImageIndex = 4; this.installButton.ImageList = this.toolBarIcons; this.installButton.Location = new System.Drawing.Point( 688, 3 ); this.installButton.Name = "installButton"; this.installButton.Size = new System.Drawing.Size( 38, 38 ); this.installButton.TabIndex = 2; this.installButton.TabStop = false; this.installButton.UseVisualStyleBackColor = true; // // savegameEditor // this.savegameEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.savegameEditor.Location = new System.Drawing.Point( 0, 0 ); this.savegameEditor.Name = "savegameEditor"; this.savegameEditor.Size = new System.Drawing.Size( 738, 480 ); this.savegameEditor.TabIndex = 0; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size( 738, 527 ); this.Controls.Add( splitContainer ); this.MaximumSize = new System.Drawing.Size( 746, 554 ); this.Menu = this.mainMenu; this.MinimumSize = new System.Drawing.Size( 746, 554 ); this.Name = "MainForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Lion Editor"; splitContainer.Panel1.ResumeLayout( false ); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout( false ); splitContainer.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 m_frameIntervalLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TileAnimationDialog)); System.Windows.Forms.SplitContainer m_splitContainerOuter; System.Windows.Forms.SplitContainer m_splitContainerInner; System.Windows.Forms.ToolStripSeparator m_menuItemSeparator; tIDE.Controls.CustomPanel m_customPanel; this.m_tilePicker = new tIDE.Controls.TilePicker(); this.m_previewPanel = new tIDE.Controls.CustomPanel(); this.m_animationListView = new tIDE.Controls.CustomListView(); this.m_frameContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.m_framePropertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_frameDeleteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_imageListAnimation = new System.Windows.Forms.ImageList(this.components); this.m_buttonOk = new System.Windows.Forms.Button(); this.m_buttonApply = new System.Windows.Forms.Button(); this.m_buttonCancel = new System.Windows.Forms.Button(); this.m_frameIntervalTextbox = new System.Windows.Forms.NumericUpDown(); this.m_animationTimer = new System.Windows.Forms.Timer(this.components); this.m_buttonClose = new System.Windows.Forms.Button(); this.m_tileSizeMessageBox = new tIDE.Controls.CustomMessageBox(this.components); m_frameIntervalLabel = new System.Windows.Forms.Label(); m_splitContainerOuter = new System.Windows.Forms.SplitContainer(); m_splitContainerInner = new System.Windows.Forms.SplitContainer(); m_menuItemSeparator = new System.Windows.Forms.ToolStripSeparator(); m_customPanel = new tIDE.Controls.CustomPanel(); m_splitContainerOuter.Panel1.SuspendLayout(); m_splitContainerOuter.Panel2.SuspendLayout(); m_splitContainerOuter.SuspendLayout(); m_splitContainerInner.Panel1.SuspendLayout(); m_splitContainerInner.Panel2.SuspendLayout(); m_splitContainerInner.SuspendLayout(); this.m_frameContextMenuStrip.SuspendLayout(); m_customPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.m_frameIntervalTextbox)).BeginInit(); this.SuspendLayout(); // // m_frameIntervalLabel // m_frameIntervalLabel.AccessibleDescription = null; m_frameIntervalLabel.AccessibleName = null; resources.ApplyResources(m_frameIntervalLabel, "m_frameIntervalLabel"); m_frameIntervalLabel.Font = null; m_frameIntervalLabel.Name = "m_frameIntervalLabel"; // // m_splitContainerOuter // m_splitContainerOuter.AccessibleDescription = null; m_splitContainerOuter.AccessibleName = null; resources.ApplyResources(m_splitContainerOuter, "m_splitContainerOuter"); m_splitContainerOuter.BackgroundImage = null; m_splitContainerOuter.Font = null; m_splitContainerOuter.Name = "m_splitContainerOuter"; // // m_splitContainerOuter.Panel1 // m_splitContainerOuter.Panel1.AccessibleDescription = null; m_splitContainerOuter.Panel1.AccessibleName = null; resources.ApplyResources(m_splitContainerOuter.Panel1, "m_splitContainerOuter.Panel1"); m_splitContainerOuter.Panel1.BackgroundImage = null; m_splitContainerOuter.Panel1.Controls.Add(this.m_tilePicker); m_splitContainerOuter.Panel1.Font = null; // // m_splitContainerOuter.Panel2 // m_splitContainerOuter.Panel2.AccessibleDescription = null; m_splitContainerOuter.Panel2.AccessibleName = null; resources.ApplyResources(m_splitContainerOuter.Panel2, "m_splitContainerOuter.Panel2"); m_splitContainerOuter.Panel2.BackgroundImage = null; m_splitContainerOuter.Panel2.Controls.Add(m_splitContainerInner); m_splitContainerOuter.Panel2.Font = null; // // m_tilePicker // this.m_tilePicker.AccessibleDescription = null; this.m_tilePicker.AccessibleName = null; this.m_tilePicker.AllowDrop = true; this.m_tilePicker.AllowTileDragging = true; resources.ApplyResources(this.m_tilePicker, "m_tilePicker"); this.m_tilePicker.BackgroundImage = null; this.m_tilePicker.Font = null; this.m_tilePicker.Map = null; this.m_tilePicker.Name = "m_tilePicker"; this.m_tilePicker.SelectedTileSheet = null; // // m_splitContainerInner // m_splitContainerInner.AccessibleDescription = null; m_splitContainerInner.AccessibleName = null; resources.ApplyResources(m_splitContainerInner, "m_splitContainerInner"); m_splitContainerInner.BackgroundImage = null; m_splitContainerInner.Font = null; m_splitContainerInner.Name = "m_splitContainerInner"; // // m_splitContainerInner.Panel1 // m_splitContainerInner.Panel1.AccessibleDescription = null; m_splitContainerInner.Panel1.AccessibleName = null; resources.ApplyResources(m_splitContainerInner.Panel1, "m_splitContainerInner.Panel1"); m_splitContainerInner.Panel1.BackgroundImage = null; m_splitContainerInner.Panel1.Controls.Add(this.m_previewPanel); m_splitContainerInner.Panel1.Font = null; // // m_splitContainerInner.Panel2 // m_splitContainerInner.Panel2.AccessibleDescription = null; m_splitContainerInner.Panel2.AccessibleName = null; resources.ApplyResources(m_splitContainerInner.Panel2, "m_splitContainerInner.Panel2"); m_splitContainerInner.Panel2.BackgroundImage = null; m_splitContainerInner.Panel2.Controls.Add(this.m_animationListView); m_splitContainerInner.Panel2.Font = null; // // m_previewPanel // this.m_previewPanel.AccessibleDescription = null; this.m_previewPanel.AccessibleName = null; this.m_previewPanel.AllowDrop = true; resources.ApplyResources(this.m_previewPanel, "m_previewPanel"); this.m_previewPanel.BackgroundImage = null; this.m_previewPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_previewPanel.Font = null; this.m_previewPanel.Name = "m_previewPanel"; this.m_previewPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.OnPreviewPaint); this.m_previewPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove); // // m_animationListView // this.m_animationListView.AccessibleDescription = null; this.m_animationListView.AccessibleName = null; resources.ApplyResources(this.m_animationListView, "m_animationListView"); this.m_animationListView.AllowDrop = true; this.m_animationListView.BackgroundImage = null; this.m_animationListView.ContextMenuStrip = this.m_frameContextMenuStrip; this.m_animationListView.Font = null; this.m_animationListView.LargeImageList = this.m_imageListAnimation; this.m_animationListView.Name = "m_animationListView"; this.m_animationListView.UseCompatibleStateImageBehavior = false; this.m_animationListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnTileDragDrop); this.m_animationListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnTileDragEnter); // // m_frameContextMenuStrip // this.m_frameContextMenuStrip.AccessibleDescription = null; this.m_frameContextMenuStrip.AccessibleName = null; resources.ApplyResources(this.m_frameContextMenuStrip, "m_frameContextMenuStrip"); this.m_frameContextMenuStrip.BackgroundImage = null; this.m_frameContextMenuStrip.Font = null; this.m_frameContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_framePropertiesMenuItem, m_menuItemSeparator, this.m_frameDeleteMenuItem }); this.m_frameContextMenuStrip.Name = "m_frameContextMenuStrip"; // // m_framePropertiesMenuItem // this.m_framePropertiesMenuItem.AccessibleDescription = null; this.m_framePropertiesMenuItem.AccessibleName = null; resources.ApplyResources(this.m_framePropertiesMenuItem, "m_framePropertiesMenuItem"); this.m_framePropertiesMenuItem.BackgroundImage = null; this.m_framePropertiesMenuItem.Image = global::tIDE.Properties.Resources.TileAnimationFrameProperties; this.m_framePropertiesMenuItem.Name = "m_framePropertiesMenuItem"; this.m_framePropertiesMenuItem.ShortcutKeyDisplayString = null; this.m_framePropertiesMenuItem.Click += new System.EventHandler(this.OnFrameProperties); // // m_menuItemSeparator // m_menuItemSeparator.AccessibleDescription = null; m_menuItemSeparator.AccessibleName = null; resources.ApplyResources(m_menuItemSeparator, "m_menuItemSeparator"); m_menuItemSeparator.Name = "m_menuItemSeparator"; // // m_frameDeleteMenuItem // this.m_frameDeleteMenuItem.AccessibleDescription = null; this.m_frameDeleteMenuItem.AccessibleName = null; resources.ApplyResources(this.m_frameDeleteMenuItem, "m_frameDeleteMenuItem"); this.m_frameDeleteMenuItem.BackgroundImage = null; this.m_frameDeleteMenuItem.Image = global::tIDE.Properties.Resources.TileAnimationFrameDelete; this.m_frameDeleteMenuItem.Name = "m_frameDeleteMenuItem"; this.m_frameDeleteMenuItem.ShortcutKeyDisplayString = null; this.m_frameDeleteMenuItem.Click += new System.EventHandler(this.OnDeleteFrame); // // m_imageListAnimation // this.m_imageListAnimation.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; resources.ApplyResources(this.m_imageListAnimation, "m_imageListAnimation"); this.m_imageListAnimation.TransparentColor = System.Drawing.Color.Transparent; // // m_customPanel // m_customPanel.AccessibleDescription = null; m_customPanel.AccessibleName = null; resources.ApplyResources(m_customPanel, "m_customPanel"); m_customPanel.BackgroundImage = null; m_customPanel.Controls.Add(m_splitContainerOuter); m_customPanel.Font = null; m_customPanel.Name = "m_customPanel"; // // m_buttonOk // this.m_buttonOk.AccessibleDescription = null; this.m_buttonOk.AccessibleName = null; resources.ApplyResources(this.m_buttonOk, "m_buttonOk"); this.m_buttonOk.BackgroundImage = null; this.m_buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.m_buttonOk.Font = null; this.m_buttonOk.Name = "m_buttonOk"; this.m_buttonOk.UseVisualStyleBackColor = true; this.m_buttonOk.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove); this.m_buttonOk.Click += new System.EventHandler(this.OnDialogOk); // // m_buttonApply // this.m_buttonApply.AccessibleDescription = null; this.m_buttonApply.AccessibleName = null; resources.ApplyResources(this.m_buttonApply, "m_buttonApply"); this.m_buttonApply.BackgroundImage = null; this.m_buttonApply.Font = null; this.m_buttonApply.Name = "m_buttonApply"; this.m_buttonApply.UseVisualStyleBackColor = true; this.m_buttonApply.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove); this.m_buttonApply.Click += new System.EventHandler(this.OnDialogApply); // // m_buttonCancel // this.m_buttonCancel.AccessibleDescription = null; this.m_buttonCancel.AccessibleName = null; resources.ApplyResources(this.m_buttonCancel, "m_buttonCancel"); this.m_buttonCancel.BackgroundImage = null; this.m_buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.m_buttonCancel.Font = null; this.m_buttonCancel.Name = "m_buttonCancel"; this.m_buttonCancel.UseVisualStyleBackColor = true; this.m_buttonCancel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove); // // m_frameIntervalTextbox // this.m_frameIntervalTextbox.AccessibleDescription = null; this.m_frameIntervalTextbox.AccessibleName = null; resources.ApplyResources(this.m_frameIntervalTextbox, "m_frameIntervalTextbox"); this.m_frameIntervalTextbox.Font = null; this.m_frameIntervalTextbox.Maximum = new decimal(new int[] { 1000, 0, 0, 0 }); this.m_frameIntervalTextbox.Name = "m_frameIntervalTextbox"; this.m_frameIntervalTextbox.ValueChanged += new System.EventHandler(this.OnFrameIntervalChanged); // // m_animationTimer // this.m_animationTimer.Enabled = true; this.m_animationTimer.Interval = 1; this.m_animationTimer.Tick += new System.EventHandler(this.OnAnimationTimer); // // m_buttonClose // this.m_buttonClose.AccessibleDescription = null; this.m_buttonClose.AccessibleName = null; resources.ApplyResources(this.m_buttonClose, "m_buttonClose"); this.m_buttonClose.BackgroundImage = null; this.m_buttonClose.DialogResult = System.Windows.Forms.DialogResult.OK; this.m_buttonClose.Font = null; this.m_buttonClose.Name = "m_buttonClose"; this.m_buttonClose.UseVisualStyleBackColor = true; // // m_tileSizeMessageBox // resources.ApplyResources(this.m_tileSizeMessageBox, "m_tileSizeMessageBox"); this.m_tileSizeMessageBox.HelpFilePath = null; this.m_tileSizeMessageBox.Icon = tIDE.Controls.MessageIcon.Error; this.m_tileSizeMessageBox.Owner = this; // // TileAnimationDialog // this.AcceptButton = this.m_buttonOk; this.AccessibleDescription = null; this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = null; this.CancelButton = this.m_buttonCancel; this.Controls.Add(this.m_buttonApply); this.Controls.Add(this.m_buttonCancel); this.Controls.Add(this.m_buttonClose); this.Controls.Add(m_frameIntervalLabel); this.Controls.Add(m_customPanel); this.Controls.Add(this.m_buttonOk); this.Controls.Add(this.m_frameIntervalTextbox); this.DoubleBuffered = true; this.Font = null; this.Name = "TileAnimationDialog"; this.Load += new System.EventHandler(this.OnDialogLoad); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.OnDialogMouseMove); m_splitContainerOuter.Panel1.ResumeLayout(false); m_splitContainerOuter.Panel2.ResumeLayout(false); m_splitContainerOuter.ResumeLayout(false); m_splitContainerInner.Panel1.ResumeLayout(false); m_splitContainerInner.Panel2.ResumeLayout(false); m_splitContainerInner.ResumeLayout(false); this.m_frameContextMenuStrip.ResumeLayout(false); m_customPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.m_frameIntervalTextbox)).EndInit(); 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() { components = new System.ComponentModel.Container(); _MenuStripMain = new System.Windows.Forms.MenuStrip(); _StatusStripMain = new System.Windows.Forms.StatusStrip(); _SplitContainerMain = new System.Windows.Forms.SplitContainer(); _DataGridViewDevicesList = new System.Windows.Forms.DataGridView(); _ContextMenuStripDevicesList = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddDevice = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveDevice = new System.Windows.Forms.ToolStripMenuItem(); _TabControlDevice = new System.Windows.Forms.TabControl(); _TabPageHoldingRegisters = new System.Windows.Forms.TabPage(); _DataGridViewHoldingRegisters = new System.Windows.Forms.DataGridView(); _ContextMenuStripHoldingRegisters = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddHoldingRegister = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem(); _TabPageInputRegisters = new System.Windows.Forms.TabPage(); _DataGridViewInputRegisters = new System.Windows.Forms.DataGridView(); _ContextMenuStripInputRegisters = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddInputRegister = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveInputRegister = new System.Windows.Forms.ToolStripMenuItem(); _TabPageCoils = new System.Windows.Forms.TabPage(); _DataGridViewCoils = new System.Windows.Forms.DataGridView(); _ContextMenuStripCoils = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddCoil = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveCoil = new System.Windows.Forms.ToolStripMenuItem(); _TabPageDiscretesInputs = new System.Windows.Forms.TabPage(); _DataGridViewDiscretesInputs = new System.Windows.Forms.DataGridView(); _ContextMenuStripDiscretesInputs = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddDiscreteInput = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveDiscreteInput = new System.Windows.Forms.ToolStripMenuItem(); _TabPageFiles = new System.Windows.Forms.TabPage(); _SplitContainerFiles = new System.Windows.Forms.SplitContainer(); _DataGridViewFiles = new System.Windows.Forms.DataGridView(); _ContextMenuStripFiles = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddFile = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem(); _DataGridViewRecords = new System.Windows.Forms.DataGridView(); _ContextMenuStripRecords = new System.Windows.Forms.ContextMenuStrip(components); _ToolStripMenuItemAddRecord = new System.Windows.Forms.ToolStripMenuItem(); _ToolStripMenuItemRemoveRecord = new System.Windows.Forms.ToolStripMenuItem(); _SplitContainerMain.Panel1.SuspendLayout(); _SplitContainerMain.Panel2.SuspendLayout(); _SplitContainerMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit(); _ContextMenuStripDevicesList.SuspendLayout(); _TabControlDevice.SuspendLayout(); _TabPageHoldingRegisters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit(); _ContextMenuStripHoldingRegisters.SuspendLayout(); _TabPageInputRegisters.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit(); _ContextMenuStripInputRegisters.SuspendLayout(); _TabPageCoils.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit(); _ContextMenuStripCoils.SuspendLayout(); _TabPageDiscretesInputs.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit(); _ContextMenuStripDiscretesInputs.SuspendLayout(); _TabPageFiles.SuspendLayout(); _SplitContainerFiles.Panel1.SuspendLayout(); _SplitContainerFiles.Panel2.SuspendLayout(); _SplitContainerFiles.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit(); _ContextMenuStripFiles.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit(); _ContextMenuStripRecords.SuspendLayout(); SuspendLayout(); // // _MenuStripMain // _MenuStripMain.Location = new System.Drawing.Point(0, 0); _MenuStripMain.Name = "_MenuStripMain"; _MenuStripMain.Size = new System.Drawing.Size(880, 24); _MenuStripMain.TabIndex = 0; _MenuStripMain.Text = "menuStrip1"; // // _StatusStripMain // _StatusStripMain.Location = new System.Drawing.Point(0, 434); _StatusStripMain.Name = "_StatusStripMain"; _StatusStripMain.Size = new System.Drawing.Size(880, 22); _StatusStripMain.TabIndex = 1; _StatusStripMain.Text = "statusStrip1"; // // _SplitContainerMain // _SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill; _SplitContainerMain.Location = new System.Drawing.Point(0, 24); _SplitContainerMain.Name = "_SplitContainerMain"; // // _SplitContainerMain.Panel1 // _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList); // // _SplitContainerMain.Panel2 // _SplitContainerMain.Panel2.Controls.Add(_TabControlDevice); _SplitContainerMain.Size = new System.Drawing.Size(880, 410); _SplitContainerMain.SplitterDistance = 292; _SplitContainerMain.TabIndex = 3; // // _DataGridViewDevicesList // _DataGridViewDevicesList.AllowUserToAddRows = false; _DataGridViewDevicesList.AllowUserToDeleteRows = false; _DataGridViewDevicesList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewDevicesList.ContextMenuStrip = _ContextMenuStripDevicesList; _DataGridViewDevicesList.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewDevicesList.Location = new System.Drawing.Point(0, 0); _DataGridViewDevicesList.Name = "_DataGridViewDevicesList"; _DataGridViewDevicesList.RowTemplate.Height = 24; _DataGridViewDevicesList.Size = new System.Drawing.Size(292, 410); _DataGridViewDevicesList.TabIndex = 0; // // _ContextMenuStripDevicesList // _ContextMenuStripDevicesList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddDevice, _ToolStripMenuItemRemoveDevice}); _ContextMenuStripDevicesList.Name = "_ContextMenuStripTreeViewNetwork"; _ContextMenuStripDevicesList.Size = new System.Drawing.Size(146, 52); // // _ToolStripMenuItemAddDevice // _ToolStripMenuItemAddDevice.Name = "_ToolStripMenuItemAddDevice"; _ToolStripMenuItemAddDevice.Size = new System.Drawing.Size(145, 24); _ToolStripMenuItemAddDevice.Text = "Добавить"; _ToolStripMenuItemAddDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDevice_Click); // // _ToolStripMenuItemRemoveDevice // _ToolStripMenuItemRemoveDevice.Name = "_ToolStripMenuItemRemoveDevice"; _ToolStripMenuItemRemoveDevice.Size = new System.Drawing.Size(145, 24); _ToolStripMenuItemRemoveDevice.Text = "Удалить"; _ToolStripMenuItemRemoveDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDevice_Click); // // _TabControlDevice // _TabControlDevice.Controls.Add(_TabPageHoldingRegisters); _TabControlDevice.Controls.Add(_TabPageInputRegisters); _TabControlDevice.Controls.Add(_TabPageCoils); _TabControlDevice.Controls.Add(_TabPageDiscretesInputs); _TabControlDevice.Controls.Add(_TabPageFiles); _TabControlDevice.Dock = System.Windows.Forms.DockStyle.Fill; _TabControlDevice.Location = new System.Drawing.Point(0, 0); _TabControlDevice.Name = "_TabControlDevice"; _TabControlDevice.SelectedIndex = 0; _TabControlDevice.Size = new System.Drawing.Size(584, 410); _TabControlDevice.TabIndex = 0; // // _TabPageHoldingRegisters // _TabPageHoldingRegisters.Controls.Add(_DataGridViewHoldingRegisters); _TabPageHoldingRegisters.Location = new System.Drawing.Point(4, 25); _TabPageHoldingRegisters.Name = "_TabPageHoldingRegisters"; _TabPageHoldingRegisters.Padding = new System.Windows.Forms.Padding(3); _TabPageHoldingRegisters.Size = new System.Drawing.Size(576, 381); _TabPageHoldingRegisters.TabIndex = 0; _TabPageHoldingRegisters.Text = "Holding Registers"; _TabPageHoldingRegisters.UseVisualStyleBackColor = true; // // _DataGridViewHoldingRegisters // _DataGridViewHoldingRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewHoldingRegisters.ContextMenuStrip = _ContextMenuStripHoldingRegisters; _DataGridViewHoldingRegisters.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewHoldingRegisters.Location = new System.Drawing.Point(3, 3); _DataGridViewHoldingRegisters.MultiSelect = false; _DataGridViewHoldingRegisters.Name = "_DataGridViewHoldingRegisters"; _DataGridViewHoldingRegisters.RowTemplate.Height = 24; _DataGridViewHoldingRegisters.Size = new System.Drawing.Size(570, 375); _DataGridViewHoldingRegisters.TabIndex = 0; // // _ContextMenuStripHoldingRegisters // _ContextMenuStripHoldingRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddHoldingRegister, _ToolStripMenuItemRemoveHoldingRegister}); _ContextMenuStripHoldingRegisters.Name = "_ContextMenuStripHoldingRegisters"; _ContextMenuStripHoldingRegisters.Size = new System.Drawing.Size(204, 52); // // _ToolStripMenuItemAddHoldingRegister // _ToolStripMenuItemAddHoldingRegister.Name = "_ToolStripMenuItemAddHoldingRegister"; _ToolStripMenuItemAddHoldingRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemAddHoldingRegister.Text = "Добавить регистр"; _ToolStripMenuItemAddHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddHoldingRegister_Click); // // _ToolStripMenuItemRemoveHoldingRegister // _ToolStripMenuItemRemoveHoldingRegister.Name = "_ToolStripMenuItemRemoveHoldingRegister"; _ToolStripMenuItemRemoveHoldingRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemRemoveHoldingRegister.Text = "Удалить регистр"; _ToolStripMenuItemRemoveHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveHoldingRegister_Click); // // _TabPageInputRegisters // _TabPageInputRegisters.Controls.Add(_DataGridViewInputRegisters); _TabPageInputRegisters.Location = new System.Drawing.Point(4, 25); _TabPageInputRegisters.Name = "_TabPageInputRegisters"; _TabPageInputRegisters.Padding = new System.Windows.Forms.Padding(3); _TabPageInputRegisters.Size = new System.Drawing.Size(576, 381); _TabPageInputRegisters.TabIndex = 1; _TabPageInputRegisters.Text = "Input Registers"; _TabPageInputRegisters.UseVisualStyleBackColor = true; // // _DataGridViewInputRegisters // _DataGridViewInputRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewInputRegisters.ContextMenuStrip = _ContextMenuStripInputRegisters; _DataGridViewInputRegisters.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewInputRegisters.Location = new System.Drawing.Point(3, 3); _DataGridViewInputRegisters.Name = "_DataGridViewInputRegisters"; _DataGridViewInputRegisters.RowTemplate.Height = 24; _DataGridViewInputRegisters.Size = new System.Drawing.Size(570, 375); _DataGridViewInputRegisters.TabIndex = 0; // // _ContextMenuStripInputRegisters // _ContextMenuStripInputRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddInputRegister, _ToolStripMenuItemRemoveInputRegister}); _ContextMenuStripInputRegisters.Name = "_ContextMenuStripInputRegisters"; _ContextMenuStripInputRegisters.Size = new System.Drawing.Size(204, 52); // // _ToolStripMenuItemAddInputRegister // _ToolStripMenuItemAddInputRegister.Name = "_ToolStripMenuItemAddInputRegister"; _ToolStripMenuItemAddInputRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemAddInputRegister.Text = "Добавить регистр"; _ToolStripMenuItemAddInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddInputRegister_Click); // // _ToolStripMenuItemRemoveInputRegister // _ToolStripMenuItemRemoveInputRegister.Name = "_ToolStripMenuItemRemoveInputRegister"; _ToolStripMenuItemRemoveInputRegister.Size = new System.Drawing.Size(203, 24); _ToolStripMenuItemRemoveInputRegister.Text = "Удалить регистр"; _ToolStripMenuItemRemoveInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveInputRegister_Click); // // _TabPageCoils // _TabPageCoils.Controls.Add(_DataGridViewCoils); _TabPageCoils.Location = new System.Drawing.Point(4, 25); _TabPageCoils.Name = "_TabPageCoils"; _TabPageCoils.Size = new System.Drawing.Size(576, 381); _TabPageCoils.TabIndex = 2; _TabPageCoils.Text = "Coils"; _TabPageCoils.UseVisualStyleBackColor = true; // // _DataGridViewCoils // _DataGridViewCoils.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewCoils.ContextMenuStrip = _ContextMenuStripCoils; _DataGridViewCoils.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewCoils.Location = new System.Drawing.Point(0, 0); _DataGridViewCoils.Name = "_DataGridViewCoils"; _DataGridViewCoils.RowTemplate.Height = 24; _DataGridViewCoils.Size = new System.Drawing.Size(576, 381); _DataGridViewCoils.TabIndex = 0; // // _ContextMenuStripCoils // _ContextMenuStripCoils.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddCoil, _ToolStripMenuItemRemoveCoil}); _ContextMenuStripCoils.Name = "_ContextMenuStripCoils"; _ContextMenuStripCoils.Size = new System.Drawing.Size(278, 52); // // _ToolStripMenuItemAddCoil // _ToolStripMenuItemAddCoil.Name = "_ToolStripMenuItemAddCoil"; _ToolStripMenuItemAddCoil.Size = new System.Drawing.Size(277, 24); _ToolStripMenuItemAddCoil.Text = "Добавить дискр. вход/выход"; _ToolStripMenuItemAddCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddCoil_Click); // // _ToolStripMenuItemRemoveCoil // _ToolStripMenuItemRemoveCoil.Name = "_ToolStripMenuItemRemoveCoil"; _ToolStripMenuItemRemoveCoil.Size = new System.Drawing.Size(277, 24); _ToolStripMenuItemRemoveCoil.Text = "Удалить дискр. вход/выход"; _ToolStripMenuItemRemoveCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveCoil_Click); // // _TabPageDiscretesInputs // _TabPageDiscretesInputs.Controls.Add(_DataGridViewDiscretesInputs); _TabPageDiscretesInputs.Location = new System.Drawing.Point(4, 25); _TabPageDiscretesInputs.Name = "_TabPageDiscretesInputs"; _TabPageDiscretesInputs.Size = new System.Drawing.Size(576, 381); _TabPageDiscretesInputs.TabIndex = 3; _TabPageDiscretesInputs.Text = "Discretes Inputs"; _TabPageDiscretesInputs.UseVisualStyleBackColor = true; // // _DataGridViewDiscretesInputs // _DataGridViewDiscretesInputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewDiscretesInputs.ContextMenuStrip = _ContextMenuStripDiscretesInputs; _DataGridViewDiscretesInputs.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewDiscretesInputs.Location = new System.Drawing.Point(0, 0); _DataGridViewDiscretesInputs.Name = "_DataGridViewDiscretesInputs"; _DataGridViewDiscretesInputs.RowTemplate.Height = 24; _DataGridViewDiscretesInputs.Size = new System.Drawing.Size(576, 381); _DataGridViewDiscretesInputs.TabIndex = 0; // // _ContextMenuStripDiscretesInputs // _ContextMenuStripDiscretesInputs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddDiscreteInput, _ToolStripMenuItemRemoveDiscreteInput}); _ContextMenuStripDiscretesInputs.Name = "_ContextMenuStripDiscretesInputs"; _ContextMenuStripDiscretesInputs.Size = new System.Drawing.Size(269, 52); // // _ToolStripMenuItemAddDiscreteInput // _ToolStripMenuItemAddDiscreteInput.Name = "_ToolStripMenuItemAddDiscreteInput"; _ToolStripMenuItemAddDiscreteInput.Size = new System.Drawing.Size(268, 24); _ToolStripMenuItemAddDiscreteInput.Text = "Добавить дискретный вход"; _ToolStripMenuItemAddDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDiscreteInput_Click); // // _ToolStripMenuItemRemoveDiscreteInput // _ToolStripMenuItemRemoveDiscreteInput.Name = "_ToolStripMenuItemRemoveDiscreteInput"; _ToolStripMenuItemRemoveDiscreteInput.Size = new System.Drawing.Size(268, 24); _ToolStripMenuItemRemoveDiscreteInput.Text = "Удалить дискретный вход"; _ToolStripMenuItemRemoveDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDiscreteInput_Click); // // _TabPageFiles // _TabPageFiles.Controls.Add(_SplitContainerFiles); _TabPageFiles.Location = new System.Drawing.Point(4, 25); _TabPageFiles.Name = "_TabPageFiles"; _TabPageFiles.Size = new System.Drawing.Size(576, 381); _TabPageFiles.TabIndex = 4; _TabPageFiles.Text = "Files"; _TabPageFiles.UseVisualStyleBackColor = true; // // _SplitContainerFiles // _SplitContainerFiles.Dock = System.Windows.Forms.DockStyle.Fill; _SplitContainerFiles.Location = new System.Drawing.Point(0, 0); _SplitContainerFiles.Name = "_SplitContainerFiles"; _SplitContainerFiles.Orientation = System.Windows.Forms.Orientation.Horizontal; // // _SplitContainerFiles.Panel1 // _SplitContainerFiles.Panel1.Controls.Add(_DataGridViewFiles); // // _SplitContainerFiles.Panel2 // _SplitContainerFiles.Panel2.Controls.Add(_DataGridViewRecords); _SplitContainerFiles.Size = new System.Drawing.Size(576, 381); _SplitContainerFiles.SplitterDistance = 194; _SplitContainerFiles.TabIndex = 0; // // _DataGridViewFiles // _DataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewFiles.ContextMenuStrip = _ContextMenuStripFiles; _DataGridViewFiles.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewFiles.Location = new System.Drawing.Point(0, 0); _DataGridViewFiles.Name = "_DataGridViewFiles"; _DataGridViewFiles.RowTemplate.Height = 24; _DataGridViewFiles.Size = new System.Drawing.Size(576, 194); _DataGridViewFiles.TabIndex = 0; // // _ContextMenuStripFiles // _ContextMenuStripFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddFile, _ToolStripMenuItemRemoveFile}); _ContextMenuStripFiles.Name = "_ContextMenuStripFiles"; _ContextMenuStripFiles.Size = new System.Drawing.Size(185, 52); // // _ToolStripMenuItemAddFile // _ToolStripMenuItemAddFile.Name = "_ToolStripMenuItemAddFile"; _ToolStripMenuItemAddFile.Size = new System.Drawing.Size(184, 24); _ToolStripMenuItemAddFile.Text = "Добавить файл"; _ToolStripMenuItemAddFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddFile_Click); // // _ToolStripMenuItemRemoveFile // _ToolStripMenuItemRemoveFile.Name = "_ToolStripMenuItemRemoveFile"; _ToolStripMenuItemRemoveFile.Size = new System.Drawing.Size(184, 24); _ToolStripMenuItemRemoveFile.Text = "Удалить файл"; _ToolStripMenuItemRemoveFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveFile_Click); // // _DataGridViewRecords // _DataGridViewRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; _DataGridViewRecords.ContextMenuStrip = _ContextMenuStripRecords; _DataGridViewRecords.Dock = System.Windows.Forms.DockStyle.Fill; _DataGridViewRecords.Location = new System.Drawing.Point(0, 0); _DataGridViewRecords.Name = "_DataGridViewRecords"; _DataGridViewRecords.RowTemplate.Height = 24; _DataGridViewRecords.Size = new System.Drawing.Size(576, 183); _DataGridViewRecords.TabIndex = 0; // // _ContextMenuStripRecords // _ContextMenuStripRecords.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _ToolStripMenuItemAddRecord, _ToolStripMenuItemRemoveRecord}); _ContextMenuStripRecords.Name = "_ContextMenuStripRecords"; _ContextMenuStripRecords.Size = new System.Drawing.Size(198, 52); // // _ToolStripMenuItemAddRecord // _ToolStripMenuItemAddRecord.Name = "_ToolStripMenuItemAddRecord"; _ToolStripMenuItemAddRecord.Size = new System.Drawing.Size(197, 24); _ToolStripMenuItemAddRecord.Text = "Добавить запись"; _ToolStripMenuItemAddRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddRecord_Click); // // _ToolStripMenuItemRemoveRecord // _ToolStripMenuItemRemoveRecord.Name = "_ToolStripMenuItemRemoveRecord"; _ToolStripMenuItemRemoveRecord.Size = new System.Drawing.Size(197, 24); _ToolStripMenuItemRemoveRecord.Text = "Удалить запись"; _ToolStripMenuItemRemoveRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveRecord_Click); // // FormEditNetworkController // AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; AutoSize = true; ClientSize = new System.Drawing.Size(880, 456); Controls.Add(_SplitContainerMain); Controls.Add(_StatusStripMain); Controls.Add(_MenuStripMain); MainMenuStrip = _MenuStripMain; MaximizeBox = false; MinimizeBox = false; Name = "FormEditNetworkController"; ShowIcon = false; ShowInTaskbar = false; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Редактор сети Modbus"; Load += new System.EventHandler(EventHandler_FormEditNetworkController_Load); FormClosed += new System.Windows.Forms.FormClosedEventHandler(EventHandler_FormEditNetworkController_FormClosed); FormClosing += new System.Windows.Forms.FormClosingEventHandler(EventHandler_FormEditNetworkController_FormClosing); _SplitContainerMain.Panel1.ResumeLayout(false); _SplitContainerMain.Panel2.ResumeLayout(false); _SplitContainerMain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).EndInit(); _ContextMenuStripDevicesList.ResumeLayout(false); _TabControlDevice.ResumeLayout(false); _TabPageHoldingRegisters.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).EndInit(); _ContextMenuStripHoldingRegisters.ResumeLayout(false); _TabPageInputRegisters.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).EndInit(); _ContextMenuStripInputRegisters.ResumeLayout(false); _TabPageCoils.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).EndInit(); _ContextMenuStripCoils.ResumeLayout(false); _TabPageDiscretesInputs.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).EndInit(); _ContextMenuStripDiscretesInputs.ResumeLayout(false); _TabPageFiles.ResumeLayout(false); _SplitContainerFiles.Panel1.ResumeLayout(false); _SplitContainerFiles.Panel2.ResumeLayout(false); _SplitContainerFiles.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).EndInit(); _ContextMenuStripFiles.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).EndInit(); _ContextMenuStripRecords.ResumeLayout(false); ResumeLayout(false); 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 printingGroupBox; System.Windows.Forms.GroupBox deviceGroupBox; System.Windows.Forms.GroupBox imageGroupBox; System.Windows.Forms.GroupBox itemsGroupBox; System.Windows.Forms.SplitContainer splitContainer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.label2 = new System.Windows.Forms.Label(); this.showPhotoPrintingWizardButton = new System.Windows.Forms.Button(); this.filesListBox = new System.Windows.Forms.ListBox(); this.deviceItemPropertiesLinkLabel = new System.Windows.Forms.LinkLabel(); this.showDevicePropertiesLinkLabel = new System.Windows.Forms.LinkLabel(); this.deviceComboBox = new System.Windows.Forms.ComboBox(); this.showSelectDeviceButton = new System.Windows.Forms.Button(); this.showTransferSelectedButton = new System.Windows.Forms.Button(); this.previewImageBox = new Cyotek.Windows.Forms.ImageBox(); this.showAcquisitionWizardButton = new System.Windows.Forms.Button(); this.showAquireImageButton = new System.Windows.Forms.Button(); this.showTransferButton = new System.Windows.Forms.Button(); this.itemPropertiesLinkLabel = new System.Windows.Forms.LinkLabel(); this.showItemPropertiesButton = new System.Windows.Forms.Button(); this.showSelectItemsButton = new System.Windows.Forms.Button(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deviceTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.allDevicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.scannersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.camerasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.videoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.refreshDevicesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.statusToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.cyotekWebLinkToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); printingGroupBox = new System.Windows.Forms.GroupBox(); deviceGroupBox = new System.Windows.Forms.GroupBox(); imageGroupBox = new System.Windows.Forms.GroupBox(); itemsGroupBox = new System.Windows.Forms.GroupBox(); splitContainer = new System.Windows.Forms.SplitContainer(); printingGroupBox.SuspendLayout(); deviceGroupBox.SuspendLayout(); imageGroupBox.SuspendLayout(); itemsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.menuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // printingGroupBox // printingGroupBox.Controls.Add(this.label2); printingGroupBox.Controls.Add(this.showPhotoPrintingWizardButton); printingGroupBox.Controls.Add(this.filesListBox); printingGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; printingGroupBox.Location = new System.Drawing.Point(9, 193); printingGroupBox.Name = "printingGroupBox"; printingGroupBox.Size = new System.Drawing.Size(366, 202); printingGroupBox.TabIndex = 2; printingGroupBox.TabStop = false; printingGroupBox.Text = "Printing"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(151, 13); this.label2.TabIndex = 0; this.label2.Text = "Select one or more i&mage files:"; // // showPhotoPrintingWizardButton // this.showPhotoPrintingWizardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.showPhotoPrintingWizardButton.Location = new System.Drawing.Point(6, 173); this.showPhotoPrintingWizardButton.Name = "showPhotoPrintingWizardButton"; this.showPhotoPrintingWizardButton.Size = new System.Drawing.Size(219, 23); this.showPhotoPrintingWizardButton.TabIndex = 2; this.showPhotoPrintingWizardButton.Text = "&Photo Printing Wizard..."; this.showPhotoPrintingWizardButton.UseVisualStyleBackColor = true; this.showPhotoPrintingWizardButton.Click += new System.EventHandler(this.ShowPhotoPrintingWizardButton_Click); // // filesListBox // this.filesListBox.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.filesListBox.FormattingEnabled = true; this.filesListBox.HorizontalScrollbar = true; this.filesListBox.IntegralHeight = false; this.filesListBox.Location = new System.Drawing.Point(6, 32); this.filesListBox.Name = "filesListBox"; this.filesListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.filesListBox.Size = new System.Drawing.Size(354, 135); this.filesListBox.TabIndex = 1; // // deviceGroupBox // deviceGroupBox.Controls.Add(this.deviceItemPropertiesLinkLabel); deviceGroupBox.Controls.Add(this.showDevicePropertiesLinkLabel); deviceGroupBox.Controls.Add(this.deviceComboBox); deviceGroupBox.Controls.Add(this.showSelectDeviceButton); deviceGroupBox.Dock = System.Windows.Forms.DockStyle.Top; deviceGroupBox.Location = new System.Drawing.Point(9, 9); deviceGroupBox.Name = "deviceGroupBox"; deviceGroupBox.Size = new System.Drawing.Size(366, 92); deviceGroupBox.TabIndex = 0; deviceGroupBox.TabStop = false; deviceGroupBox.Text = "&Device:"; // // deviceItemPropertiesLinkLabel // this.deviceItemPropertiesLinkLabel.AutoSize = true; this.deviceItemPropertiesLinkLabel.Location = new System.Drawing.Point(3, 67); this.deviceItemPropertiesLinkLabel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0); this.deviceItemPropertiesLinkLabel.Name = "deviceItemPropertiesLinkLabel"; this.deviceItemPropertiesLinkLabel.Size = new System.Drawing.Size(136, 13); this.deviceItemPropertiesLinkLabel.TabIndex = 3; this.deviceItemPropertiesLinkLabel.TabStop = true; this.deviceItemPropertiesLinkLabel.Text = "View device item properties"; this.deviceItemPropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DeviceItemPropertiesLinkLabel_LinkClicked); // // showDevicePropertiesLinkLabel // this.showDevicePropertiesLinkLabel.AutoSize = true; this.showDevicePropertiesLinkLabel.Location = new System.Drawing.Point(3, 48); this.showDevicePropertiesLinkLabel.Name = "showDevicePropertiesLinkLabel"; this.showDevicePropertiesLinkLabel.Size = new System.Drawing.Size(146, 13); this.showDevicePropertiesLinkLabel.TabIndex = 2; this.showDevicePropertiesLinkLabel.TabStop = true; this.showDevicePropertiesLinkLabel.Text = "View native device properties"; this.showDevicePropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ShowDevicePropertiesLinkLabel_LinkClicked); // // deviceComboBox // this.deviceComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.deviceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.deviceComboBox.FormattingEnabled = true; this.deviceComboBox.Location = new System.Drawing.Point(6, 21); this.deviceComboBox.Name = "deviceComboBox"; this.deviceComboBox.Size = new System.Drawing.Size(273, 21); this.deviceComboBox.TabIndex = 0; this.deviceComboBox.SelectedIndexChanged += new System.EventHandler(this.DeviceComboBox_SelectedIndexChanged); // // showSelectDeviceButton // this.showSelectDeviceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.showSelectDeviceButton.Location = new System.Drawing.Point(285, 19); this.showSelectDeviceButton.Name = "showSelectDeviceButton"; this.showSelectDeviceButton.Size = new System.Drawing.Size(75, 23); this.showSelectDeviceButton.TabIndex = 1; this.showSelectDeviceButton.Text = "&Browse..."; this.showSelectDeviceButton.UseVisualStyleBackColor = true; this.showSelectDeviceButton.Click += new System.EventHandler(this.ShowSelectDeviceButton_Click); // // imageGroupBox // imageGroupBox.Controls.Add(this.showTransferSelectedButton); imageGroupBox.Controls.Add(this.previewImageBox); imageGroupBox.Controls.Add(this.showAcquisitionWizardButton); imageGroupBox.Controls.Add(this.showAquireImageButton); imageGroupBox.Controls.Add(this.showTransferButton); imageGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; imageGroupBox.Location = new System.Drawing.Point(9, 9); imageGroupBox.Name = "imageGroupBox"; imageGroupBox.Size = new System.Drawing.Size(394, 386); imageGroupBox.TabIndex = 0; imageGroupBox.TabStop = false; imageGroupBox.Text = "Image Aquisition"; // // showTransferSelectedButton // this.showTransferSelectedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.showTransferSelectedButton.Location = new System.Drawing.Point(209, 77); this.showTransferSelectedButton.Name = "showTransferSelectedButton"; this.showTransferSelectedButton.Size = new System.Drawing.Size(179, 23); this.showTransferSelectedButton.TabIndex = 4; this.showTransferSelectedButton.Text = "Transfer (Selected Item)"; this.showTransferSelectedButton.UseVisualStyleBackColor = true; this.showTransferSelectedButton.Click += new System.EventHandler(this.ShowTransferSelectedButton_Click); // // previewImageBox // this.previewImageBox.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.previewImageBox.Location = new System.Drawing.Point(9, 106); this.previewImageBox.Name = "previewImageBox"; this.previewImageBox.Size = new System.Drawing.Size(376, 274); this.previewImageBox.TabIndex = 3; // // showAcquisitionWizardButton // this.showAcquisitionWizardButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.showAcquisitionWizardButton.Location = new System.Drawing.Point(6, 19); this.showAcquisitionWizardButton.Name = "showAcquisitionWizardButton"; this.showAcquisitionWizardButton.Size = new System.Drawing.Size(382, 23); this.showAcquisitionWizardButton.TabIndex = 0; this.showAcquisitionWizardButton.Text = "Acquisition &Wizard..."; this.showAcquisitionWizardButton.UseVisualStyleBackColor = true; this.showAcquisitionWizardButton.Click += new System.EventHandler(this.ShowAcquisitionWizardButton_Click); // // showAquireImageButton // this.showAquireImageButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.showAquireImageButton.Location = new System.Drawing.Point(6, 48); this.showAquireImageButton.Name = "showAquireImageButton"; this.showAquireImageButton.Size = new System.Drawing.Size(382, 23); this.showAquireImageButton.TabIndex = 1; this.showAquireImageButton.Text = "Acquire &Image..."; this.showAquireImageButton.UseVisualStyleBackColor = true; this.showAquireImageButton.Click += new System.EventHandler(this.ShowAquireImageButton_Click); // // showTransferButton // this.showTransferButton.Location = new System.Drawing.Point(6, 77); this.showTransferButton.Name = "showTransferButton"; this.showTransferButton.Size = new System.Drawing.Size(179, 23); this.showTransferButton.TabIndex = 2; this.showTransferButton.Text = "&Transfer (Default)"; this.showTransferButton.UseVisualStyleBackColor = true; this.showTransferButton.Click += new System.EventHandler(this.ShowTransferButton_Click); // // itemsGroupBox // itemsGroupBox.Controls.Add(this.itemPropertiesLinkLabel); itemsGroupBox.Controls.Add(this.showItemPropertiesButton); itemsGroupBox.Controls.Add(this.showSelectItemsButton); itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Top; itemsGroupBox.Location = new System.Drawing.Point(9, 101); itemsGroupBox.Name = "itemsGroupBox"; itemsGroupBox.Size = new System.Drawing.Size(366, 92); itemsGroupBox.TabIndex = 1; itemsGroupBox.TabStop = false; itemsGroupBox.Text = "Items"; // // itemPropertiesLinkLabel // this.itemPropertiesLinkLabel.AutoSize = true; this.itemPropertiesLinkLabel.Location = new System.Drawing.Point(12, 51); this.itemPropertiesLinkLabel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 0); this.itemPropertiesLinkLabel.Name = "itemPropertiesLinkLabel"; this.itemPropertiesLinkLabel.Size = new System.Drawing.Size(101, 13); this.itemPropertiesLinkLabel.TabIndex = 4; this.itemPropertiesLinkLabel.TabStop = true; this.itemPropertiesLinkLabel.Text = "View item properties"; this.itemPropertiesLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ItemPropertiesLinkLabel_LinkClicked); // // showItemPropertiesButton // this.showItemPropertiesButton.Location = new System.Drawing.Point(93, 19); this.showItemPropertiesButton.Name = "showItemPropertiesButton"; this.showItemPropertiesButton.Size = new System.Drawing.Size(75, 23); this.showItemPropertiesButton.TabIndex = 1; this.showItemPropertiesButton.Text = "Propert&ies..."; this.showItemPropertiesButton.UseVisualStyleBackColor = true; this.showItemPropertiesButton.Click += new System.EventHandler(this.ShowItemPropertiesButton_Click); // // showSelectItemsButton // this.showSelectItemsButton.Location = new System.Drawing.Point(12, 19); this.showSelectItemsButton.Name = "showSelectItemsButton"; this.showSelectItemsButton.Size = new System.Drawing.Size(75, 23); this.showSelectItemsButton.TabIndex = 0; this.showSelectItemsButton.Text = "&Select Items..."; this.showSelectItemsButton.UseVisualStyleBackColor = true; this.showSelectItemsButton.Click += new System.EventHandler(this.ShowSelectItemsButton_Click); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 24); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(printingGroupBox); splitContainer.Panel1.Controls.Add(itemsGroupBox); splitContainer.Panel1.Controls.Add(deviceGroupBox); splitContainer.Panel1.Padding = new System.Windows.Forms.Padding(9); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(imageGroupBox); splitContainer.Panel2.Padding = new System.Windows.Forms.Padding(9); splitContainer.Size = new System.Drawing.Size(800, 404); splitContainer.SplitterDistance = 384; splitContainer.TabIndex = 1; // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.viewToolStripMenuItem, this.helpToolStripMenuItem }); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(800, 24); this.menuStrip.TabIndex = 0; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(93, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deviceTypeToolStripMenuItem, this.toolStripMenuItem1, this.refreshDevicesToolStripMenuItem }); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.viewToolStripMenuItem.Text = "&View"; // // deviceTypeToolStripMenuItem // this.deviceTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.allDevicesToolStripMenuItem, this.scannersToolStripMenuItem, this.camerasToolStripMenuItem, this.videoToolStripMenuItem }); this.deviceTypeToolStripMenuItem.Name = "deviceTypeToolStripMenuItem"; this.deviceTypeToolStripMenuItem.Size = new System.Drawing.Size(156, 22); this.deviceTypeToolStripMenuItem.Text = "&Device Type"; // // allDevicesToolStripMenuItem // this.allDevicesToolStripMenuItem.Name = "allDevicesToolStripMenuItem"; this.allDevicesToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.allDevicesToolStripMenuItem.Text = "&All"; this.allDevicesToolStripMenuItem.Click += new System.EventHandler(this.AllDevicesToolStripMenuItem_Click); // // scannersToolStripMenuItem // this.scannersToolStripMenuItem.Name = "scannersToolStripMenuItem"; this.scannersToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.scannersToolStripMenuItem.Text = "&Scanners"; this.scannersToolStripMenuItem.Click += new System.EventHandler(this.ScannersToolStripMenuItem_Click); // // camerasToolStripMenuItem // this.camerasToolStripMenuItem.Name = "camerasToolStripMenuItem"; this.camerasToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.camerasToolStripMenuItem.Text = "&Cameras"; this.camerasToolStripMenuItem.Click += new System.EventHandler(this.CamerasToolStripMenuItem_Click); // // videoToolStripMenuItem // this.videoToolStripMenuItem.Name = "videoToolStripMenuItem"; this.videoToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.videoToolStripMenuItem.Text = "&Video"; this.videoToolStripMenuItem.Click += new System.EventHandler(this.VideoToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(153, 6); // // refreshDevicesToolStripMenuItem // this.refreshDevicesToolStripMenuItem.Name = "refreshDevicesToolStripMenuItem"; this.refreshDevicesToolStripMenuItem.Size = new System.Drawing.Size(156, 22); this.refreshDevicesToolStripMenuItem.Text = "&Refresh Devices"; this.refreshDevicesToolStripMenuItem.Click += new System.EventHandler(this.RefreshDevicesToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // 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.AboutToolStripMenuItem_Click); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusToolStripStatusLabel, this.cyotekWebLinkToolStripStatusLabel }); this.statusStrip.Location = new System.Drawing.Point(0, 428); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(800, 22); this.statusStrip.TabIndex = 2; // // statusToolStripStatusLabel // this.statusToolStripStatusLabel.Name = "statusToolStripStatusLabel"; this.statusToolStripStatusLabel.Size = new System.Drawing.Size(686, 17); this.statusToolStripStatusLabel.Spring = true; this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cyotekWebLinkToolStripStatusLabel // this.cyotekWebLinkToolStripStatusLabel.IsLink = true; this.cyotekWebLinkToolStripStatusLabel.Name = "cyotekWebLinkToolStripStatusLabel"; this.cyotekWebLinkToolStripStatusLabel.Size = new System.Drawing.Size(99, 17); this.cyotekWebLinkToolStripStatusLabel.Text = "www.cyotek.com"; this.cyotekWebLinkToolStripStatusLabel.Click += new System.EventHandler(this.CyotekWebLinkToolStripStatusLabel_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(splitContainer); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip; this.MaximizeBox = true; this.MinimizeBox = true; this.Name = "MainForm"; this.ShowIcon = true; this.ShowInTaskbar = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "cyotek.com WIA Demonstration"; printingGroupBox.ResumeLayout(false); printingGroupBox.PerformLayout(); deviceGroupBox.ResumeLayout(false); deviceGroupBox.PerformLayout(); imageGroupBox.ResumeLayout(false); itemsGroupBox.ResumeLayout(false); itemsGroupBox.PerformLayout(); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.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.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.Label label3; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeightViewForm)); this.findRangeCheckBox = new System.Windows.Forms.CheckBox(); this.invertCheckBox = new System.Windows.Forms.CheckBox(); this.scale = new System.Windows.Forms.NumericUpDown(); this.maxHeight = new System.Windows.Forms.NumericUpDown(); this.minHeight = new System.Windows.Forms.NumericUpDown(); this.heightView = new System.Windows.Forms.PictureBox(); this.updateTimer = new System.Windows.Forms.Timer(this.components); splitContainer1 = new System.Windows.Forms.SplitContainer(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.scale)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.maxHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.minHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.heightView)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.IsSplitterFixed = true; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.findRangeCheckBox); splitContainer1.Panel1.Controls.Add(this.invertCheckBox); splitContainer1.Panel1.Controls.Add(label3); splitContainer1.Panel1.Controls.Add(this.scale); splitContainer1.Panel1.Controls.Add(this.maxHeight); splitContainer1.Panel1.Controls.Add(label2); splitContainer1.Panel1.Controls.Add(label1); splitContainer1.Panel1.Controls.Add(this.minHeight); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.heightView); splitContainer1.Size = new System.Drawing.Size(896, 573); splitContainer1.SplitterDistance = 74; splitContainer1.TabIndex = 0; // // findRangeCheckBox // this.findRangeCheckBox.AutoSize = true; this.findRangeCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.findRangeCheckBox.Location = new System.Drawing.Point(289, 39); this.findRangeCheckBox.Name = "findRangeCheckBox"; this.findRangeCheckBox.Size = new System.Drawing.Size(76, 17); this.findRangeCheckBox.TabIndex = 7; this.findRangeCheckBox.Text = "Find range"; this.findRangeCheckBox.UseVisualStyleBackColor = true; // // invertCheckBox // this.invertCheckBox.AutoSize = true; this.invertCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.invertCheckBox.Location = new System.Drawing.Point(230, 39); this.invertCheckBox.Name = "invertCheckBox"; this.invertCheckBox.Size = new System.Drawing.Size(53, 17); this.invertCheckBox.TabIndex = 6; this.invertCheckBox.Text = "Invert"; this.invertCheckBox.UseVisualStyleBackColor = true; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(227, 14); label3.Name = "label3"; label3.Size = new System.Drawing.Size(34, 13); label3.TabIndex = 5; label3.Text = "Scale"; // // scale // this.scale.Location = new System.Drawing.Point(267, 12); this.scale.Maximum = new decimal(new int[] { 8, 0, 0, 0}); this.scale.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.scale.Name = "scale"; this.scale.Size = new System.Drawing.Size(120, 20); this.scale.TabIndex = 4; this.scale.Value = new decimal(new int[] { 6, 0, 0, 0}); // // maxHeight // this.maxHeight.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.maxHeight.Location = new System.Drawing.Point(76, 38); this.maxHeight.Name = "maxHeight"; this.maxHeight.Size = new System.Drawing.Size(120, 20); this.maxHeight.TabIndex = 3; this.maxHeight.ValueChanged += new System.EventHandler(this.maxHeight_ValueChanged); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(9, 40); label2.Name = "label2"; label2.Size = new System.Drawing.Size(59, 13); label2.TabIndex = 2; label2.Text = "Max height"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(9, 14); label1.Name = "label1"; label1.Size = new System.Drawing.Size(56, 13); label1.TabIndex = 1; label1.Text = "Min height"; // // minHeight // this.minHeight.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.minHeight.Location = new System.Drawing.Point(76, 12); this.minHeight.Name = "minHeight"; this.minHeight.Size = new System.Drawing.Size(120, 20); this.minHeight.TabIndex = 0; this.minHeight.ValueChanged += new System.EventHandler(this.minHeight_ValueChanged); // // heightView // this.heightView.Dock = System.Windows.Forms.DockStyle.Fill; this.heightView.Location = new System.Drawing.Point(0, 0); this.heightView.Name = "heightView"; this.heightView.Size = new System.Drawing.Size(896, 495); this.heightView.TabIndex = 0; this.heightView.TabStop = false; this.heightView.Paint += new System.Windows.Forms.PaintEventHandler(this.heightView_Paint); // // updateTimer // this.updateTimer.Enabled = true; this.updateTimer.Interval = 33; this.updateTimer.Tick += new System.EventHandler(this.updateTimer_Tick); // // HeightViewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(896, 573); this.Controls.Add(splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "HeightViewForm"; this.Text = "Height view"; splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.scale)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.maxHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.minHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.heightView)).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.SplitContainer splitContainer; System.Windows.Forms.ColumnHeader nameHeader; System.Windows.Forms.ColumnHeader typeHeader; System.Windows.Forms.ColumnHeader sizeHeader; this.listView = new System.Windows.Forms.ListView(); this.mainMenu = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupByTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.largeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.iconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewers = new BlueprintIT.Controls.BpTabControl(); this.folderBrowser = new System.Windows.Forms.FolderBrowserDialog(); this.fileWatcher = new System.IO.FileSystemWatcher(); splitContainer = new System.Windows.Forms.SplitContainer(); nameHeader = new System.Windows.Forms.ColumnHeader(); typeHeader = new System.Windows.Forms.ColumnHeader(); sizeHeader = new System.Windows.Forms.ColumnHeader(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.mainMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fileWatcher)).BeginInit(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.listView); splitContainer.Panel1.Controls.Add(this.mainMenu); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.viewers); splitContainer.Size = new System.Drawing.Size(712, 527); splitContainer.SplitterDistance = 242; splitContainer.TabIndex = 1; // // listView // this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { nameHeader, typeHeader, sizeHeader }); this.listView.Dock = System.Windows.Forms.DockStyle.Fill; this.listView.LabelEdit = true; this.listView.Location = new System.Drawing.Point(0, 24); this.listView.MultiSelect = false; this.listView.Name = "listView"; this.listView.Size = new System.Drawing.Size(242, 503); this.listView.TabIndex = 0; this.listView.UseCompatibleStateImageBehavior = false; this.listView.View = System.Windows.Forms.View.Details; this.listView.ItemActivate += new System.EventHandler(this.ItemSelected); this.listView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listView_AfterLabelEdit); // // nameHeader // nameHeader.Text = "Name"; nameHeader.Width = 200; // // typeHeader // typeHeader.Text = "Type"; typeHeader.Width = 150; // // sizeHeader // sizeHeader.Text = "File Size"; // // mainMenu // this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.viewToolStripMenuItem }); this.mainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.Name = "mainMenu"; this.mainMenu.Size = new System.Drawing.Size(242, 24); this.mainMenu.TabIndex = 2; this.mainMenu.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.groupByTypeToolStripMenuItem, this.toolStripMenuItem1, this.largeToolStripMenuItem, this.iconsToolStripMenuItem, this.listToolStripMenuItem, this.detailsToolStripMenuItem }); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.viewToolStripMenuItem.Text = "View"; // // groupByTypeToolStripMenuItem // this.groupByTypeToolStripMenuItem.Checked = true; this.groupByTypeToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked; this.groupByTypeToolStripMenuItem.Name = "groupByTypeToolStripMenuItem"; this.groupByTypeToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.groupByTypeToolStripMenuItem.Text = "Group by type"; this.groupByTypeToolStripMenuItem.Click += new System.EventHandler(this.groupByTypeToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(154, 6); // // largeToolStripMenuItem // this.largeToolStripMenuItem.Name = "largeToolStripMenuItem"; this.largeToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.largeToolStripMenuItem.Text = "Tiles"; this.largeToolStripMenuItem.Click += new System.EventHandler(this.largeToolStripMenuItem_Click); // // iconsToolStripMenuItem // this.iconsToolStripMenuItem.Name = "iconsToolStripMenuItem"; this.iconsToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.iconsToolStripMenuItem.Text = "Icons"; this.iconsToolStripMenuItem.Click += new System.EventHandler(this.iconsToolStripMenuItem_Click); // // listToolStripMenuItem // this.listToolStripMenuItem.Name = "listToolStripMenuItem"; this.listToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.listToolStripMenuItem.Text = "List"; this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click); // // detailsToolStripMenuItem // this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem"; this.detailsToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.detailsToolStripMenuItem.Text = "Details"; this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click); // // viewers // this.viewers.BackColor = System.Drawing.SystemColors.Control; this.viewers.Dock = System.Windows.Forms.DockStyle.Fill; this.viewers.ImageList = null; this.viewers.Location = new System.Drawing.Point(0, 0); this.viewers.Name = "viewers"; this.viewers.SelectedIndex = -1; this.viewers.SelectedTab = null; this.viewers.Size = new System.Drawing.Size(466, 527); this.viewers.TabCloseStyle = BlueprintIT.Controls.TabCloseStyle.SelectedAndHover; this.viewers.TabIndex = 0; this.viewers.TabClosed += new BlueprintIT.Controls.TabEventHandler(this.ViewerClosed); // // folderBrowser // this.folderBrowser.ShowNewFolderButton = false; // // fileWatcher // this.fileWatcher.EnableRaisingEvents = true; this.fileWatcher.SynchronizingObject = this; this.fileWatcher.Created += new System.IO.FileSystemEventHandler(this.FileAdded); this.fileWatcher.Deleted += new System.IO.FileSystemEventHandler(this.FileDeleted); this.fileWatcher.Renamed += new System.IO.RenamedEventHandler(this.FileRenamed); // // FileViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(712, 527); this.Controls.Add(splitContainer); this.MainMenuStrip = this.mainMenu; this.Name = "FileViewer"; this.Text = "File Viewer"; splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout(false); splitContainer.ResumeLayout(false); this.mainMenu.ResumeLayout(false); this.mainMenu.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fileWatcher)).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.ToolStrip toolStrip1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.ToolStripButton runButton; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; System.Windows.Forms.TabPage tabPage2; this.parseButton = new System.Windows.Forms.ToolStripButton(); this.textBox = new System.Windows.Forms.TextBox(); this.sexpTextBox = new System.Windows.Forms.TextBox(); this.primitivesTextBox = new System.Windows.Forms.TextBox(); toolStrip1 = new System.Windows.Forms.ToolStrip(); runButton = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = new System.Windows.Forms.TabPage(); tabPage2 = new System.Windows.Forms.TabPage(); toolStrip1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.parseButton, runButton}); toolStrip1.Location = new System.Drawing.Point(0, 0); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new System.Drawing.Size(292, 25); toolStrip1.TabIndex = 0; toolStrip1.Text = "toolStrip1"; // // parseButton // this.parseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.parseButton.Image = ((System.Drawing.Image)(resources.GetObject("parseButton.Image"))); this.parseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.parseButton.Name = "parseButton"; this.parseButton.Size = new System.Drawing.Size(38, 22); this.parseButton.Text = "&Parse"; this.parseButton.Click += new System.EventHandler(this.parseButton_Click); // // runButton // runButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; runButton.Image = ((System.Drawing.Image)(resources.GetObject("runButton.Image"))); runButton.ImageTransparentColor = System.Drawing.Color.Magenta; runButton.Name = "runButton"; runButton.Size = new System.Drawing.Size(30, 22); runButton.Text = "&Run"; runButton.Click += new System.EventHandler(this.runButton_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.textBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(tabControl1); splitContainer1.Size = new System.Drawing.Size(292, 241); splitContainer1.SplitterDistance = 25; splitContainer1.TabIndex = 3; // // textBox // this.textBox.AcceptsReturn = true; this.textBox.AcceptsTab = true; this.textBox.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox.Location = new System.Drawing.Point(0, 0); this.textBox.Multiline = true; this.textBox.Name = "textBox"; this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox.Size = new System.Drawing.Size(292, 25); this.textBox.TabIndex = 1; this.textBox.Text = "(define (fact n) (if (= n 0) 1 (* n (fact (- n 1)))))\r\n(MessageBox.Show (String.F" + "ormat \"6! = {0}\" (fact 6)) \"Lisp Demo\")"; this.textBox.WordWrap = false; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.Location = new System.Drawing.Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(292, 212); tabControl1.TabIndex = 3; // // tabPage1 // tabPage1.Controls.Add(this.sexpTextBox); tabPage1.Location = new System.Drawing.Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(284, 186); tabPage1.TabIndex = 0; tabPage1.Text = "S-Expressions"; tabPage1.UseVisualStyleBackColor = true; // // sexpTextBox // this.sexpTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.sexpTextBox.Location = new System.Drawing.Point(3, 3); this.sexpTextBox.Multiline = true; this.sexpTextBox.Name = "sexpTextBox"; this.sexpTextBox.ReadOnly = true; this.sexpTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.sexpTextBox.Size = new System.Drawing.Size(278, 180); this.sexpTextBox.TabIndex = 2; this.sexpTextBox.WordWrap = false; // // tabPage2 // tabPage2.Controls.Add(this.primitivesTextBox); tabPage2.Location = new System.Drawing.Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new System.Windows.Forms.Padding(3); tabPage2.Size = new System.Drawing.Size(284, 100); tabPage2.TabIndex = 1; tabPage2.Text = "Primitives"; tabPage2.UseVisualStyleBackColor = true; // // primitivesTextBox // this.primitivesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.primitivesTextBox.Location = new System.Drawing.Point(3, 3); this.primitivesTextBox.Multiline = true; this.primitivesTextBox.Name = "primitivesTextBox"; this.primitivesTextBox.ReadOnly = true; this.primitivesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.primitivesTextBox.Size = new System.Drawing.Size(278, 94); this.primitivesTextBox.TabIndex = 3; this.primitivesTextBox.WordWrap = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(splitContainer1); this.Controls.Add(toolStrip1); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultBounds; this.Text = "Lisp Compiler Demo"; toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage1.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.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.Button cancelButton; System.Windows.Forms.SplitContainer splitContainer; System.Windows.Forms.GroupBox resourceSelectionGroup; System.Windows.Forms.GroupBox previewGroup; this.projectResourcesTreeView = new System.Windows.Forms.TreeView(); this.projectResourceRadioButton = new System.Windows.Forms.RadioButton(); this.importLocalResourceButton = new System.Windows.Forms.Button(); this.noResourceRadioButton = new System.Windows.Forms.RadioButton(); this.localResourceRadioButton = new System.Windows.Forms.RadioButton(); this.previewPictureBox = new System.Windows.Forms.PictureBox(); this.okButton = new System.Windows.Forms.Button(); this.projectTreeScanningBackgroundWorker = new System.ComponentModel.BackgroundWorker(); cancelButton = new System.Windows.Forms.Button(); splitContainer = new System.Windows.Forms.SplitContainer(); resourceSelectionGroup = new System.Windows.Forms.GroupBox(); previewGroup = new System.Windows.Forms.GroupBox(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); resourceSelectionGroup.SuspendLayout(); previewGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit(); this.SuspendLayout(); // // cancelButton // cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; cancelButton.Location = new System.Drawing.Point(509, 317); cancelButton.Name = "cancelButton"; cancelButton.Size = new System.Drawing.Size(75, 23); cancelButton.TabIndex = 1; cancelButton.Text = "${res:Global.CancelButtonText}"; cancelButton.UseVisualStyleBackColor = true; // // splitContainer // splitContainer.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))); splitContainer.Location = new System.Drawing.Point(12, 12); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(resourceSelectionGroup); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(previewGroup); splitContainer.Size = new System.Drawing.Size(572, 299); splitContainer.SplitterDistance = 280; splitContainer.TabIndex = 2; // // resourceSelectionGroup // resourceSelectionGroup.Controls.Add(this.projectResourcesTreeView); resourceSelectionGroup.Controls.Add(this.projectResourceRadioButton); resourceSelectionGroup.Controls.Add(this.importLocalResourceButton); resourceSelectionGroup.Controls.Add(this.noResourceRadioButton); resourceSelectionGroup.Controls.Add(this.localResourceRadioButton); resourceSelectionGroup.Dock = System.Windows.Forms.DockStyle.Fill; resourceSelectionGroup.Location = new System.Drawing.Point(0, 0); resourceSelectionGroup.Name = "resourceSelectionGroup"; resourceSelectionGroup.Size = new System.Drawing.Size(280, 299); resourceSelectionGroup.TabIndex = 0; resourceSelectionGroup.TabStop = false; // // projectResourcesTreeView // this.projectResourcesTreeView.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.projectResourcesTreeView.HideSelection = false; this.projectResourcesTreeView.Location = new System.Drawing.Point(26, 138); this.projectResourcesTreeView.Name = "projectResourcesTreeView"; this.projectResourcesTreeView.Size = new System.Drawing.Size(248, 155); this.projectResourcesTreeView.TabIndex = 4; this.projectResourcesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ProjectResourcesTreeViewAfterSelect); // // projectResourceRadioButton // this.projectResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.projectResourceRadioButton.Location = new System.Drawing.Point(6, 108); this.projectResourceRadioButton.Name = "projectResourceRadioButton"; this.projectResourceRadioButton.Size = new System.Drawing.Size(268, 24); this.projectResourceRadioButton.TabIndex = 3; this.projectResourceRadioButton.TabStop = true; this.projectResourceRadioButton.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.ProjectResour" + "ceButton}"; this.projectResourceRadioButton.UseVisualStyleBackColor = true; this.projectResourceRadioButton.CheckedChanged += new System.EventHandler(this.ProjectResourceRadioButtonCheckedChanged); // // importLocalResourceButton // this.importLocalResourceButton.Location = new System.Drawing.Point(26, 79); this.importLocalResourceButton.Name = "importLocalResourceButton"; this.importLocalResourceButton.Size = new System.Drawing.Size(126, 23); this.importLocalResourceButton.TabIndex = 2; this.importLocalResourceButton.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.ImportLocalRe" + "sourceButton}"; this.importLocalResourceButton.UseVisualStyleBackColor = true; this.importLocalResourceButton.Click += new System.EventHandler(this.ImportLocalResourceButtonClick); // // noResourceRadioButton // this.noResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.noResourceRadioButton.Location = new System.Drawing.Point(6, 19); this.noResourceRadioButton.Name = "noResourceRadioButton"; this.noResourceRadioButton.Size = new System.Drawing.Size(268, 24); this.noResourceRadioButton.TabIndex = 0; this.noResourceRadioButton.TabStop = true; this.noResourceRadioButton.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.NoResourceBut" + "ton}"; this.noResourceRadioButton.UseVisualStyleBackColor = true; this.noResourceRadioButton.CheckedChanged += new System.EventHandler(this.NoResourceRadioButtonCheckedChanged); // // localResourceRadioButton // this.localResourceRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.localResourceRadioButton.Location = new System.Drawing.Point(6, 49); this.localResourceRadioButton.Name = "localResourceRadioButton"; this.localResourceRadioButton.Size = new System.Drawing.Size(268, 24); this.localResourceRadioButton.TabIndex = 1; this.localResourceRadioButton.TabStop = true; this.localResourceRadioButton.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.LocalResource" + "Button}"; this.localResourceRadioButton.UseVisualStyleBackColor = true; this.localResourceRadioButton.CheckedChanged += new System.EventHandler(this.LocalResourceRadioButtonCheckedChanged); // // previewGroup // previewGroup.Controls.Add(this.previewPictureBox); previewGroup.Dock = System.Windows.Forms.DockStyle.Fill; previewGroup.Location = new System.Drawing.Point(0, 0); previewGroup.Name = "previewGroup"; previewGroup.Size = new System.Drawing.Size(288, 299); previewGroup.TabIndex = 0; previewGroup.TabStop = false; previewGroup.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.Preview}"; // // previewPictureBox // this.previewPictureBox.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.previewPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.previewPictureBox.Location = new System.Drawing.Point(6, 19); this.previewPictureBox.Name = "previewPictureBox"; this.previewPictureBox.Size = new System.Drawing.Size(276, 274); this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.previewPictureBox.TabIndex = 0; this.previewPictureBox.TabStop = false; // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(428, 317); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "${res:Global.OKButtonText}"; this.okButton.UseVisualStyleBackColor = true; // // projectTreeScanningBackgroundWorker // this.projectTreeScanningBackgroundWorker.WorkerSupportsCancellation = true; this.projectTreeScanningBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ProjectTreeScanningBackgroundWorkerDoWork); this.projectTreeScanningBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ProjectTreeScanningBackgroundWorkerRunWorkerCompleted); // // ImageResourceEditorDialog // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = cancelButton; this.ClientSize = new System.Drawing.Size(596, 352); this.Controls.Add(splitContainer); this.Controls.Add(cancelButton); this.Controls.Add(this.okButton); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ImageResourceEditorDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "${res:ICSharpCode.SharpDevelop.FormDesigner.Gui.ImageResourceEditor.Title}"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ImageResourceEditorDialogFormClosed); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); splitContainer.ResumeLayout(false); resourceSelectionGroup.ResumeLayout(false); previewGroup.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).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.components = new System.ComponentModel.Container(); System.Windows.Forms.Label ipAddressLabel; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.SplitContainer splitContainer3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectForm)); this.ipAddressTextBox = new System.Windows.Forms.TextBox(); this.searchStatus = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.droneListBox = new System.Windows.Forms.ListBox(); this.connectButton = new System.Windows.Forms.Button(); this.searchTimer = new System.Windows.Forms.Timer(this.components); ipAddressLabel = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); splitContainer3 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer3)).BeginInit(); splitContainer3.Panel1.SuspendLayout(); splitContainer3.Panel2.SuspendLayout(); splitContainer3.SuspendLayout(); this.SuspendLayout(); // // ipAddressLabel // ipAddressLabel.AutoSize = true; ipAddressLabel.Location = new System.Drawing.Point(12, 15); ipAddressLabel.Name = "ipAddressLabel"; ipAddressLabel.Size = new System.Drawing.Size(58, 13); ipAddressLabel.TabIndex = 2; ipAddressLabel.Text = "IP-Address"; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.IsSplitterFixed = true; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.ipAddressTextBox); splitContainer1.Panel1.Controls.Add(ipAddressLabel); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(277, 265); splitContainer1.SplitterDistance = 39; splitContainer1.TabIndex = 7; // // ipAddressTextBox // this.ipAddressTextBox.Location = new System.Drawing.Point(76, 12); this.ipAddressTextBox.MaxLength = 15; this.ipAddressTextBox.Name = "ipAddressTextBox"; this.ipAddressTextBox.Size = new System.Drawing.Size(189, 20); this.ipAddressTextBox.TabIndex = 3; this.ipAddressTextBox.TextChanged += new System.EventHandler(this.ipAddressTextBox_TextChanged); this.ipAddressTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ipAddressTextBox_KeyUp); // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.searchStatus); splitContainer2.Panel1.Controls.Add(this.progressBar1); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(splitContainer3); splitContainer2.Size = new System.Drawing.Size(277, 222); splitContainer2.SplitterDistance = 40; splitContainer2.TabIndex = 0; // // searchStatus // this.searchStatus.AutoSize = true; this.searchStatus.Location = new System.Drawing.Point(12, 13); this.searchStatus.Name = "searchStatus"; this.searchStatus.Size = new System.Drawing.Size(90, 13); this.searchStatus.TabIndex = 5; this.searchStatus.Text = "Searching drones"; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(108, 7); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(157, 23); this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBar1.TabIndex = 6; // // splitContainer3 // splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer3.Location = new System.Drawing.Point(0, 0); splitContainer3.Name = "splitContainer3"; splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // splitContainer3.Panel1.Controls.Add(this.droneListBox); // // splitContainer3.Panel2 // splitContainer3.Panel2.Controls.Add(this.connectButton); splitContainer3.Size = new System.Drawing.Size(277, 178); splitContainer3.SplitterDistance = 141; splitContainer3.TabIndex = 0; // // droneListBox // this.droneListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.droneListBox.FormattingEnabled = true; this.droneListBox.Location = new System.Drawing.Point(0, 0); this.droneListBox.Name = "droneListBox"; this.droneListBox.Size = new System.Drawing.Size(277, 141); this.droneListBox.TabIndex = 4; this.droneListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.droneListBox_MouseDoubleClick); // // connectButton // this.connectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.connectButton.Enabled = false; this.connectButton.Location = new System.Drawing.Point(190, 3); this.connectButton.Name = "connectButton"; this.connectButton.Size = new System.Drawing.Size(75, 23); this.connectButton.TabIndex = 1; this.connectButton.Text = "Connect"; this.connectButton.UseVisualStyleBackColor = true; this.connectButton.Click += new System.EventHandler(this.connectButton_Click); // // searchTimer // this.searchTimer.Enabled = true; // // ConnectForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(277, 265); this.Controls.Add(splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ConnectForm"; this.Text = "Connect"; splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); splitContainer3.Panel1.ResumeLayout(false); splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer3)).EndInit(); splitContainer3.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 groupBox1; System.Windows.Forms.Button btnSend; System.Windows.Forms.MenuStrip menu; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemClearScreen; System.Windows.Forms.ToolStripSeparator toolStripSeparator5; System.Windows.Forms.ToolStripMenuItem reloadSpecialControlFileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemReloadGemXml; System.Windows.Forms.ToolStripSeparator toolStripSeparator1; System.Windows.Forms.ToolStripMenuItem publishZServiceToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemExit; System.Windows.Forms.ToolStripMenuItem sECSToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemSECSMessageList; System.Windows.Forms.ToolStripMenuItem defineLinkToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripSeparator2; System.Windows.Forms.ToolStripSeparator toolStripSeparator3; System.Windows.Forms.ToolStripMenuItem menuItemEnableLinkTest; System.Windows.Forms.ToolStripSeparator toolStripSeparator4; System.Windows.Forms.ToolStripMenuItem configToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem menuItemEapConfig; System.Windows.Forms.ToolStripMenuItem menuItemGemConfig; System.Windows.Forms.StatusStrip statusbar; System.Windows.Forms.SplitContainer splitContainer2; this.txtMsg = new System.Windows.Forms.TextBox(); this.menuItemGemEnable = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemGemDisable = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemSecsTrace = new System.Windows.Forms.ToolStripMenuItem(); this.eqpAddressStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.eapDriverLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.gemStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.listBoxSecsMessages = new System.Windows.Forms.ListBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.rtxtScreen = new System.Windows.Forms.RichTextBox(); groupBox1 = new System.Windows.Forms.GroupBox(); btnSend = new System.Windows.Forms.Button(); menu = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemClearScreen = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); reloadSpecialControlFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemReloadGemXml = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); publishZServiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemExit = new System.Windows.Forms.ToolStripMenuItem(); sECSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemSECSMessageList = new System.Windows.Forms.ToolStripMenuItem(); defineLinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); menuItemEnableLinkTest = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); configToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuItemEapConfig = new System.Windows.Forms.ToolStripMenuItem(); menuItemGemConfig = new System.Windows.Forms.ToolStripMenuItem(); statusbar = new System.Windows.Forms.StatusStrip(); splitContainer2 = new System.Windows.Forms.SplitContainer(); groupBox1.SuspendLayout(); menu.SuspendLayout(); statusbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // groupBox1.Controls.Add(this.txtMsg); groupBox1.Controls.Add(btnSend); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; groupBox1.Location = new System.Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(96, 207); groupBox1.TabIndex = 5; groupBox1.TabStop = false; groupBox1.Text = "Message"; // // txtMsg // this.txtMsg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtMsg.Dock = System.Windows.Forms.DockStyle.Fill; this.txtMsg.Location = new System.Drawing.Point(3, 18); this.txtMsg.Multiline = true; this.txtMsg.Name = "txtMsg"; this.txtMsg.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtMsg.Size = new System.Drawing.Size(90, 162); this.txtMsg.TabIndex = 2; this.txtMsg.WordWrap = false; // // btnSend // btnSend.Dock = System.Windows.Forms.DockStyle.Bottom; btnSend.Location = new System.Drawing.Point(3, 180); btnSend.Name = "btnSend"; btnSend.Size = new System.Drawing.Size(90, 24); btnSend.TabIndex = 1; btnSend.Text = "Send"; btnSend.Click += new System.EventHandler(this.btnSend_Click); // // menu // menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, sECSToolStripMenuItem, configToolStripMenuItem}); menu.Location = new System.Drawing.Point(0, 0); menu.Name = "menu"; menu.Size = new System.Drawing.Size(642, 24); menu.TabIndex = 0; menu.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { menuItemClearScreen, toolStripSeparator5, reloadSpecialControlFileToolStripMenuItem, menuItemReloadGemXml, toolStripSeparator1, publishZServiceToolStripMenuItem, menuItemExit}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(38, 20); fileToolStripMenuItem.Text = "File"; // // menuItemClearScreen // menuItemClearScreen.Name = "menuItemClearScreen"; menuItemClearScreen.Size = new System.Drawing.Size(226, 22); menuItemClearScreen.Text = "Clear Screen"; menuItemClearScreen.Click += new System.EventHandler(this.menuItemClearScreen_Click); // // toolStripSeparator5 // toolStripSeparator5.Name = "toolStripSeparator5"; toolStripSeparator5.Size = new System.Drawing.Size(223, 6); // // reloadSpecialControlFileToolStripMenuItem // reloadSpecialControlFileToolStripMenuItem.Name = "reloadSpecialControlFileToolStripMenuItem"; reloadSpecialControlFileToolStripMenuItem.Size = new System.Drawing.Size(226, 22); reloadSpecialControlFileToolStripMenuItem.Text = "Reload Special Control File"; reloadSpecialControlFileToolStripMenuItem.Click += new System.EventHandler(this.reloadSpecialControlFileToolStripMenuItem_Click); // // menuItemReloadGemXml // menuItemReloadGemXml.Name = "menuItemReloadGemXml"; menuItemReloadGemXml.Size = new System.Drawing.Size(226, 22); menuItemReloadGemXml.Text = "Reload Gem.xml"; menuItemReloadGemXml.Click += new System.EventHandler(this.menuItemReloadGemXml_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(223, 6); // // publishZServiceToolStripMenuItem // publishZServiceToolStripMenuItem.Name = "publishZServiceToolStripMenuItem"; publishZServiceToolStripMenuItem.Size = new System.Drawing.Size(226, 22); publishZServiceToolStripMenuItem.Text = "Publish Z Service"; publishZServiceToolStripMenuItem.Click += new System.EventHandler(this.publishZServiceToolStripMenuItem_Click); // // menuItemExit // menuItemExit.Name = "menuItemExit"; menuItemExit.Size = new System.Drawing.Size(226, 22); menuItemExit.Text = "Exit"; menuItemExit.Click += new System.EventHandler(this.menuItemExit_Click); // // sECSToolStripMenuItem // sECSToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { menuItemSECSMessageList, defineLinkToolStripMenuItem, toolStripSeparator2, this.menuItemGemEnable, this.menuItemGemDisable, toolStripSeparator3, menuItemEnableLinkTest, toolStripSeparator4, this.menuItemSecsTrace}); sECSToolStripMenuItem.Name = "sECSToolStripMenuItem"; sECSToolStripMenuItem.Size = new System.Drawing.Size(48, 20); sECSToolStripMenuItem.Text = "SECS"; // // menuItemSECSMessageList // menuItemSECSMessageList.CheckOnClick = true; menuItemSECSMessageList.Name = "menuItemSECSMessageList"; menuItemSECSMessageList.Size = new System.Drawing.Size(178, 22); menuItemSECSMessageList.Text = "SECS Message List"; menuItemSECSMessageList.Click += new System.EventHandler(this.menuItemSecsMessagestList_Click); // // defineLinkToolStripMenuItem // defineLinkToolStripMenuItem.Name = "defineLinkToolStripMenuItem"; defineLinkToolStripMenuItem.Size = new System.Drawing.Size(178, 22); defineLinkToolStripMenuItem.Text = "Define Link"; defineLinkToolStripMenuItem.Click += new System.EventHandler(this.defineLinkToolStripMenuItem_Click); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(175, 6); // // menuItemGemEnable // this.menuItemGemEnable.Name = "menuItemGemEnable"; this.menuItemGemEnable.Size = new System.Drawing.Size(178, 22); this.menuItemGemEnable.Text = "Enable"; this.menuItemGemEnable.Click += new System.EventHandler(this.menuItemGemEnable_Click); // // menuItemGemDisable // this.menuItemGemDisable.Name = "menuItemGemDisable"; this.menuItemGemDisable.Size = new System.Drawing.Size(178, 22); this.menuItemGemDisable.Text = "Disable"; this.menuItemGemDisable.Click += new System.EventHandler(this.menuItemGemDisable_Click); // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(175, 6); // // menuItemEnableLinkTest // menuItemEnableLinkTest.CheckOnClick = true; menuItemEnableLinkTest.Name = "menuItemEnableLinkTest"; menuItemEnableLinkTest.Size = new System.Drawing.Size(178, 22); menuItemEnableLinkTest.Text = "Link Test"; menuItemEnableLinkTest.Click += new System.EventHandler(this.enableTraceLogToolStripMenuItem_Click); // // toolStripSeparator4 // toolStripSeparator4.Name = "toolStripSeparator4"; toolStripSeparator4.Size = new System.Drawing.Size(175, 6); // // menuItemSecsTrace // this.menuItemSecsTrace.CheckOnClick = true; this.menuItemSecsTrace.Name = "menuItemSecsTrace"; this.menuItemSecsTrace.Size = new System.Drawing.Size(178, 22); this.menuItemSecsTrace.Text = "Trace On Screen"; this.menuItemSecsTrace.Click += new System.EventHandler(this.menuItemSecsTrace_Click); // // configToolStripMenuItem // configToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { menuItemEapConfig, menuItemGemConfig}); configToolStripMenuItem.Name = "configToolStripMenuItem"; configToolStripMenuItem.Size = new System.Drawing.Size(57, 20); configToolStripMenuItem.Text = "Config"; // // menuItemEapConfig // menuItemEapConfig.Name = "menuItemEapConfig"; menuItemEapConfig.Size = new System.Drawing.Size(102, 22); menuItemEapConfig.Text = "EAP"; menuItemEapConfig.Click += new System.EventHandler(this.menuItemEapConfig_Click); // // menuItemGemConfig // menuItemGemConfig.Name = "menuItemGemConfig"; menuItemGemConfig.Size = new System.Drawing.Size(102, 22); menuItemGemConfig.Text = "GEM"; menuItemGemConfig.Click += new System.EventHandler(this.menuItemGemConfig_Click); // // statusbar // statusbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.eqpAddressStatusLabel, this.eapDriverLabel, this.gemStatusLabel}); statusbar.Location = new System.Drawing.Point(0, 441); statusbar.Name = "statusbar"; statusbar.Size = new System.Drawing.Size(642, 22); statusbar.TabIndex = 1; // // eqpAddressStatusLabel // this.eqpAddressStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Bump; this.eqpAddressStatusLabel.Name = "eqpAddressStatusLabel"; this.eqpAddressStatusLabel.Size = new System.Drawing.Size(47, 17); this.eqpAddressStatusLabel.Text = "EQP IP:"; // // eapDriverLabel // this.eapDriverLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right))); this.eapDriverLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.eapDriverLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.eapDriverLabel.Name = "eapDriverLabel"; this.eapDriverLabel.Size = new System.Drawing.Size(476, 17); this.eapDriverLabel.Spring = true; this.eapDriverLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gemStatusLabel // this.gemStatusLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.gemStatusLabel.Name = "gemStatusLabel"; this.gemStatusLabel.Size = new System.Drawing.Size(104, 17); this.gemStatusLabel.Text = "SECS GEM Status"; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.listBoxSecsMessages); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(groupBox1); splitContainer2.Size = new System.Drawing.Size(150, 207); splitContainer2.TabIndex = 0; splitContainer2.TabStop = false; // // listBoxSecsMessages // this.listBoxSecsMessages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listBoxSecsMessages.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxSecsMessages.ItemHeight = 12; this.listBoxSecsMessages.Location = new System.Drawing.Point(0, 0); this.listBoxSecsMessages.Name = "listBoxSecsMessages"; this.listBoxSecsMessages.Size = new System.Drawing.Size(50, 207); this.listBoxSecsMessages.TabIndex = 1; this.listBoxSecsMessages.SelectedIndexChanged += new System.EventHandler(this.listBoxSecsMessageList_SelectedIndexChanged); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.IsSplitterFixed = true; this.splitContainer1.Location = new System.Drawing.Point(0, 24); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(splitContainer2); this.splitContainer1.Panel1Collapsed = true; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.rtxtScreen); this.splitContainer1.Size = new System.Drawing.Size(642, 417); this.splitContainer1.SplitterDistance = 207; this.splitContainer1.TabIndex = 10; // // rtxtScreen // this.rtxtScreen.BackColor = System.Drawing.Color.White; this.rtxtScreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.rtxtScreen.DetectUrls = false; this.rtxtScreen.Dock = System.Windows.Forms.DockStyle.Fill; this.rtxtScreen.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rtxtScreen.Location = new System.Drawing.Point(0, 0); this.rtxtScreen.MaxLength = 8192; this.rtxtScreen.Name = "rtxtScreen"; this.rtxtScreen.ReadOnly = true; this.rtxtScreen.ShortcutsEnabled = false; this.rtxtScreen.Size = new System.Drawing.Size(642, 417); this.rtxtScreen.TabIndex = 8; this.rtxtScreen.TabStop = false; this.rtxtScreen.Text = ""; this.rtxtScreen.WordWrap = false; // // HostMainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(642, 463); this.Controls.Add(this.splitContainer1); this.Controls.Add(statusbar); this.Controls.Add(menu); this.MainMenuStrip = menu; this.Name = "HostMainForm"; this.Text = "MainForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); menu.ResumeLayout(false); menu.PerformLayout(); statusbar.ResumeLayout(false); statusbar.PerformLayout(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.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.SplitContainer splitContainer5; System.Windows.Forms.SplitContainer splitContainer6; this.classHierarchy = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Classes.ClassHierarchyControl(); this.splitContainer7 = new System.Windows.Forms.SplitContainer(); this.classMethodsProtocols = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Classes.ClassMethodsProtocolsControl(); this.classMethodsList = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Classes.ClassMethodsListControl(); this.methodDefinition = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Methods.MethodDefinitionControl(); splitContainer5 = new System.Windows.Forms.SplitContainer(); splitContainer6 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer5)).BeginInit(); splitContainer5.Panel1.SuspendLayout(); splitContainer5.Panel2.SuspendLayout(); splitContainer5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer6)).BeginInit(); splitContainer6.Panel1.SuspendLayout(); splitContainer6.Panel2.SuspendLayout(); splitContainer6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit(); this.splitContainer7.Panel1.SuspendLayout(); this.splitContainer7.Panel2.SuspendLayout(); this.splitContainer7.SuspendLayout(); this.SuspendLayout(); // // splitContainer5 // splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer5.Location = new System.Drawing.Point(0, 0); splitContainer5.Name = "splitContainer5"; splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer5.Panel1 // splitContainer5.Panel1.Controls.Add(splitContainer6); // // splitContainer5.Panel2 // splitContainer5.Panel2.Controls.Add(this.methodDefinition); splitContainer5.Size = new System.Drawing.Size(427, 309); splitContainer5.SplitterDistance = 151; splitContainer5.TabIndex = 1; // // splitContainer6 // splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer6.Location = new System.Drawing.Point(0, 0); splitContainer6.Name = "splitContainer6"; // // splitContainer6.Panel1 // splitContainer6.Panel1.Controls.Add(this.classHierarchy); // // splitContainer6.Panel2 // splitContainer6.Panel2.Controls.Add(this.splitContainer7); splitContainer6.Size = new System.Drawing.Size(427, 151); splitContainer6.SplitterDistance = 141; splitContainer6.TabIndex = 0; // // classHierarchy // this.classHierarchy.ClassHolder = null; this.classHierarchy.Dock = System.Windows.Forms.DockStyle.Fill; this.classHierarchy.Enabled = false; this.classHierarchy.Location = new System.Drawing.Point(0, 0); this.classHierarchy.Name = "classHierarchy"; this.classHierarchy.Size = new System.Drawing.Size(141, 151); this.classHierarchy.SystemImplementationHolder = null; this.classHierarchy.TabIndex = 0; // // splitContainer7 // this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer7.Location = new System.Drawing.Point(0, 0); this.splitContainer7.Name = "splitContainer7"; // // splitContainer7.Panel1 // this.splitContainer7.Panel1.Controls.Add(this.classMethodsProtocols); // // splitContainer7.Panel2 // this.splitContainer7.Panel2.Controls.Add(this.classMethodsList); this.splitContainer7.Size = new System.Drawing.Size(282, 151); this.splitContainer7.SplitterDistance = 125; this.splitContainer7.TabIndex = 0; // // classMethodsProtocols // this.classMethodsProtocols.Dock = System.Windows.Forms.DockStyle.Fill; this.classMethodsProtocols.Enabled = false; this.classMethodsProtocols.Location = new System.Drawing.Point(0, 0); this.classMethodsProtocols.Name = "classMethodsProtocols"; this.classMethodsProtocols.Size = new System.Drawing.Size(125, 151); this.classMethodsProtocols.TabIndex = 0; // // classMethodsList // this.classMethodsList.Dock = System.Windows.Forms.DockStyle.Fill; this.classMethodsList.Location = new System.Drawing.Point(0, 0); this.classMethodsList.Name = "classMethodsList"; this.classMethodsList.Size = new System.Drawing.Size(153, 151); this.classMethodsList.TabIndex = 0; // // methodDefinition // this.methodDefinition.Dock = System.Windows.Forms.DockStyle.Fill; this.methodDefinition.Location = new System.Drawing.Point(0, 0); this.methodDefinition.Name = "methodDefinition"; this.methodDefinition.Size = new System.Drawing.Size(427, 154); this.methodDefinition.TabIndex = 0; // // ClassMethodsEditorControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer5); this.Name = "ClassMethodsEditorControl"; this.Size = new System.Drawing.Size(427, 309); splitContainer5.Panel1.ResumeLayout(false); splitContainer5.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer5)).EndInit(); splitContainer5.ResumeLayout(false); splitContainer6.Panel1.ResumeLayout(false); splitContainer6.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer6)).EndInit(); splitContainer6.ResumeLayout(false); this.splitContainer7.Panel1.ResumeLayout(false); this.splitContainer7.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit(); this.splitContainer7.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.MenuStrip menuStrip; System.Windows.Forms.ToolStripContainer toolStripContainer1; System.Windows.Forms.StatusStrip statusStrip1; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.ToolStrip toolStrip1; System.Windows.Forms.Timer timer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowseForm)); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.searchStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.hitsBox = new System.Windows.Forms.ListBox(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.searchBox = new System.Windows.Forms.ToolStripTextBox(); this.goButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.backButton = new System.Windows.Forms.ToolStripButton(); this.nextButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toEPubButton = new System.Windows.Forms.ToolStripButton(); this.toPdfButton = new System.Windows.Forms.ToolStripButton(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rtlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.profileMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip = new System.Windows.Forms.MenuStrip(); toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); statusStrip1 = new System.Windows.Forms.StatusStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); toolStrip1 = new System.Windows.Forms.ToolStrip(); timer = new System.Windows.Forms.Timer(this.components); menuStrip.SuspendLayout(); toolStripContainer1.BottomToolStripPanel.SuspendLayout(); toolStripContainer1.ContentPanel.SuspendLayout(); toolStripContainer1.TopToolStripPanel.SuspendLayout(); toolStripContainer1.SuspendLayout(); statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem }); resources.ApplyResources(menuStrip, "menuStrip"); menuStrip.Name = "menuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem"); this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // toolStripContainer1.BottomToolStripPanel.Controls.Add(statusStrip1); // // toolStripContainer1.ContentPanel // toolStripContainer1.ContentPanel.Controls.Add(splitContainer1); resources.ApplyResources(toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel"); resources.ApplyResources(toolStripContainer1, "toolStripContainer1"); toolStripContainer1.LeftToolStripPanelVisible = false; toolStripContainer1.Name = "toolStripContainer1"; toolStripContainer1.RightToolStripPanelVisible = false; // // toolStripContainer1.TopToolStripPanel // toolStripContainer1.TopToolStripPanel.Controls.Add(toolStrip1); // // statusStrip1 // resources.ApplyResources(statusStrip1, "statusStrip1"); statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchStatusLabel }); statusStrip1.Name = "statusStrip1"; // // searchStatusLabel // this.searchStatusLabel.Name = "searchStatusLabel"; resources.ApplyResources(this.searchStatusLabel, "searchStatusLabel"); // // splitContainer1 // splitContainer1.DataBindings.Add(new System.Windows.Forms.Binding("SplitterDistance", global::WikipediaConv.Properties.Settings.Default, "SplitterDistance", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.hitsBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.webBrowser); splitContainer1.SplitterDistance = global::WikipediaConv.Properties.Settings.Default.SplitterDistance; // // hitsBox // resources.ApplyResources(this.hitsBox, "hitsBox"); this.hitsBox.FormattingEnabled = true; this.hitsBox.Name = "hitsBox"; this.hitsBox.SelectedValueChanged += new System.EventHandler(this.hitsBox_SelectedValueChanged); this.hitsBox.SizeChanged += new System.EventHandler(this.hitsBox_SizeChanged); // // webBrowser // this.webBrowser.AllowWebBrowserDrop = false; resources.ApplyResources(this.webBrowser, "webBrowser"); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; // // toolStrip1 // resources.ApplyResources(toolStrip1, "toolStrip1"); toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.searchBox, this.goButton, this.toolStripSeparator2, this.backButton, this.nextButton, this.toolStripSeparator3, this.toEPubButton, this.toPdfButton }); toolStrip1.Name = "toolStrip1"; toolStrip1.Stretch = true; // // searchBox // resources.ApplyResources(this.searchBox, "searchBox"); this.searchBox.AutoToolTip = true; this.searchBox.Name = "searchBox"; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // goButton // this.goButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.goButton, "goButton"); this.goButton.Name = "goButton"; this.goButton.Click += new System.EventHandler(this.goButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // backButton // this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.backButton, "backButton"); this.backButton.Name = "backButton"; this.backButton.Click += new System.EventHandler(this.backButton_Click); // // nextButton // this.nextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.nextButton, "nextButton"); this.nextButton.Name = "nextButton"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3"); // // toEPubButton // this.toEPubButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toEPubButton, "toEPubButton"); this.toEPubButton.Name = "toEPubButton"; this.toEPubButton.Click += new System.EventHandler(this.toEPubButton_Click); // // toPdfButton // this.toPdfButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; resources.ApplyResources(this.toPdfButton, "toPdfButton"); this.toPdfButton.Name = "toPdfButton"; this.toPdfButton.Click += new System.EventHandler(this.toPdfButton_Click); // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.rtlToolStripMenuItem, this.profileMenuItem }); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // rtlToolStripMenuItem // this.rtlToolStripMenuItem.Name = "rtlToolStripMenuItem"; resources.ApplyResources(this.rtlToolStripMenuItem, "rtlToolStripMenuItem"); this.rtlToolStripMenuItem.Click += new System.EventHandler(this.rtlToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem"); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem"); this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // timer // timer.Enabled = true; timer.Tick += new System.EventHandler(this.timer_Tick); // // profileMenuItem // this.profileMenuItem.Name = "profileMenuItem"; resources.ApplyResources(this.profileMenuItem, "profileMenuItem"); this.profileMenuItem.Click += new System.EventHandler(this.profileMenuItem_Click); // // BrowseForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(toolStripContainer1); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "BrowseForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrowseForm_FormClosing); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); toolStripContainer1.BottomToolStripPanel.PerformLayout(); toolStripContainer1.ContentPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.ResumeLayout(false); toolStripContainer1.TopToolStripPanel.PerformLayout(); toolStripContainer1.ResumeLayout(false); toolStripContainer1.PerformLayout(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); toolStrip1.ResumeLayout(false); toolStrip1.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() { System.Windows.Forms.SplitContainer splitContainer4; System.Windows.Forms.Label label2; System.Windows.Forms.Label label1; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.Label label4; this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); this.txtProtocolDocId = new System.Windows.Forms.TextBox(); this.txtProtocolName = new System.Windows.Forms.TextBox(); this.checkBoxProtocolAbstract = new System.Windows.Forms.CheckBox(); this.listProtocolConformsTo = new System.Windows.Forms.ListView(); splitContainer4 = new System.Windows.Forms.SplitContainer(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(splitContainer4)).BeginInit(); splitContainer4.Panel1.SuspendLayout(); splitContainer4.Panel2.SuspendLayout(); splitContainer4.SuspendLayout(); this.SuspendLayout(); // // splitContainer4 // splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer4.Location = new System.Drawing.Point(0, 0); splitContainer4.Name = "splitContainer4"; // // splitContainer4.Panel1 // splitContainer4.Panel1.Controls.Add(this.descriptionControl); splitContainer4.Panel1.Controls.Add(label2); splitContainer4.Panel1.Controls.Add(label1); splitContainer4.Panel1.Controls.Add(this.txtProtocolDocId); splitContainer4.Panel1.Controls.Add(this.txtProtocolName); splitContainer4.Panel1.Controls.Add(this.checkBoxProtocolAbstract); // // splitContainer4.Panel2 // splitContainer4.Panel2.Controls.Add(this.listProtocolConformsTo); splitContainer4.Panel2.Controls.Add(label4); splitContainer4.Size = new System.Drawing.Size(689, 343); splitContainer4.SplitterDistance = 275; splitContainer4.TabIndex = 9; // // descriptionControl // this.descriptionControl.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.descriptionControl.Location = new System.Drawing.Point(11, 82); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = true; this.descriptionControl.Size = new System.Drawing.Size(260, 257); this.descriptionControl.TabIndex = 13; this.descriptionControl.Changed += new System.EventHandler(this.descriptionControl_Changed); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(8, 10); label2.Name = "label2"; label2.Size = new System.Drawing.Size(38, 13); label2.TabIndex = 12; label2.Text = "Name:"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(8, 36); label1.Name = "label1"; label1.Size = new System.Drawing.Size(40, 13); label1.TabIndex = 10; label1.Text = "X3J20:"; // // txtProtocolDocId // this.txtProtocolDocId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtProtocolDocId.Location = new System.Drawing.Point(73, 33); this.txtProtocolDocId.Name = "txtProtocolDocId"; this.txtProtocolDocId.Size = new System.Drawing.Size(198, 20); this.txtProtocolDocId.TabIndex = 8; this.txtProtocolDocId.TextChanged += new System.EventHandler(this.txtProtocolDocId_TextChanged); // // txtProtocolName // this.txtProtocolName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtProtocolName.BackColor = System.Drawing.SystemColors.Window; this.txtProtocolName.Location = new System.Drawing.Point(73, 7); this.txtProtocolName.Name = "txtProtocolName"; this.txtProtocolName.Size = new System.Drawing.Size(198, 20); this.txtProtocolName.TabIndex = 9; this.txtProtocolName.TextChanged += new System.EventHandler(this.txtProtocolName_TextChanged); // // checkBoxProtocolAbstract // this.checkBoxProtocolAbstract.AutoSize = true; this.checkBoxProtocolAbstract.Location = new System.Drawing.Point(73, 59); this.checkBoxProtocolAbstract.Name = "checkBoxProtocolAbstract"; this.checkBoxProtocolAbstract.Size = new System.Drawing.Size(65, 17); this.checkBoxProtocolAbstract.TabIndex = 7; this.checkBoxProtocolAbstract.Text = "Abstract"; this.checkBoxProtocolAbstract.UseVisualStyleBackColor = true; this.checkBoxProtocolAbstract.CheckedChanged += new System.EventHandler(this.checkBoxProtocolAbstract_CheckedChanged); // // listProtocolConformsTo // this.listProtocolConformsTo.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.listProtocolConformsTo.CheckBoxes = true; this.listProtocolConformsTo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1}); this.listProtocolConformsTo.FullRowSelect = true; this.listProtocolConformsTo.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listProtocolConformsTo.Location = new System.Drawing.Point(6, 26); this.listProtocolConformsTo.Name = "listProtocolConformsTo"; this.listProtocolConformsTo.ShowGroups = false; this.listProtocolConformsTo.Size = new System.Drawing.Size(401, 313); this.listProtocolConformsTo.TabIndex = 9; this.listProtocolConformsTo.UseCompatibleStateImageBehavior = false; this.listProtocolConformsTo.View = System.Windows.Forms.View.Details; this.listProtocolConformsTo.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listProtocolConformsTo_ItemChecked); // // columnHeader1 // columnHeader1.Width = 270; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(3, 10); label4.Name = "label4"; label4.Size = new System.Drawing.Size(70, 13); label4.TabIndex = 8; label4.Text = "Conforms To:"; // // ProtocolDefinitionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer4); this.DoubleBuffered = true; this.Name = "ProtocolDefinitionControl"; this.Size = new System.Drawing.Size(689, 343); splitContainer4.Panel1.ResumeLayout(false); splitContainer4.Panel1.PerformLayout(); splitContainer4.Panel2.ResumeLayout(false); splitContainer4.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer4)).EndInit(); splitContainer4.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.SplitContainer splitContainer1; System.Windows.Forms.ColumnHeader columnHeader3; this.listMessages = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.VetoingListView(); this.protocolMessageControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Protocols.ProtocolMessageControl(); splitContainer1 = new System.Windows.Forms.SplitContainer(); columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.listMessages); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.protocolMessageControl); splitContainer1.Size = new System.Drawing.Size(492, 421); splitContainer1.SplitterDistance = 190; splitContainer1.TabIndex = 1; // // listMessages // this.listMessages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader3 }); this.listMessages.Dock = System.Windows.Forms.DockStyle.Fill; this.listMessages.FullRowSelect = true; this.listMessages.HideSelection = false; this.listMessages.Location = new System.Drawing.Point(0, 0); this.listMessages.MultiSelect = false; this.listMessages.Name = "listMessages"; this.listMessages.ShowGroups = false; this.listMessages.Size = new System.Drawing.Size(190, 421); this.listMessages.TabIndex = 0; this.listMessages.UseCompatibleStateImageBehavior = false; this.listMessages.View = System.Windows.Forms.View.Details; this.listMessages.ItemChanging += new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.ListItemChangingEventHandler(this.listMessages_ItemChanging); this.listMessages.SizeChanged += new System.EventHandler(this.listMessages_SizeChanged); // // columnHeader3 // columnHeader3.Text = "Message"; columnHeader3.Width = 194; // // protocolMessageControl // this.protocolMessageControl.Dirty = false; this.protocolMessageControl.Dock = System.Windows.Forms.DockStyle.Fill; this.protocolMessageControl.Location = new System.Drawing.Point(0, 0); this.protocolMessageControl.MessageHolder = null; this.protocolMessageControl.Name = "protocolMessageControl"; this.protocolMessageControl.ProtocolHolder = null; this.protocolMessageControl.Size = new System.Drawing.Size(298, 421); this.protocolMessageControl.TabIndex = 0; // // ProtocolMessagesControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer1); this.DoubleBuffered = true; this.Name = "ProtocolMessagesControl"; this.Size = new System.Drawing.Size(492, 421); this.Load += new System.EventHandler(this.ProtocolMessagesControl_Load); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// デザイナー サポートに必要なメソッドです。このメソッドの内容を /// コード エディターで変更しないでください。 /// </summary> void InitializeComponent() { System.Windows.Forms.SplitContainer splMain; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocumentView)); System.Windows.Forms.TableLayoutPanel tplPanel1; System.Windows.Forms.Label lblPageTurningDirection; System.Windows.Forms.Label lblCultureDependingDateOfPublication; System.Windows.Forms.Label lblTitle; System.Windows.Forms.Label lblDateOfPublication; System.Windows.Forms.Label lblAuthor; System.Windows.Forms.Button btnSearchOnBrowser; System.Windows.Forms.TableLayoutPanel tplPanel2; System.Windows.Forms.Button btnEdit; this.cmbPageTurningDirection = new System.Windows.Forms.ComboBox(); this.txtCultureDependingDateOfPublication = new System.Windows.Forms.TextBox(); this.txtTitle = new System.Windows.Forms.TextBox(); this.cmbAuthor = new System.Windows.Forms.ComboBox(); this.dtpDateOfPublication = new System.Windows.Forms.DateTimePicker(); this.lblThumbnail = new System.Windows.Forms.Label(); this.preThumbnail = new Comical.Controls.Previewer(); this.btnUpdate = new System.Windows.Forms.Button(); this.lblSize = new System.Windows.Forms.Label(); this.numThumbnailIndex = new System.Windows.Forms.NumericUpDown(); splMain = new System.Windows.Forms.SplitContainer(); tplPanel1 = new System.Windows.Forms.TableLayoutPanel(); lblPageTurningDirection = new System.Windows.Forms.Label(); lblCultureDependingDateOfPublication = new System.Windows.Forms.Label(); lblTitle = new System.Windows.Forms.Label(); lblDateOfPublication = new System.Windows.Forms.Label(); lblAuthor = new System.Windows.Forms.Label(); btnSearchOnBrowser = new System.Windows.Forms.Button(); tplPanel2 = new System.Windows.Forms.TableLayoutPanel(); btnEdit = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(splMain)).BeginInit(); splMain.Panel1.SuspendLayout(); splMain.Panel2.SuspendLayout(); splMain.SuspendLayout(); tplPanel1.SuspendLayout(); tplPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).BeginInit(); this.SuspendLayout(); // // splMain // resources.ApplyResources(splMain, "splMain"); splMain.Name = "splMain"; // // splMain.Panel1 // splMain.Panel1.Controls.Add(tplPanel1); // // splMain.Panel2 // splMain.Panel2.Controls.Add(tplPanel2); // // tplPanel1 // resources.ApplyResources(tplPanel1, "tplPanel1"); tplPanel1.Controls.Add(this.cmbPageTurningDirection, 0, 9); tplPanel1.Controls.Add(lblPageTurningDirection, 0, 8); tplPanel1.Controls.Add(this.txtCultureDependingDateOfPublication, 0, 7); tplPanel1.Controls.Add(lblCultureDependingDateOfPublication, 0, 6); tplPanel1.Controls.Add(lblTitle, 0, 0); tplPanel1.Controls.Add(this.txtTitle, 0, 1); tplPanel1.Controls.Add(lblDateOfPublication, 0, 4); tplPanel1.Controls.Add(lblAuthor, 0, 2); tplPanel1.Controls.Add(btnSearchOnBrowser, 1, 5); tplPanel1.Controls.Add(this.cmbAuthor, 0, 3); tplPanel1.Controls.Add(this.dtpDateOfPublication, 0, 5); tplPanel1.Name = "tplPanel1"; // // cmbPageTurningDirection // resources.ApplyResources(this.cmbPageTurningDirection, "cmbPageTurningDirection"); tplPanel1.SetColumnSpan(this.cmbPageTurningDirection, 2); this.cmbPageTurningDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPageTurningDirection.FormattingEnabled = true; this.cmbPageTurningDirection.Items.AddRange(new object[] { resources.GetString("cmbPageTurningDirection.Items"), resources.GetString("cmbPageTurningDirection.Items1")}); this.cmbPageTurningDirection.Name = "cmbPageTurningDirection"; this.cmbPageTurningDirection.SelectedIndexChanged += new System.EventHandler(this.cmbPageTurningDirection_SelectedIndexChanged); // // lblPageTurningDirection // resources.ApplyResources(lblPageTurningDirection, "lblPageTurningDirection"); tplPanel1.SetColumnSpan(lblPageTurningDirection, 2); lblPageTurningDirection.Name = "lblPageTurningDirection"; // // txtCultureDependingDateOfPublication // resources.ApplyResources(this.txtCultureDependingDateOfPublication, "txtCultureDependingDateOfPublication"); tplPanel1.SetColumnSpan(this.txtCultureDependingDateOfPublication, 2); this.txtCultureDependingDateOfPublication.Name = "txtCultureDependingDateOfPublication"; this.txtCultureDependingDateOfPublication.TextChanged += new System.EventHandler(this.txtCultureDependingDateOfIssue_TextChanged); // // lblCultureDependingDateOfPublication // resources.ApplyResources(lblCultureDependingDateOfPublication, "lblCultureDependingDateOfPublication"); tplPanel1.SetColumnSpan(lblCultureDependingDateOfPublication, 2); lblCultureDependingDateOfPublication.Name = "lblCultureDependingDateOfPublication"; // // lblTitle // resources.ApplyResources(lblTitle, "lblTitle"); tplPanel1.SetColumnSpan(lblTitle, 2); lblTitle.Name = "lblTitle"; // // txtTitle // resources.ApplyResources(this.txtTitle, "txtTitle"); tplPanel1.SetColumnSpan(this.txtTitle, 2); this.txtTitle.Name = "txtTitle"; this.txtTitle.TextChanged += new System.EventHandler(this.txtTitle_TextChanged); // // lblDateOfPublication // resources.ApplyResources(lblDateOfPublication, "lblDateOfPublication"); tplPanel1.SetColumnSpan(lblDateOfPublication, 2); lblDateOfPublication.Name = "lblDateOfPublication"; // // lblAuthor // resources.ApplyResources(lblAuthor, "lblAuthor"); tplPanel1.SetColumnSpan(lblAuthor, 2); lblAuthor.Name = "lblAuthor"; // // btnSearchOnBrowser // resources.ApplyResources(btnSearchOnBrowser, "btnSearchOnBrowser"); btnSearchOnBrowser.Name = "btnSearchOnBrowser"; btnSearchOnBrowser.UseVisualStyleBackColor = true; btnSearchOnBrowser.Click += new System.EventHandler(this.btnSearchOnBrowser_Click); // // cmbAuthor // resources.ApplyResources(this.cmbAuthor, "cmbAuthor"); tplPanel1.SetColumnSpan(this.cmbAuthor, 2); this.cmbAuthor.DropDownHeight = 256; this.cmbAuthor.FormattingEnabled = true; this.cmbAuthor.Name = "cmbAuthor"; this.cmbAuthor.TextChanged += new System.EventHandler(this.cmbAuthor_TextChanged); // // dtpDateOfPublication // resources.ApplyResources(this.dtpDateOfPublication, "dtpDateOfPublication"); this.dtpDateOfPublication.Checked = false; this.dtpDateOfPublication.Name = "dtpDateOfPublication"; this.dtpDateOfPublication.ShowCheckBox = true; this.dtpDateOfPublication.ValueChanged += new System.EventHandler(this.dtpDateOfIssue_ValueChanged); // // tplPanel2 // resources.ApplyResources(tplPanel2, "tplPanel2"); tplPanel2.Controls.Add(this.lblThumbnail, 0, 0); tplPanel2.Controls.Add(this.preThumbnail, 0, 2); tplPanel2.Controls.Add(this.btnUpdate, 1, 1); tplPanel2.Controls.Add(this.lblSize, 0, 3); tplPanel2.Controls.Add(this.numThumbnailIndex, 0, 1); tplPanel2.Controls.Add(btnEdit, 1, 3); tplPanel2.Name = "tplPanel2"; // // lblThumbnail // resources.ApplyResources(this.lblThumbnail, "lblThumbnail"); this.lblThumbnail.Name = "lblThumbnail"; // // preThumbnail // resources.ApplyResources(this.preThumbnail, "preThumbnail"); tplPanel2.SetColumnSpan(this.preThumbnail, 2); this.preThumbnail.Description = null; this.preThumbnail.Image = null; this.preThumbnail.Name = "preThumbnail"; this.preThumbnail.StretchMode = Comical.Controls.PreviewerStretchMode.Uniform; // // btnUpdate // resources.ApplyResources(this.btnUpdate, "btnUpdate"); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // lblSize // resources.ApplyResources(this.lblSize, "lblSize"); this.lblSize.Name = "lblSize"; // // numThumbnailIndex // resources.ApplyResources(this.numThumbnailIndex, "numThumbnailIndex"); this.numThumbnailIndex.Name = "numThumbnailIndex"; // // btnEdit // resources.ApplyResources(btnEdit, "btnEdit"); btnEdit.Name = "btnEdit"; btnEdit.UseVisualStyleBackColor = true; btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // DocumentView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(splMain); this.HideOnClose = true; this.Name = "DocumentView"; splMain.Panel1.ResumeLayout(false); splMain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splMain)).EndInit(); splMain.ResumeLayout(false); tplPanel1.ResumeLayout(false); tplPanel1.PerformLayout(); tplPanel2.ResumeLayout(false); tplPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numThumbnailIndex)).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.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer _splitter; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableDesignerDoc)); this._dataGrid = new System.Windows.Forms.DataGridView(); this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.type = new Npgsql.Designer.Editors.AutoCompleteColumn(); this.isnull = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this._pg = new System.Windows.Forms.PropertyGrid(); this._sqlText = new System.Windows.Forms.RichTextBox(); this._propertyGrid = new System.Windows.Forms.PropertyGrid(); this.autoCompleteColumn1 = new Npgsql.Designer.Editors.AutoCompleteColumn(); this._imageList = new System.Windows.Forms.ImageList(this.components); _splitter = new System.Windows.Forms.SplitContainer(); _splitter.Panel1.SuspendLayout(); _splitter.Panel2.SuspendLayout(); _splitter.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._dataGrid)).BeginInit(); this.SuspendLayout(); // // _splitter // _splitter.BackColor = System.Drawing.SystemColors.Control; _splitter.Dock = System.Windows.Forms.DockStyle.Fill; _splitter.Location = new System.Drawing.Point(0, 0); _splitter.Name = "_splitter"; _splitter.Orientation = System.Windows.Forms.Orientation.Horizontal; // // _splitter.Panel1 // _splitter.Panel1.Controls.Add(this._dataGrid); _splitter.Panel1.Controls.Add(this._pg); _splitter.Panel1.Controls.Add(this._sqlText); // // _splitter.Panel2 // _splitter.Panel2.Controls.Add(this._propertyGrid); _splitter.Size = new System.Drawing.Size(436, 631); _splitter.SplitterDistance = 383; _splitter.TabIndex = 0; // // _dataGrid // this._dataGrid.AllowDrop = true; this._dataGrid.AllowUserToResizeRows = false; this._dataGrid.BackgroundColor = System.Drawing.SystemColors.Window; this._dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this._dataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.name, this.type, this.isnull}); this._dataGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._dataGrid.Location = new System.Drawing.Point(0, 0); this._dataGrid.Name = "_dataGrid"; this._dataGrid.RowHeadersWidth = 42; this._dataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this._dataGrid.RowTemplate.Height = 23; this._dataGrid.Size = new System.Drawing.Size(436, 383); this._dataGrid.TabIndex = 2; this._dataGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValueChanged); this._dataGrid.MouseDown += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseDown); this._dataGrid.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this._dataGrid_UserDeletingRow); this._dataGrid.MouseMove += new System.Windows.Forms.MouseEventHandler(this._dataGrid_MouseMove); this._dataGrid.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated); this._dataGrid.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this._dataGrid_UserDeletedRow); this._dataGrid.DragOver += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragOver); this._dataGrid.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellValidated); this._dataGrid.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this._dataGrid_CellPainting); this._dataGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellClick); this._dataGrid.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this._dataGrid_CellEnter); this._dataGrid.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this._dataGrid_RowHeaderMouseClick); this._dataGrid.SelectionChanged += new System.EventHandler(this._dataGrid_SelectionChanged); this._dataGrid.DragDrop += new System.Windows.Forms.DragEventHandler(this._dataGrid_DragDrop); // // name // this.name.Frozen = true; this.name.HeaderText = "Column Name"; this.name.Name = "name"; this.name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // type // this.type.HeaderText = "Data Type"; this.type.Name = "type"; // // isnull // this.isnull.FalseValue = false; this.isnull.HeaderText = "Allow Nulls"; this.isnull.IndeterminateValue = false; this.isnull.Name = "isnull"; this.isnull.TrueValue = true; // // _pg // this._pg.Location = new System.Drawing.Point(3, 171); this._pg.Name = "_pg"; this._pg.PropertySort = System.Windows.Forms.PropertySort.NoSort; this._pg.Size = new System.Drawing.Size(130, 130); this._pg.TabIndex = 1; this._pg.ToolbarVisible = false; this._pg.Visible = false; // // _sqlText // this._sqlText.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._sqlText.Location = new System.Drawing.Point(3, 3); this._sqlText.Name = "_sqlText"; this._sqlText.ReadOnly = true; this._sqlText.Size = new System.Drawing.Size(165, 162); this._sqlText.TabIndex = 0; this._sqlText.Text = ""; this._sqlText.Visible = false; // // _propertyGrid // this._propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this._propertyGrid.Location = new System.Drawing.Point(0, 0); this._propertyGrid.Name = "_propertyGrid"; this._propertyGrid.Size = new System.Drawing.Size(436, 244); this._propertyGrid.TabIndex = 0; // // autoCompleteColumn1 // this.autoCompleteColumn1.HeaderText = "Data Type"; this.autoCompleteColumn1.Name = "autoCompleteColumn1"; this.autoCompleteColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.autoCompleteColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // _imageList // this._imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_imageList.ImageStream"))); this._imageList.TransparentColor = System.Drawing.Color.Magenta; this._imageList.Images.SetKeyName(0, "PrimaryKey.bmp"); // // TableDesignerDoc // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(_splitter); this.Font = new System.Drawing.Font("MS Shell Dlg 2", 8.25F); this.Name = "TableDesignerDoc"; this.Size = new System.Drawing.Size(436, 631); _splitter.Panel1.ResumeLayout(false); _splitter.Panel2.ResumeLayout(false); _splitter.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this._dataGrid)).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.ToolStrip toolBarMain; System.Windows.Forms.ToolStripButton btnParse; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); System.Windows.Forms.ToolStripButton btnFillCode; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; this.txtSource = new System.Windows.Forms.RichTextBox(); this.txtGenerated = new System.Windows.Forms.RichTextBox(); this.txtErrors = new System.Windows.Forms.RichTextBox(); this.btnCompile = new System.Windows.Forms.ToolStripButton(); toolBarMain = new System.Windows.Forms.ToolStrip(); btnParse = new System.Windows.Forms.ToolStripButton(); btnFillCode = new System.Windows.Forms.ToolStripButton(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); toolBarMain.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.SuspendLayout(); // // toolBarMain // toolBarMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { btnParse, btnFillCode, this.btnCompile}); toolBarMain.Location = new System.Drawing.Point(0, 0); toolBarMain.Name = "toolBarMain"; toolBarMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; toolBarMain.Size = new System.Drawing.Size(702, 25); toolBarMain.TabIndex = 2; toolBarMain.Text = "toolStrip1"; // // btnParse // btnParse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; btnParse.Image = ((System.Drawing.Image)(resources.GetObject("btnParse.Image"))); btnParse.ImageTransparentColor = System.Drawing.Color.Magenta; btnParse.Name = "btnParse"; btnParse.Size = new System.Drawing.Size(38, 22); btnParse.Text = "Parse"; btnParse.Click += new System.EventHandler(this.btnParse_Click); // // btnFillCode // btnFillCode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; btnFillCode.Image = ((System.Drawing.Image)(resources.GetObject("btnFillCode.Image"))); btnFillCode.ImageTransparentColor = System.Drawing.Color.Magenta; btnFillCode.Name = "btnFillCode"; btnFillCode.Size = new System.Drawing.Size(49, 22); btnFillCode.Text = "Fill code"; btnFillCode.Click += new System.EventHandler(this.btnFillCode_Click); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.txtSource); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.txtGenerated); splitContainer1.Size = new System.Drawing.Size(702, 277); splitContainer1.SplitterDistance = 334; splitContainer1.TabIndex = 0; // // txtSource // this.txtSource.AcceptsTab = true; this.txtSource.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSource.Location = new System.Drawing.Point(0, 0); this.txtSource.Name = "txtSource"; this.txtSource.Size = new System.Drawing.Size(334, 277); this.txtSource.TabIndex = 0; this.txtSource.Text = ""; this.txtSource.WordWrap = false; // // txtGenerated // this.txtGenerated.AcceptsTab = true; this.txtGenerated.Dock = System.Windows.Forms.DockStyle.Fill; this.txtGenerated.Location = new System.Drawing.Point(0, 0); this.txtGenerated.Name = "txtGenerated"; this.txtGenerated.ReadOnly = true; this.txtGenerated.Size = new System.Drawing.Size(364, 277); this.txtGenerated.TabIndex = 0; this.txtGenerated.Text = ""; this.txtGenerated.WordWrap = false; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 25); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(splitContainer1); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.txtErrors); splitContainer2.Size = new System.Drawing.Size(702, 406); splitContainer2.SplitterDistance = 277; splitContainer2.TabIndex = 3; // // txtErrors // this.txtErrors.Dock = System.Windows.Forms.DockStyle.Fill; this.txtErrors.Location = new System.Drawing.Point(0, 0); this.txtErrors.Name = "txtErrors"; this.txtErrors.Size = new System.Drawing.Size(702, 125); this.txtErrors.TabIndex = 0; this.txtErrors.Text = ""; this.txtErrors.WordWrap = false; // // btnCompile // this.btnCompile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btnCompile.Image = ((System.Drawing.Image)(resources.GetObject("btnCompile.Image"))); this.btnCompile.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCompile.Name = "btnCompile"; this.btnCompile.Size = new System.Drawing.Size(48, 22); this.btnCompile.Text = "Compile"; this.btnCompile.Click += new System.EventHandler(this.btnCompile_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(702, 431); this.Controls.Add(splitContainer2); this.Controls.Add(toolBarMain); this.Name = "Form1"; this.Text = "NemerleCodeProvider Tester"; toolBarMain.ResumeLayout(false); toolBarMain.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.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.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( MainForm ) ); this.lblNumDress = new System.Windows.Forms.Label(); this.cbAreaNo = new System.Windows.Forms.ComboBox(); this.label12 = new System.Windows.Forms.Label(); this.btnDel = new System.Windows.Forms.Button(); this.btnModify = new System.Windows.Forms.Button(); this.btnNew = new System.Windows.Forms.Button(); this.cbProducer = new System.Windows.Forms.ComboBox(); this.lblProducer = new System.Windows.Forms.Label(); this.cbColor = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.cbCategory = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.cbArea = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cbDept = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.btnQuery = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.clmnID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnDept = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnArea = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnAreaNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnCate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnColor = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnPrice = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.clmnAccsry = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dsDress = new System.Data.DataSet(); this.WedDress = new System.Data.DataTable(); this.btnRent = new System.Windows.Forms.Button(); this.txtBuyer = new System.Windows.Forms.TextBox(); this.labelBuyer = new System.Windows.Forms.Label(); this.txtBuyPrice = new System.Windows.Forms.TextBox(); this.labelBuyPrice = new System.Windows.Forms.Label(); this.txtBuyDate = new System.Windows.Forms.TextBox(); this.labelBuyDate = new System.Windows.Forms.Label(); this.txtReqDate3 = new System.Windows.Forms.TextBox(); this.labelReqDate3 = new System.Windows.Forms.Label(); this.txtReq3 = new System.Windows.Forms.TextBox(); this.labelReq3 = new System.Windows.Forms.Label(); this.txtReqDate2 = new System.Windows.Forms.TextBox(); this.labelReqDate2 = new System.Windows.Forms.Label(); this.txtReq2 = new System.Windows.Forms.TextBox(); this.labelReq2 = new System.Windows.Forms.Label(); this.txtReqDate1 = new System.Windows.Forms.TextBox(); this.labelReqDate1 = new System.Windows.Forms.Label(); this.txtReq1 = new System.Windows.Forms.TextBox(); this.labelReq1 = new System.Windows.Forms.Label(); this.txtArchiveNo = new System.Windows.Forms.TextBox(); this.labelArchiveNo = new System.Windows.Forms.Label(); this.txtArchive = new System.Windows.Forms.TextBox(); this.labelArchive = new System.Windows.Forms.Label(); this.txtProducerNo = new System.Windows.Forms.TextBox(); this.labelProducerNo = new System.Windows.Forms.Label(); this.txtProducer = new System.Windows.Forms.TextBox(); this.labelProducer = new System.Windows.Forms.Label(); this.txtAsessory = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtPrice = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtColor = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtAreaNo = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtCategory = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtArea = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtDept = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.pbPhoto = new System.Windows.Forms.PictureBox(); this.lblRent = new System.Windows.Forms.Label(); this.dtRent = new System.Windows.Forms.DateTimePicker(); this.btnQueryByRent = new System.Windows.Forms.Button(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsDress)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.WedDress)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).BeginInit(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.IsSplitterFixed = true; splitContainer1.Location = new System.Drawing.Point( 0, 0 ); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add( this.btnQueryByRent ); splitContainer1.Panel1.Controls.Add( this.dtRent ); splitContainer1.Panel1.Controls.Add( this.lblRent ); splitContainer1.Panel1.Controls.Add( this.lblNumDress ); splitContainer1.Panel1.Controls.Add( this.cbAreaNo ); splitContainer1.Panel1.Controls.Add( this.label12 ); splitContainer1.Panel1.Controls.Add( this.btnDel ); splitContainer1.Panel1.Controls.Add( this.btnModify ); splitContainer1.Panel1.Controls.Add( this.btnNew ); splitContainer1.Panel1.Controls.Add( this.cbProducer ); splitContainer1.Panel1.Controls.Add( this.lblProducer ); splitContainer1.Panel1.Controls.Add( this.cbColor ); splitContainer1.Panel1.Controls.Add( this.label3 ); splitContainer1.Panel1.Controls.Add( this.cbCategory ); splitContainer1.Panel1.Controls.Add( this.label4 ); splitContainer1.Panel1.Controls.Add( this.cbArea ); splitContainer1.Panel1.Controls.Add( this.label2 ); splitContainer1.Panel1.Controls.Add( this.cbDept ); splitContainer1.Panel1.Controls.Add( this.label1 ); splitContainer1.Panel1.Controls.Add( this.btnQuery ); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add( splitContainer2 ); splitContainer1.Size = new System.Drawing.Size( 1014, 709 ); splitContainer1.SplitterDistance = 206; splitContainer1.TabIndex = 0; // // lblNumDress // this.lblNumDress.AutoSize = true; this.lblNumDress.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblNumDress.Location = new System.Drawing.Point( 9, 295 ); this.lblNumDress.Name = "lblNumDress"; this.lblNumDress.Size = new System.Drawing.Size( 167, 12 ); this.lblNumDress.TabIndex = 17; this.lblNumDress.Text = "共有 0 件符合查询条件的服装"; this.lblNumDress.Visible = false; // // cbAreaNo // this.cbAreaNo.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cbAreaNo.FormattingEnabled = true; this.cbAreaNo.Items.AddRange( new object[] { ""} ); this.cbAreaNo.Location = new System.Drawing.Point( 67, 56 ); this.cbAreaNo.Name = "cbAreaNo"; this.cbAreaNo.Size = new System.Drawing.Size( 130, 20 ); this.cbAreaNo.TabIndex = 5; // // label12 // this.label12.AutoSize = true; this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label12.Location = new System.Drawing.Point( 12, 60 ); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size( 47, 12 ); this.label12.TabIndex = 5; this.label12.Text = "区域号:"; // // btnDel // this.btnDel.Enabled = false; this.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnDel.Location = new System.Drawing.Point( 6, 256 ); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size( 191, 25 ); this.btnDel.TabIndex = 16; this.btnDel.Text = "删除(&E)"; this.btnDel.UseVisualStyleBackColor = true; this.btnDel.Visible = false; this.btnDel.Click += new System.EventHandler( this.btnDel_Click ); // // btnModify // this.btnModify.Enabled = false; this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnModify.Location = new System.Drawing.Point( 6, 225 ); this.btnModify.Name = "btnModify"; this.btnModify.Size = new System.Drawing.Size( 191, 25 ); this.btnModify.TabIndex = 15; this.btnModify.Text = "修改(&M)..."; this.btnModify.UseVisualStyleBackColor = true; this.btnModify.Visible = false; this.btnModify.Click += new System.EventHandler( this.btnModify_Click ); // // btnNew // this.btnNew.Enabled = false; this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnNew.Location = new System.Drawing.Point( 6, 194 ); this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size( 191, 25 ); this.btnNew.TabIndex = 14; this.btnNew.Text = "添加(&A)..."; this.btnNew.UseVisualStyleBackColor = true; this.btnNew.Visible = false; this.btnNew.Click += new System.EventHandler( this.btnNew_Click ); // // cbProducer // this.cbProducer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbProducer.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbProducer.Enabled = false; this.cbProducer.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cbProducer.FormattingEnabled = true; this.cbProducer.Location = new System.Drawing.Point( 67, 134 ); this.cbProducer.MaxDropDownItems = 20; this.cbProducer.Name = "cbProducer"; this.cbProducer.Size = new System.Drawing.Size( 130, 20 ); this.cbProducer.TabIndex = 10; this.cbProducer.Visible = false; // // lblProducer // this.lblProducer.AutoSize = true; this.lblProducer.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblProducer.Location = new System.Drawing.Point( 24, 138 ); this.lblProducer.Name = "lblProducer"; this.lblProducer.Size = new System.Drawing.Size( 35, 12 ); this.lblProducer.TabIndex = 9; this.lblProducer.Text = "厂商:"; this.lblProducer.Visible = false; // // cbColor // this.cbColor.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbColor.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbColor.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cbColor.FormattingEnabled = true; this.cbColor.Location = new System.Drawing.Point( 67, 108 ); this.cbColor.MaxDropDownItems = 20; this.cbColor.Name = "cbColor"; this.cbColor.Size = new System.Drawing.Size( 130, 20 ); this.cbColor.TabIndex = 8; // // label3 // this.label3.AutoSize = true; this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label3.Location = new System.Drawing.Point( 24, 112 ); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size( 35, 12 ); this.label3.TabIndex = 7; this.label3.Text = "颜色:"; // // cbCategory // this.cbCategory.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbCategory.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbCategory.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cbCategory.FormattingEnabled = true; this.cbCategory.Location = new System.Drawing.Point( 67, 82 ); this.cbCategory.MaxDropDownItems = 20; this.cbCategory.Name = "cbCategory"; this.cbCategory.Size = new System.Drawing.Size( 130, 20 ); this.cbCategory.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label4.Location = new System.Drawing.Point( 24, 86 ); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size( 35, 12 ); this.label4.TabIndex = 5; this.label4.Text = "类别:"; // // cbArea // this.cbArea.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbArea.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbArea.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cbArea.FormattingEnabled = true; this.cbArea.Location = new System.Drawing.Point( 67, 30 ); this.cbArea.MaxDropDownItems = 20; this.cbArea.Name = "cbArea"; this.cbArea.Size = new System.Drawing.Size( 130, 20 ); this.cbArea.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label2.Location = new System.Drawing.Point( 24, 34 ); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size( 35, 12 ); this.label2.TabIndex = 3; this.label2.Text = "区域:"; // // cbDept // this.cbDept.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cbDept.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cbDept.FlatStyle = System.Windows.Forms.FlatStyle.System; this.cbDept.FormattingEnabled = true; this.cbDept.Location = new System.Drawing.Point( 67, 4 ); this.cbDept.MaxDropDownItems = 20; this.cbDept.Name = "cbDept"; this.cbDept.Size = new System.Drawing.Size( 130, 20 ); this.cbDept.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.label1.Location = new System.Drawing.Point( 24, 8 ); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size( 35, 12 ); this.label1.TabIndex = 1; this.label1.Text = "部门:"; // // btnQuery // this.btnQuery.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnQuery.Location = new System.Drawing.Point( 6, 163 ); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size( 191, 25 ); this.btnQuery.TabIndex = 13; this.btnQuery.Text = "查询(&Q)"; this.btnQuery.UseVisualStyleBackColor = true; this.btnQuery.Click += new System.EventHandler( this.btnQuery_Click ); // // splitContainer2 // splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point( 0, 0 ); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add( this.dataGridView ); // // splitContainer2.Panel2 // splitContainer2.Panel2.AutoScroll = true; splitContainer2.Panel2.Controls.Add( this.btnRent ); splitContainer2.Panel2.Controls.Add( this.txtBuyer ); splitContainer2.Panel2.Controls.Add( this.labelBuyer ); splitContainer2.Panel2.Controls.Add( this.txtBuyPrice ); splitContainer2.Panel2.Controls.Add( this.labelBuyPrice ); splitContainer2.Panel2.Controls.Add( this.txtBuyDate ); splitContainer2.Panel2.Controls.Add( this.labelBuyDate ); splitContainer2.Panel2.Controls.Add( this.txtReqDate3 ); splitContainer2.Panel2.Controls.Add( this.labelReqDate3 ); splitContainer2.Panel2.Controls.Add( this.txtReq3 ); splitContainer2.Panel2.Controls.Add( this.labelReq3 ); splitContainer2.Panel2.Controls.Add( this.txtReqDate2 ); splitContainer2.Panel2.Controls.Add( this.labelReqDate2 ); splitContainer2.Panel2.Controls.Add( this.txtReq2 ); splitContainer2.Panel2.Controls.Add( this.labelReq2 ); splitContainer2.Panel2.Controls.Add( this.txtReqDate1 ); splitContainer2.Panel2.Controls.Add( this.labelReqDate1 ); splitContainer2.Panel2.Controls.Add( this.txtReq1 ); splitContainer2.Panel2.Controls.Add( this.labelReq1 ); splitContainer2.Panel2.Controls.Add( this.txtArchiveNo ); splitContainer2.Panel2.Controls.Add( this.labelArchiveNo ); splitContainer2.Panel2.Controls.Add( this.txtArchive ); splitContainer2.Panel2.Controls.Add( this.labelArchive ); splitContainer2.Panel2.Controls.Add( this.txtProducerNo ); splitContainer2.Panel2.Controls.Add( this.labelProducerNo ); splitContainer2.Panel2.Controls.Add( this.txtProducer ); splitContainer2.Panel2.Controls.Add( this.labelProducer ); splitContainer2.Panel2.Controls.Add( this.txtAsessory ); splitContainer2.Panel2.Controls.Add( this.label11 ); splitContainer2.Panel2.Controls.Add( this.txtPrice ); splitContainer2.Panel2.Controls.Add( this.label9 ); splitContainer2.Panel2.Controls.Add( this.txtColor ); splitContainer2.Panel2.Controls.Add( this.label10 ); splitContainer2.Panel2.Controls.Add( this.txtAreaNo ); splitContainer2.Panel2.Controls.Add( this.label7 ); splitContainer2.Panel2.Controls.Add( this.txtCategory ); splitContainer2.Panel2.Controls.Add( this.label8 ); splitContainer2.Panel2.Controls.Add( this.txtArea ); splitContainer2.Panel2.Controls.Add( this.label6 ); splitContainer2.Panel2.Controls.Add( this.txtDept ); splitContainer2.Panel2.Controls.Add( this.label5 ); splitContainer2.Panel2.Controls.Add( this.pbPhoto ); splitContainer2.Size = new System.Drawing.Size( 804, 709 ); splitContainer2.SplitterDistance = 292; splitContainer2.TabIndex = 0; // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.AllowUserToOrderColumns = true; this.dataGridView.AllowUserToResizeRows = false; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))) ); this.dataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; this.dataGridView.AutoGenerateColumns = false; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange( new System.Windows.Forms.DataGridViewColumn[] { this.clmnID, this.clmnDept, this.clmnArea, this.clmnAreaNo, this.clmnCate, this.clmnColor, this.clmnPrice, this.clmnAccsry} ); this.dataGridView.DataMember = "WedDress"; this.dataGridView.DataSource = this.dsDress; this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView.Location = new System.Drawing.Point( 0, 0 ); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; this.dataGridView.ReadOnly = true; this.dataGridView.RowHeadersVisible = false; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb( ((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))) ); this.dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dataGridView.RowTemplate.Height = 23; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView.Size = new System.Drawing.Size( 802, 290 ); this.dataGridView.StandardTab = true; this.dataGridView.TabIndex = 0; this.dataGridView.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler( this.dataGridView_CellMouseDoubleClick ); this.dataGridView.SelectionChanged += new System.EventHandler( this.dataGridView_SelectionChanged ); // // clmnID // this.clmnID.DataPropertyName = "ID"; this.clmnID.HeaderText = "ID"; this.clmnID.Name = "clmnID"; this.clmnID.ReadOnly = true; this.clmnID.Visible = false; // // clmnDept // this.clmnDept.DataPropertyName = "部门"; this.clmnDept.HeaderText = "部门"; this.clmnDept.Name = "clmnDept"; this.clmnDept.ReadOnly = true; this.clmnDept.Width = 90; // // clmnArea // this.clmnArea.DataPropertyName = "区域"; this.clmnArea.HeaderText = "区域"; this.clmnArea.Name = "clmnArea"; this.clmnArea.ReadOnly = true; this.clmnArea.Width = 90; // // clmnAreaNo // this.clmnAreaNo.DataPropertyName = "区域号"; this.clmnAreaNo.HeaderText = "区域号"; this.clmnAreaNo.Name = "clmnAreaNo"; this.clmnAreaNo.ReadOnly = true; this.clmnAreaNo.Width = 90; // // clmnCate // this.clmnCate.DataPropertyName = "类别"; this.clmnCate.HeaderText = "类别"; this.clmnCate.Name = "clmnCate"; this.clmnCate.ReadOnly = true; this.clmnCate.Width = 90; // // clmnColor // this.clmnColor.DataPropertyName = "颜色"; this.clmnColor.HeaderText = "颜色"; this.clmnColor.Name = "clmnColor"; this.clmnColor.ReadOnly = true; this.clmnColor.Width = 90; // // clmnPrice // this.clmnPrice.DataPropertyName = "售价"; this.clmnPrice.HeaderText = "售价"; this.clmnPrice.Name = "clmnPrice"; this.clmnPrice.ReadOnly = true; this.clmnPrice.Width = 90; // // clmnAccsry // this.clmnAccsry.DataPropertyName = "配件"; this.clmnAccsry.HeaderText = "配件"; this.clmnAccsry.Name = "clmnAccsry"; this.clmnAccsry.ReadOnly = true; this.clmnAccsry.Width = 230; // // dsDress // this.dsDress.DataSetName = "dsDress"; this.dsDress.Tables.AddRange( new System.Data.DataTable[] { this.WedDress} ); // // WedDress // this.WedDress.TableName = "WedDress"; // // btnRent // this.btnRent.Location = new System.Drawing.Point( 615, 385 ); this.btnRent.Name = "btnRent"; this.btnRent.Size = new System.Drawing.Size( 171, 23 ); this.btnRent.TabIndex = 41; this.btnRent.Text = "出件(&T)..."; this.btnRent.UseVisualStyleBackColor = true; this.btnRent.Click += new System.EventHandler( this.btnRent_Click ); // // txtBuyer // this.txtBuyer.BackColor = System.Drawing.Color.White; this.txtBuyer.ForeColor = System.Drawing.SystemColors.WindowText; this.txtBuyer.Location = new System.Drawing.Point( 370, 385 ); this.txtBuyer.Name = "txtBuyer"; this.txtBuyer.ReadOnly = true; this.txtBuyer.Size = new System.Drawing.Size( 172, 21 ); this.txtBuyer.TabIndex = 40; this.txtBuyer.Visible = false; // // labelBuyer // this.labelBuyer.AutoSize = true; this.labelBuyer.ForeColor = System.Drawing.Color.Red; this.labelBuyer.Location = new System.Drawing.Point( 320, 390 ); this.labelBuyer.Name = "labelBuyer"; this.labelBuyer.Size = new System.Drawing.Size( 47, 12 ); this.labelBuyer.TabIndex = 39; this.labelBuyer.Text = "订货人:"; this.labelBuyer.Visible = false; // // txtBuyPrice // this.txtBuyPrice.BackColor = System.Drawing.Color.White; this.txtBuyPrice.ForeColor = System.Drawing.SystemColors.WindowText; this.txtBuyPrice.Location = new System.Drawing.Point( 614, 351 ); this.txtBuyPrice.Name = "txtBuyPrice"; this.txtBuyPrice.ReadOnly = true; this.txtBuyPrice.Size = new System.Drawing.Size( 172, 21 ); this.txtBuyPrice.TabIndex = 38; this.txtBuyPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtBuyPrice.Visible = false; // // labelBuyPrice // this.labelBuyPrice.AutoSize = true; this.labelBuyPrice.ForeColor = System.Drawing.Color.Red; this.labelBuyPrice.Location = new System.Drawing.Point( 576, 356 ); this.labelBuyPrice.Name = "labelBuyPrice"; this.labelBuyPrice.Size = new System.Drawing.Size( 35, 12 ); this.labelBuyPrice.TabIndex = 37; this.labelBuyPrice.Text = "进价:"; this.labelBuyPrice.Visible = false; // // txtBuyDate // this.txtBuyDate.BackColor = System.Drawing.Color.White; this.txtBuyDate.ForeColor = System.Drawing.SystemColors.WindowText; this.txtBuyDate.Location = new System.Drawing.Point( 370, 351 ); this.txtBuyDate.Name = "txtBuyDate"; this.txtBuyDate.ReadOnly = true; this.txtBuyDate.Size = new System.Drawing.Size( 172, 21 ); this.txtBuyDate.TabIndex = 36; this.txtBuyDate.Visible = false; // // labelBuyDate // this.labelBuyDate.AutoSize = true; this.labelBuyDate.ForeColor = System.Drawing.Color.Red; this.labelBuyDate.Location = new System.Drawing.Point( 308, 356 ); this.labelBuyDate.Name = "labelBuyDate"; this.labelBuyDate.Size = new System.Drawing.Size( 59, 12 ); this.labelBuyDate.TabIndex = 35; this.labelBuyDate.Text = "进货日期:"; this.labelBuyDate.Visible = false; // // txtReqDate3 // this.txtReqDate3.BackColor = System.Drawing.Color.White; this.txtReqDate3.ForeColor = System.Drawing.SystemColors.WindowText; this.txtReqDate3.Location = new System.Drawing.Point( 614, 316 ); this.txtReqDate3.Name = "txtReqDate3"; this.txtReqDate3.ReadOnly = true; this.txtReqDate3.Size = new System.Drawing.Size( 172, 21 ); this.txtReqDate3.TabIndex = 34; this.txtReqDate3.Visible = false; // // labelReqDate3 // this.labelReqDate3.AutoSize = true; this.labelReqDate3.ForeColor = System.Drawing.Color.Blue; this.labelReqDate3.Location = new System.Drawing.Point( 570, 321 ); this.labelReqDate3.Name = "labelReqDate3"; this.labelReqDate3.Size = new System.Drawing.Size( 41, 12 ); this.labelReqDate3.TabIndex = 33; this.labelReqDate3.Text = "日期3:"; this.labelReqDate3.Visible = false; // // txtReq3 // this.txtReq3.BackColor = System.Drawing.Color.White; this.txtReq3.ForeColor = System.Drawing.SystemColors.WindowText; this.txtReq3.Location = new System.Drawing.Point( 370, 316 ); this.txtReq3.Name = "txtReq3"; this.txtReq3.ReadOnly = true; this.txtReq3.Size = new System.Drawing.Size( 172, 21 ); this.txtReq3.TabIndex = 32; this.txtReq3.Visible = false; // // labelReq3 // this.labelReq3.AutoSize = true; this.labelReq3.ForeColor = System.Drawing.Color.Blue; this.labelReq3.Location = new System.Drawing.Point( 314, 321 ); this.labelReq3.Name = "labelReq3"; this.labelReq3.Size = new System.Drawing.Size( 53, 12 ); this.labelReq3.TabIndex = 31; this.labelReq3.Text = "调拨单3:"; this.labelReq3.Visible = false; // // txtReqDate2 // this.txtReqDate2.BackColor = System.Drawing.Color.White; this.txtReqDate2.ForeColor = System.Drawing.SystemColors.WindowText; this.txtReqDate2.Location = new System.Drawing.Point( 614, 282 ); this.txtReqDate2.Name = "txtReqDate2"; this.txtReqDate2.ReadOnly = true; this.txtReqDate2.Size = new System.Drawing.Size( 172, 21 ); this.txtReqDate2.TabIndex = 30; this.txtReqDate2.Visible = false; // // labelReqDate2 // this.labelReqDate2.AutoSize = true; this.labelReqDate2.ForeColor = System.Drawing.Color.Blue; this.labelReqDate2.Location = new System.Drawing.Point( 570, 287 ); this.labelReqDate2.Name = "labelReqDate2"; this.labelReqDate2.Size = new System.Drawing.Size( 41, 12 ); this.labelReqDate2.TabIndex = 29; this.labelReqDate2.Text = "日期2:"; this.labelReqDate2.Visible = false; // // txtReq2 // this.txtReq2.BackColor = System.Drawing.Color.White; this.txtReq2.ForeColor = System.Drawing.SystemColors.WindowText; this.txtReq2.Location = new System.Drawing.Point( 370, 282 ); this.txtReq2.Name = "txtReq2"; this.txtReq2.ReadOnly = true; this.txtReq2.Size = new System.Drawing.Size( 172, 21 ); this.txtReq2.TabIndex = 28; this.txtReq2.Visible = false; // // labelReq2 // this.labelReq2.AutoSize = true; this.labelReq2.ForeColor = System.Drawing.Color.Blue; this.labelReq2.Location = new System.Drawing.Point( 314, 287 ); this.labelReq2.Name = "labelReq2"; this.labelReq2.Size = new System.Drawing.Size( 53, 12 ); this.labelReq2.TabIndex = 27; this.labelReq2.Text = "调拨单2:"; this.labelReq2.Visible = false; // // txtReqDate1 // this.txtReqDate1.BackColor = System.Drawing.Color.White; this.txtReqDate1.ForeColor = System.Drawing.SystemColors.WindowText; this.txtReqDate1.Location = new System.Drawing.Point( 614, 247 ); this.txtReqDate1.Name = "txtReqDate1"; this.txtReqDate1.ReadOnly = true; this.txtReqDate1.Size = new System.Drawing.Size( 172, 21 ); this.txtReqDate1.TabIndex = 26; this.txtReqDate1.Visible = false; // // labelReqDate1 // this.labelReqDate1.AutoSize = true; this.labelReqDate1.ForeColor = System.Drawing.Color.Blue; this.labelReqDate1.Location = new System.Drawing.Point( 570, 252 ); this.labelReqDate1.Name = "labelReqDate1"; this.labelReqDate1.Size = new System.Drawing.Size( 41, 12 ); this.labelReqDate1.TabIndex = 25; this.labelReqDate1.Text = "日期1:"; this.labelReqDate1.Visible = false; // // txtReq1 // this.txtReq1.BackColor = System.Drawing.Color.White; this.txtReq1.ForeColor = System.Drawing.SystemColors.WindowText; this.txtReq1.Location = new System.Drawing.Point( 370, 247 ); this.txtReq1.Name = "txtReq1"; this.txtReq1.ReadOnly = true; this.txtReq1.Size = new System.Drawing.Size( 172, 21 ); this.txtReq1.TabIndex = 24; this.txtReq1.Visible = false; // // labelReq1 // this.labelReq1.AutoSize = true; this.labelReq1.ForeColor = System.Drawing.Color.Blue; this.labelReq1.Location = new System.Drawing.Point( 314, 252 ); this.labelReq1.Name = "labelReq1"; this.labelReq1.Size = new System.Drawing.Size( 53, 12 ); this.labelReq1.TabIndex = 23; this.labelReq1.Text = "调拨单1:"; this.labelReq1.Visible = false; // // txtArchiveNo // this.txtArchiveNo.BackColor = System.Drawing.Color.White; this.txtArchiveNo.ForeColor = System.Drawing.SystemColors.WindowText; this.txtArchiveNo.Location = new System.Drawing.Point( 614, 213 ); this.txtArchiveNo.Name = "txtArchiveNo"; this.txtArchiveNo.ReadOnly = true; this.txtArchiveNo.Size = new System.Drawing.Size( 172, 21 ); this.txtArchiveNo.TabIndex = 22; this.txtArchiveNo.Visible = false; // // labelArchiveNo // this.labelArchiveNo.AutoSize = true; this.labelArchiveNo.ForeColor = System.Drawing.Color.Blue; this.labelArchiveNo.Location = new System.Drawing.Point( 552, 218 ); this.labelArchiveNo.Name = "labelArchiveNo"; this.labelArchiveNo.Size = new System.Drawing.Size( 59, 12 ); this.labelArchiveNo.TabIndex = 21; this.labelArchiveNo.Text = "资料卡号:"; this.labelArchiveNo.Visible = false; // // txtArchive // this.txtArchive.BackColor = System.Drawing.Color.White; this.txtArchive.ForeColor = System.Drawing.SystemColors.WindowText; this.txtArchive.Location = new System.Drawing.Point( 370, 213 ); this.txtArchive.Name = "txtArchive"; this.txtArchive.ReadOnly = true; this.txtArchive.Size = new System.Drawing.Size( 172, 21 ); this.txtArchive.TabIndex = 20; this.txtArchive.Visible = false; // // labelArchive // this.labelArchive.AutoSize = true; this.labelArchive.ForeColor = System.Drawing.Color.Blue; this.labelArchive.Location = new System.Drawing.Point( 308, 218 ); this.labelArchive.Name = "labelArchive"; this.labelArchive.Size = new System.Drawing.Size( 59, 12 ); this.labelArchive.TabIndex = 19; this.labelArchive.Text = "入档日期:"; this.labelArchive.Visible = false; // // txtProducerNo // this.txtProducerNo.BackColor = System.Drawing.Color.White; this.txtProducerNo.ForeColor = System.Drawing.SystemColors.WindowText; this.txtProducerNo.Location = new System.Drawing.Point( 614, 178 ); this.txtProducerNo.Name = "txtProducerNo"; this.txtProducerNo.ReadOnly = true; this.txtProducerNo.Size = new System.Drawing.Size( 172, 21 ); this.txtProducerNo.TabIndex = 18; this.txtProducerNo.Visible = false; // // labelProducerNo // this.labelProducerNo.AutoSize = true; this.labelProducerNo.ForeColor = System.Drawing.Color.Blue; this.labelProducerNo.Location = new System.Drawing.Point( 564, 183 ); this.labelProducerNo.Name = "labelProducerNo"; this.labelProducerNo.Size = new System.Drawing.Size( 47, 12 ); this.labelProducerNo.TabIndex = 17; this.labelProducerNo.Text = "厂商号:"; this.labelProducerNo.Visible = false; // // txtProducer // this.txtProducer.BackColor = System.Drawing.Color.White; this.txtProducer.ForeColor = System.Drawing.SystemColors.WindowText; this.txtProducer.Location = new System.Drawing.Point( 370, 178 ); this.txtProducer.Name = "txtProducer"; this.txtProducer.ReadOnly = true; this.txtProducer.Size = new System.Drawing.Size( 172, 21 ); this.txtProducer.TabIndex = 16; this.txtProducer.Visible = false; // // labelProducer // this.labelProducer.AutoSize = true; this.labelProducer.ForeColor = System.Drawing.Color.Blue; this.labelProducer.Location = new System.Drawing.Point( 332, 183 ); this.labelProducer.Name = "labelProducer"; this.labelProducer.Size = new System.Drawing.Size( 35, 12 ); this.labelProducer.TabIndex = 15; this.labelProducer.Text = "厂商:"; this.labelProducer.Visible = false; // // txtAsessory // this.txtAsessory.BackColor = System.Drawing.Color.White; this.txtAsessory.Location = new System.Drawing.Point( 370, 121 ); this.txtAsessory.Multiline = true; this.txtAsessory.Name = "txtAsessory"; this.txtAsessory.ReadOnly = true; this.txtAsessory.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtAsessory.Size = new System.Drawing.Size( 416, 44 ); this.txtAsessory.TabIndex = 14; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point( 332, 126 ); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size( 35, 12 ); this.label11.TabIndex = 13; this.label11.Text = "配件:"; // // txtPrice // this.txtPrice.BackColor = System.Drawing.Color.White; this.txtPrice.Location = new System.Drawing.Point( 614, 86 ); this.txtPrice.Name = "txtPrice"; this.txtPrice.ReadOnly = true; this.txtPrice.Size = new System.Drawing.Size( 172, 21 ); this.txtPrice.TabIndex = 12; this.txtPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point( 576, 91 ); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size( 35, 12 ); this.label9.TabIndex = 11; this.label9.Text = "售价:"; // // txtColor // this.txtColor.BackColor = System.Drawing.Color.White; this.txtColor.Location = new System.Drawing.Point( 370, 86 ); this.txtColor.Name = "txtColor"; this.txtColor.ReadOnly = true; this.txtColor.Size = new System.Drawing.Size( 172, 21 ); this.txtColor.TabIndex = 10; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point( 332, 91 ); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size( 35, 12 ); this.label10.TabIndex = 9; this.label10.Text = "颜色:"; // // txtAreaNo // this.txtAreaNo.BackColor = System.Drawing.Color.White; this.txtAreaNo.Location = new System.Drawing.Point( 614, 51 ); this.txtAreaNo.Name = "txtAreaNo"; this.txtAreaNo.ReadOnly = true; this.txtAreaNo.Size = new System.Drawing.Size( 172, 21 ); this.txtAreaNo.TabIndex = 8; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point( 564, 56 ); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size( 47, 12 ); this.label7.TabIndex = 7; this.label7.Text = "区域号:"; // // txtCategory // this.txtCategory.BackColor = System.Drawing.Color.White; this.txtCategory.Location = new System.Drawing.Point( 370, 51 ); this.txtCategory.Name = "txtCategory"; this.txtCategory.ReadOnly = true; this.txtCategory.Size = new System.Drawing.Size( 172, 21 ); this.txtCategory.TabIndex = 6; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point( 332, 56 ); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size( 35, 12 ); this.label8.TabIndex = 5; this.label8.Text = "类别:"; // // txtArea // this.txtArea.BackColor = System.Drawing.Color.White; this.txtArea.Location = new System.Drawing.Point( 614, 16 ); this.txtArea.Name = "txtArea"; this.txtArea.ReadOnly = true; this.txtArea.Size = new System.Drawing.Size( 172, 21 ); this.txtArea.TabIndex = 4; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point( 576, 21 ); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size( 35, 12 ); this.label6.TabIndex = 3; this.label6.Text = "区域:"; // // txtDept // this.txtDept.BackColor = System.Drawing.Color.White; this.txtDept.Location = new System.Drawing.Point( 370, 16 ); this.txtDept.Name = "txtDept"; this.txtDept.ReadOnly = true; this.txtDept.Size = new System.Drawing.Size( 172, 21 ); this.txtDept.TabIndex = 2; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point( 332, 21 ); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size( 35, 12 ); this.label5.TabIndex = 1; this.label5.Text = "部门:"; // // pbPhoto // this.pbPhoto.ErrorImage = ((System.Drawing.Image)(resources.GetObject( "pbPhoto.ErrorImage" ))); this.pbPhoto.ImageLocation = ""; this.pbPhoto.InitialImage = ((System.Drawing.Image)(resources.GetObject( "pbPhoto.InitialImage" ))); this.pbPhoto.Location = new System.Drawing.Point( 3, 3 ); this.pbPhoto.Name = "pbPhoto"; this.pbPhoto.Size = new System.Drawing.Size( 300, 400 ); this.pbPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbPhoto.TabIndex = 0; this.pbPhoto.TabStop = false; // // lblRent // this.lblRent.AutoSize = true; this.lblRent.FlatStyle = System.Windows.Forms.FlatStyle.System; this.lblRent.Location = new System.Drawing.Point( 24, 357 ); this.lblRent.Name = "lblRent"; this.lblRent.Size = new System.Drawing.Size( 35, 12 ); this.lblRent.TabIndex = 18; this.lblRent.Text = "日期:"; this.lblRent.Visible = false; // // dtRent // this.dtRent.Enabled = false; this.dtRent.Location = new System.Drawing.Point( 67, 353 ); this.dtRent.Name = "dtRent"; this.dtRent.Size = new System.Drawing.Size( 130, 21 ); this.dtRent.TabIndex = 19; this.dtRent.Visible = false; // // btnQueryByRent // this.btnQueryByRent.Enabled = false; this.btnQueryByRent.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnQueryByRent.Location = new System.Drawing.Point( 6, 382 ); this.btnQueryByRent.Name = "btnQueryByRent"; this.btnQueryByRent.Size = new System.Drawing.Size( 191, 25 ); this.btnQueryByRent.TabIndex = 20; this.btnQueryByRent.Text = "按出件日期查询(&U)"; this.btnQueryByRent.UseVisualStyleBackColor = true; this.btnQueryByRent.Visible = false; this.btnQueryByRent.Click += new System.EventHandler( this.btnQueryByRent_Click ); // // MainForm // this.AcceptButton = this.btnQuery; this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size( 1014, 709 ); this.Controls.Add( splitContainer1 ); this.Icon = ((System.Drawing.Icon)(resources.GetObject( "$this.Icon" ))); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "纽约婚纱"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Shown += new System.EventHandler( this.MainForm_Shown ); this.Load += new System.EventHandler( this.MainForm_Load ); splitContainer1.Panel1.ResumeLayout( false ); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout( false ); splitContainer1.ResumeLayout( false ); splitContainer2.Panel1.ResumeLayout( false ); splitContainer2.Panel2.ResumeLayout( false ); splitContainer2.Panel2.PerformLayout(); splitContainer2.ResumeLayout( false ); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsDress)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.WedDress)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbPhoto)).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.components = new System.ComponentModel.Container(); System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.StatusStrip StatusStrip; this.TagTreeView = new System.Windows.Forms.TreeView(); this.PropGrigTag = new System.Windows.Forms.PropertyGrid(); this.PropGridCache = new System.Windows.Forms.PropertyGrid(); this.FileOpen = new System.Windows.Forms.ToolStripMenuItem(); this.StatusProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.StatusProgressCancel = new System.Windows.Forms.ToolStripStatusLabel(); this.StatusProgressText = new System.Windows.Forms.ToolStripStatusLabel(); this.MainMenu = new System.Windows.Forms.MenuStrip(); this.FileMenu = new System.Windows.Forms.ToolStripMenuItem(); this.FileClose = new System.Windows.Forms.ToolStripMenuItem(); this.ToolsMenu = new System.Windows.Forms.ToolStripMenuItem(); this.CacheToolsExtractAll = new System.Windows.Forms.ToolStripMenuItem(); this.CacheToolsExtractAllChecked = new System.Windows.Forms.ToolStripMenuItem(); this.CacheToolsExtractAllUnchecked = new System.Windows.Forms.ToolStripMenuItem(); this.CacheToolsDontOverwrite = new System.Windows.Forms.ToolStripMenuItem(); this.CacheToolsOutputTagDatabase = new System.Windows.Forms.ToolStripMenuItem(); this.OpenFileDlg = new System.Windows.Forms.OpenFileDialog(); this.SaveFileDlg = new System.Windows.Forms.SaveFileDialog(); this.FolderDlg = new System.Windows.Forms.FolderBrowserDialog(); this.MenuTagInstance = new System.Windows.Forms.ContextMenuStrip(this.components); this.MenuTagInstanceExtractAs = new System.Windows.Forms.ToolStripMenuItem(); this.MenuTagInstanceExtractFolder = new System.Windows.Forms.ToolStripMenuItem(); this.MenuTagInstanceExtractFolderAll = new System.Windows.Forms.ToolStripMenuItem(); this.MenuTagInstanceExtractRsrc = new System.Windows.Forms.ToolStripMenuItem(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.bgwTagExtract = new System.ComponentModel.BackgroundWorker(); this.bgwCacheOpen = new System.ComponentModel.BackgroundWorker(); splitContainer1 = new System.Windows.Forms.SplitContainer(); StatusStrip = new System.Windows.Forms.StatusStrip(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); StatusStrip.SuspendLayout(); this.MainMenu.SuspendLayout(); this.MenuTagInstance.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // 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))); splitContainer1.Location = new System.Drawing.Point(0, 27); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.TagTreeView); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.PropGrigTag); splitContainer1.Panel2.Controls.Add(this.PropGridCache); splitContainer1.Size = new System.Drawing.Size(792, 531); splitContainer1.SplitterDistance = 473; splitContainer1.TabIndex = 3; // // TagTreeView // this.TagTreeView.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.TagTreeView.CheckBoxes = true; this.TagTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.TagTreeView.ForeColor = System.Drawing.Color.LightGreen; this.TagTreeView.Location = new System.Drawing.Point(0, 0); this.TagTreeView.Name = "TagTreeView"; this.TagTreeView.Size = new System.Drawing.Size(473, 531); this.TagTreeView.TabIndex = 1; this.TagTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnTagTreeAfterSelect); this.TagTreeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.OnTagTreeBeforeCheck); // // PropGrigTag // this.PropGrigTag.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PropGrigTag.BackColor = System.Drawing.SystemColors.Control; this.PropGrigTag.CommandsBackColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGrigTag.HelpBackColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGrigTag.HelpForeColor = System.Drawing.Color.LightGreen; this.PropGrigTag.LineColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGrigTag.Location = new System.Drawing.Point(0, 310); this.PropGrigTag.Name = "PropGrigTag"; this.PropGrigTag.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.PropGrigTag.Size = new System.Drawing.Size(315, 221); this.PropGrigTag.TabIndex = 3; this.PropGrigTag.ToolbarVisible = false; this.toolTip1.SetToolTip(this.PropGrigTag, "Tag Instance Properties"); this.PropGrigTag.ViewBackColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGrigTag.ViewForeColor = System.Drawing.Color.LightGreen; // // PropGridCache // this.PropGridCache.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PropGridCache.BackColor = System.Drawing.SystemColors.Control; this.PropGridCache.CommandsBackColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGridCache.HelpBackColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGridCache.HelpForeColor = System.Drawing.Color.LightGreen; this.PropGridCache.LineColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGridCache.Location = new System.Drawing.Point(0, 0); this.PropGridCache.Name = "PropGridCache"; this.PropGridCache.PropertySort = System.Windows.Forms.PropertySort.Categorized; this.PropGridCache.Size = new System.Drawing.Size(315, 304); this.PropGridCache.TabIndex = 2; this.PropGridCache.ToolbarVisible = false; this.toolTip1.SetToolTip(this.PropGridCache, "Cache Properties"); this.PropGridCache.ViewBackColor = System.Drawing.SystemColors.ControlDarkDark; this.PropGridCache.ViewForeColor = System.Drawing.Color.LightGreen; // // FileOpen // this.FileOpen.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.FileOpen.ForeColor = System.Drawing.Color.LightGreen; this.FileOpen.Name = "FileOpen"; this.FileOpen.Size = new System.Drawing.Size(152, 22); this.FileOpen.Text = "Open"; this.FileOpen.Click += new System.EventHandler(this.OnFileOpen); // // StatusStrip // StatusStrip.BackColor = System.Drawing.SystemColors.ControlDarkDark; StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.StatusProgressBar, this.StatusProgressCancel, this.StatusProgressText}); StatusStrip.Location = new System.Drawing.Point(0, 561); StatusStrip.Name = "StatusStrip"; StatusStrip.ShowItemToolTips = true; StatusStrip.Size = new System.Drawing.Size(792, 22); StatusStrip.TabIndex = 6; StatusStrip.Text = "StatusStrip"; // // StatusProgressBar // this.StatusProgressBar.Name = "StatusProgressBar"; this.StatusProgressBar.Size = new System.Drawing.Size(200, 16); this.StatusProgressBar.ToolTipText = "Progress of the current task"; // // StatusProgressCancel // this.StatusProgressCancel.Enabled = false; this.StatusProgressCancel.Name = "StatusProgressCancel"; this.StatusProgressCancel.Size = new System.Drawing.Size(64, 17); this.StatusProgressCancel.Text = "Cancel Task"; this.StatusProgressCancel.ToolTipText = "Cancel the current task"; // // StatusProgressText // this.StatusProgressText.Name = "StatusProgressText"; this.StatusProgressText.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.StatusProgressText.Size = new System.Drawing.Size(511, 17); this.StatusProgressText.Spring = true; this.StatusProgressText.Text = "trololo"; this.StatusProgressText.ToolTipText = "Description of the current task"; this.StatusProgressText.Click += new System.EventHandler(this.OnCancelTask); // // MainMenu // this.MainMenu.AllowMerge = false; this.MainMenu.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FileMenu, this.ToolsMenu}); this.MainMenu.Location = new System.Drawing.Point(0, 0); this.MainMenu.Name = "MainMenu"; this.MainMenu.Size = new System.Drawing.Size(792, 24); this.MainMenu.TabIndex = 0; this.MainMenu.Text = "Main Menu"; // // FileMenu // this.FileMenu.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FileOpen, this.FileClose}); this.FileMenu.ForeColor = System.Drawing.Color.LightGreen; this.FileMenu.Name = "FileMenu"; this.FileMenu.Size = new System.Drawing.Size(49, 20); this.FileMenu.Text = "Cache"; // // FileClose // this.FileClose.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.FileClose.Enabled = false; this.FileClose.ForeColor = System.Drawing.Color.LightGreen; this.FileClose.Name = "FileClose"; this.FileClose.Size = new System.Drawing.Size(152, 22); this.FileClose.Text = "Close"; this.FileClose.Click += new System.EventHandler(this.OnFileClose); // // ToolsMenu // this.ToolsMenu.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.ToolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CacheToolsExtractAll, this.CacheToolsDontOverwrite, this.CacheToolsOutputTagDatabase}); this.ToolsMenu.ForeColor = System.Drawing.Color.LightGreen; this.ToolsMenu.Name = "ToolsMenu"; this.ToolsMenu.Size = new System.Drawing.Size(77, 20); this.ToolsMenu.Text = "Cache Tools"; // // CacheToolsExtractAll // this.CacheToolsExtractAll.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.CacheToolsExtractAll.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CacheToolsExtractAllChecked, this.CacheToolsExtractAllUnchecked}); this.CacheToolsExtractAll.Enabled = false; this.CacheToolsExtractAll.ForeColor = System.Drawing.Color.LimeGreen; this.CacheToolsExtractAll.Name = "CacheToolsExtractAll"; this.CacheToolsExtractAll.Size = new System.Drawing.Size(178, 22); this.CacheToolsExtractAll.Text = "Extract All"; this.CacheToolsExtractAll.Click += new System.EventHandler(this.OnTagInstanceExtractAll); // // CacheToolsExtractAllChecked // this.CacheToolsExtractAllChecked.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.CacheToolsExtractAllChecked.ForeColor = System.Drawing.Color.LimeGreen; this.CacheToolsExtractAllChecked.Name = "CacheToolsExtractAllChecked"; this.CacheToolsExtractAllChecked.Size = new System.Drawing.Size(126, 22); this.CacheToolsExtractAllChecked.Text = "Checked"; this.CacheToolsExtractAllChecked.Click += new System.EventHandler(this.OnTagInstanceExtractAll); // // CacheToolsExtractAllUnchecked // this.CacheToolsExtractAllUnchecked.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.CacheToolsExtractAllUnchecked.ForeColor = System.Drawing.Color.LimeGreen; this.CacheToolsExtractAllUnchecked.Name = "CacheToolsExtractAllUnchecked"; this.CacheToolsExtractAllUnchecked.Size = new System.Drawing.Size(126, 22); this.CacheToolsExtractAllUnchecked.Text = "Unchecked"; this.CacheToolsExtractAllUnchecked.Click += new System.EventHandler(this.OnTagInstanceExtractAll); // // CacheToolsDontOverwrite // this.CacheToolsDontOverwrite.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.CacheToolsDontOverwrite.Checked = true; this.CacheToolsDontOverwrite.CheckOnClick = true; this.CacheToolsDontOverwrite.CheckState = System.Windows.Forms.CheckState.Checked; this.CacheToolsDontOverwrite.ForeColor = System.Drawing.Color.LimeGreen; this.CacheToolsDontOverwrite.Name = "CacheToolsDontOverwrite"; this.CacheToolsDontOverwrite.Size = new System.Drawing.Size(178, 22); this.CacheToolsDontOverwrite.Text = "Don\'t overwrite files"; this.CacheToolsDontOverwrite.ToolTipText = "Toggles existing file overwriting behavior"; // // CacheToolsOutputTagDatabase // this.CacheToolsOutputTagDatabase.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.CacheToolsOutputTagDatabase.Checked = true; this.CacheToolsOutputTagDatabase.CheckOnClick = true; this.CacheToolsOutputTagDatabase.CheckState = System.Windows.Forms.CheckState.Checked; this.CacheToolsOutputTagDatabase.ForeColor = System.Drawing.Color.LimeGreen; this.CacheToolsOutputTagDatabase.Name = "CacheToolsOutputTagDatabase"; this.CacheToolsOutputTagDatabase.Size = new System.Drawing.Size(178, 22); this.CacheToolsOutputTagDatabase.Text = "Output tag_database"; this.CacheToolsOutputTagDatabase.ToolTipText = "Toggles the creation of a tag_database when extracting groups of tags"; // // OpenFileDlg // this.OpenFileDlg.Filter = "Cache files (.map)|*.map|All files|*.*"; this.OpenFileDlg.Title = "Open Cache file..."; // // SaveFileDlg // this.SaveFileDlg.Title = "Save File"; // // MenuTagInstance // this.MenuTagInstance.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.MenuTagInstance.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuTagInstanceExtractAs, this.MenuTagInstanceExtractFolder, this.MenuTagInstanceExtractRsrc}); this.MenuTagInstance.Name = "MenuTagInstance"; this.MenuTagInstance.Size = new System.Drawing.Size(163, 70); this.MenuTagInstance.Opening += new System.ComponentModel.CancelEventHandler(this.OnMenuTagInstanceOpening); // // MenuTagInstanceExtractAs // this.MenuTagInstanceExtractAs.ForeColor = System.Drawing.Color.LimeGreen; this.MenuTagInstanceExtractAs.Name = "MenuTagInstanceExtractAs"; this.MenuTagInstanceExtractAs.Size = new System.Drawing.Size(162, 22); this.MenuTagInstanceExtractAs.Text = "Extract As..."; this.MenuTagInstanceExtractAs.ToolTipText = "Extract the tag to a user defined filename"; this.MenuTagInstanceExtractAs.Click += new System.EventHandler(this.OnTagInstanceExtract); // // MenuTagInstanceExtractFolder // this.MenuTagInstanceExtractFolder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuTagInstanceExtractFolderAll}); this.MenuTagInstanceExtractFolder.ForeColor = System.Drawing.Color.LimeGreen; this.MenuTagInstanceExtractFolder.Name = "MenuTagInstanceExtractFolder"; this.MenuTagInstanceExtractFolder.Size = new System.Drawing.Size(162, 22); this.MenuTagInstanceExtractFolder.Text = "Extract to folder"; this.MenuTagInstanceExtractFolder.ToolTipText = "Extract tag to a folder"; this.MenuTagInstanceExtractFolder.Click += new System.EventHandler(this.OnTagInstanceExtract); // // MenuTagInstanceExtractFolderAll // this.MenuTagInstanceExtractFolderAll.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.MenuTagInstanceExtractFolderAll.ForeColor = System.Drawing.Color.LimeGreen; this.MenuTagInstanceExtractFolderAll.Name = "MenuTagInstanceExtractFolderAll"; this.MenuTagInstanceExtractFolderAll.Size = new System.Drawing.Size(156, 22); this.MenuTagInstanceExtractFolderAll.Text = "With dependents"; this.MenuTagInstanceExtractFolderAll.ToolTipText = "Extract the tag to a folder with all its dependents"; this.MenuTagInstanceExtractFolderAll.Click += new System.EventHandler(this.OnTagInstanceExtract); // // MenuTagInstanceExtractRsrc // this.MenuTagInstanceExtractRsrc.ForeColor = System.Drawing.Color.LimeGreen; this.MenuTagInstanceExtractRsrc.Name = "MenuTagInstanceExtractRsrc"; this.MenuTagInstanceExtractRsrc.Size = new System.Drawing.Size(162, 22); this.MenuTagInstanceExtractRsrc.Text = "Extract Resources"; this.MenuTagInstanceExtractRsrc.Click += new System.EventHandler(this.OnTagInstanceExtract); // // bgwTagExtract // this.bgwTagExtract.WorkerReportsProgress = true; this.bgwTagExtract.WorkerSupportsCancellation = true; this.bgwTagExtract.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwTagExtractDoWork); this.bgwTagExtract.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwTagExtractRunWorkerCompleted); this.bgwTagExtract.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgwTagExtractProgressChanged); // // bgwCacheOpen // this.bgwCacheOpen.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwCacheOpenDoWork); this.bgwCacheOpen.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwCacheOpenRunWorkerCompleted); this.bgwCacheOpen.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgwCacheOpenProgressChanged); // // CacheView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.ClientSize = new System.Drawing.Size(792, 583); this.Controls.Add(splitContainer1); this.Controls.Add(this.MainMenu); this.Controls.Add(StatusStrip); this.ForeColor = System.Drawing.Color.LightGreen; this.MainMenuStrip = this.MainMenu; this.Name = "CacheView"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Cache Viewer"; this.Shown += new System.EventHandler(this.OnFormShown); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); StatusStrip.ResumeLayout(false); StatusStrip.PerformLayout(); this.MainMenu.ResumeLayout(false); this.MainMenu.PerformLayout(); this.MenuTagInstance.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.SplitContainer splitContainer; System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TlkDocumentWindow)); this.dataGridView = new System.Windows.Forms.DataGridView(); this.indexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.textDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bindingSource = new System.Windows.Forms.BindingSource(this.components); this.bindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.propertyGridRefreshTimer = new System.Windows.Forms.Timer(this.components); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveTlkFileDialog = new System.Windows.Forms.SaveFileDialog(); splitContainer = new System.Windows.Forms.SplitContainer(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).BeginInit(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.dataGridView); splitContainer.Panel1.Controls.Add(this.bindingNavigator); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.propertyGrid); splitContainer.Size = new System.Drawing.Size(632, 448); splitContainer.SplitterDistance = 457; splitContainer.TabIndex = 0; // // dataGridView // this.dataGridView.AutoGenerateColumns = false; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.indexDataGridViewTextBoxColumn, this.textDataGridViewTextBoxColumn }); this.dataGridView.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Int19h.NeverwinterNights.TwoDATlkEditor.Properties.Settings.Default, "GridFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.dataGridView.DataSource = this.bindingSource; this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView.Font = global::Int19h.NeverwinterNights.TwoDATlkEditor.Properties.Settings.Default.GridFont; this.dataGridView.Location = new System.Drawing.Point(0, 25); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowTemplate.Height = 66; this.dataGridView.Size = new System.Drawing.Size(457, 423); this.dataGridView.TabIndex = 1; this.dataGridView.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dataGridView_UserDeletingRow); // // indexDataGridViewTextBoxColumn // this.indexDataGridViewTextBoxColumn.DataPropertyName = "StrRef"; this.indexDataGridViewTextBoxColumn.Frozen = true; this.indexDataGridViewTextBoxColumn.HeaderText = "StrRef"; this.indexDataGridViewTextBoxColumn.Name = "indexDataGridViewTextBoxColumn"; this.indexDataGridViewTextBoxColumn.ReadOnly = true; this.indexDataGridViewTextBoxColumn.Width = 70; // // textDataGridViewTextBoxColumn // this.textDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.textDataGridViewTextBoxColumn.DataPropertyName = "Text"; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.textDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; this.textDataGridViewTextBoxColumn.HeaderText = "Text"; this.textDataGridViewTextBoxColumn.Name = "textDataGridViewTextBoxColumn"; // // bindingSource // this.bindingSource.DataSource = typeof(Int19h.NeverwinterNights.Tlk.TlkEntry); this.bindingSource.CurrentChanged += new System.EventHandler(this.bindingSource_CurrentChanged); this.bindingSource.CurrentItemChanged += new System.EventHandler(this.bindingSource_CurrentItemChanged); // // bindingNavigator // this.bindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.bindingNavigator.BindingSource = this.bindingSource; this.bindingNavigator.CountItem = this.bindingNavigatorCountItem; this.bindingNavigator.DeleteItem = null; this.bindingNavigator.Location = new System.Drawing.Point(0, 0); this.bindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.bindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.bindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.bindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.bindingNavigator.Name = "bindingNavigator"; this.bindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.bindingNavigator.Size = new System.Drawing.Size(457, 25); this.bindingNavigator.TabIndex = 0; this.bindingNavigator.Text = "bindingNavigator1"; // // bindingNavigatorAddNewItem // this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorAddNewItem.Text = "Add new"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22); this.bindingNavigatorCountItem.Text = "of {0}"; this.bindingNavigatorCountItem.ToolTipText = "Total number of items"; // // bindingNavigatorMoveFirstItem // this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveFirstItem.Text = "Move first"; // // bindingNavigatorMoveLastItem // this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveLastItem.Text = "Move last"; // // bindingNavigatorMoveNextItem // this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMoveNextItem.Text = "Move next"; // // bindingNavigatorMovePreviousItem // this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorMovePreviousItem.Text = "Move previous"; // // bindingNavigatorPositionItem // this.bindingNavigatorPositionItem.AccessibleName = "Position"; this.bindingNavigatorPositionItem.AutoSize = false; this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Current position"; // // propertyGrid // this.propertyGrid.DataBindings.Add(new System.Windows.Forms.Binding("Font", global::Int19h.NeverwinterNights.TwoDATlkEditor.Properties.Settings.Default, "GridFont", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.Font = global::Int19h.NeverwinterNights.TwoDATlkEditor.Properties.Settings.Default.GridFont; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(171, 448); this.propertyGrid.TabIndex = 0; // // bindingNavigatorSeparator // this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); // // bindingNavigatorDeleteItem // this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image"))); this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem"; this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22); this.bindingNavigatorDeleteItem.Text = "Delete"; this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click); // // propertyGridRefreshTimer // this.propertyGridRefreshTimer.Interval = 1; this.propertyGridRefreshTimer.Tick += new System.EventHandler(this.propertyGridRefreshTimer_Tick); // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem }); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(632, 24); this.menuStrip.TabIndex = 1; this.menuStrip.Text = "menuStrip1"; this.menuStrip.Visible = false; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveToolStripMenuItem, this.saveAsToolStripMenuItem }); this.fileToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.MatchOnly; this.fileToolStripMenuItem.MergeIndex = 0; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // saveToolStripMenuItem // this.saveToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.saveToolStripMenuItem.MergeIndex = 1; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.saveAsToolStripMenuItem.MergeIndex = 2; this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.saveAsToolStripMenuItem.Text = "Save &As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.redoToolStripMenuItem }); this.editToolStripMenuItem.MergeAction = System.Windows.Forms.MergeAction.Insert; this.editToolStripMenuItem.MergeIndex = 1; this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.editToolStripMenuItem.Text = "&Edit"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.undoToolStripMenuItem.Text = "&Undo"; this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); // // redoToolStripMenuItem // this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.redoToolStripMenuItem.Text = "&Redo"; this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); // // saveTlkFileDialog // this.saveTlkFileDialog.DefaultExt = "tlk"; this.saveTlkFileDialog.Filter = "TLK files|*.tlk|All files|*.*"; // // TlkDocumentWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(632, 448); this.Controls.Add(this.menuStrip); this.Controls.Add(splitContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "TlkDocumentWindow"; this.Text = "TlkDocumentWindow"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TlkDocumentWindow_FormClosing); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout(false); splitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator)).EndInit(); this.menuStrip.ResumeLayout(false); this.menuStrip.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() { System.Windows.Forms.MenuStrip menuStrip1; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.SplitContainer splitContainer; System.Windows.Forms.GroupBox filterOptionsGroupBox; System.Windows.Forms.Label filterDirectionLabel; this.captureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importExportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.messagesListView = new System.Windows.Forms.ListView(); this.itemNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.messageIDColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.directionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.messageNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.filterUserTextTextBox = new System.Windows.Forms.TextBox(); this.filterDirectionOutRadioButton = new System.Windows.Forms.RadioButton(); this.filterDirectionInRadioButton = new System.Windows.Forms.RadioButton(); this.filterDirectionAnyRadioButton = new System.Windows.Forms.RadioButton(); this.messageExplorerTreeView = new System.Windows.Forms.TreeView(); this.startCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stopCaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); filterOptionsGroupBox = new System.Windows.Forms.GroupBox(); filterDirectionLabel = new System.Windows.Forms.Label(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); filterOptionsGroupBox.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(904, 24); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.captureToolStripMenuItem, this.importExportToolStripMenuItem, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); fileToolStripMenuItem.Text = "&File"; // // captureToolStripMenuItem // this.captureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.startCaptureToolStripMenuItem, this.stopCaptureToolStripMenuItem}); this.captureToolStripMenuItem.Name = "captureToolStripMenuItem"; this.captureToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.captureToolStripMenuItem.Text = "&Capture"; // // importExportToolStripMenuItem // this.importExportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.importMessagesToolStripMenuItem, this.exportMessagesToolStripMenuItem}); this.importExportToolStripMenuItem.Name = "importExportToolStripMenuItem"; this.importExportToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.importExportToolStripMenuItem.Text = "&Import/Export"; // // importMessagesToolStripMenuItem // this.importMessagesToolStripMenuItem.Name = "importMessagesToolStripMenuItem"; this.importMessagesToolStripMenuItem.Size = new System.Drawing.Size(173, 22); this.importMessagesToolStripMenuItem.Text = "Import Messages..."; this.importMessagesToolStripMenuItem.Click += new System.EventHandler(this.OnImportMenuItemClicked); // // exportMessagesToolStripMenuItem // this.exportMessagesToolStripMenuItem.Name = "exportMessagesToolStripMenuItem"; this.exportMessagesToolStripMenuItem.Size = new System.Drawing.Size(173, 22); this.exportMessagesToolStripMenuItem.Text = "Export Messages..."; this.exportMessagesToolStripMenuItem.Click += new System.EventHandler(this.OnExportMenuItemClicked); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.OnExitMenuItemClicked); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 24); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.messagesListView); splitContainer.Panel1.Controls.Add(filterOptionsGroupBox); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.messageExplorerTreeView); splitContainer.Size = new System.Drawing.Size(904, 437); splitContainer.SplitterDistance = 301; splitContainer.TabIndex = 1; // // messagesListView // this.messagesListView.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.messagesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.itemNameColumnHeader, this.messageIDColumn, this.directionColumnHeader, this.messageNameColumnHeader}); this.messagesListView.FullRowSelect = true; this.messagesListView.GridLines = true; this.messagesListView.Location = new System.Drawing.Point(13, 79); this.messagesListView.MultiSelect = false; this.messagesListView.Name = "messagesListView"; this.messagesListView.Size = new System.Drawing.Size(285, 346); this.messagesListView.TabIndex = 1; this.messagesListView.UseCompatibleStateImageBehavior = false; this.messagesListView.View = System.Windows.Forms.View.Details; this.messagesListView.SelectedIndexChanged += new System.EventHandler(this.OnMessagesListViewSelectedIndexChanged); // // itemNameColumnHeader // this.itemNameColumnHeader.Width = 0; // // messageIDColumn // this.messageIDColumn.Text = "#"; this.messageIDColumn.Width = 80; // // directionColumnHeader // this.directionColumnHeader.Text = "Direction"; this.directionColumnHeader.Width = 54; // // messageNameColumnHeader // this.messageNameColumnHeader.Text = "Message"; this.messageNameColumnHeader.Width = 140; // // filterOptionsGroupBox // filterOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); filterOptionsGroupBox.Controls.Add(this.filterUserTextTextBox); filterOptionsGroupBox.Controls.Add(this.filterDirectionOutRadioButton); filterOptionsGroupBox.Controls.Add(this.filterDirectionInRadioButton); filterOptionsGroupBox.Controls.Add(this.filterDirectionAnyRadioButton); filterOptionsGroupBox.Controls.Add(filterDirectionLabel); filterOptionsGroupBox.Location = new System.Drawing.Point(13, 4); filterOptionsGroupBox.Name = "filterOptionsGroupBox"; filterOptionsGroupBox.Size = new System.Drawing.Size(285, 68); filterOptionsGroupBox.TabIndex = 0; filterOptionsGroupBox.TabStop = false; filterOptionsGroupBox.Text = "Filter"; // // filterUserTextTextBox // this.filterUserTextTextBox.ForeColor = System.Drawing.SystemColors.InactiveCaption; this.filterUserTextTextBox.Location = new System.Drawing.Point(6, 42); this.filterUserTextTextBox.Name = "filterUserTextTextBox"; this.filterUserTextTextBox.Size = new System.Drawing.Size(273, 20); this.filterUserTextTextBox.TabIndex = 4; this.filterUserTextTextBox.Text = "Search..."; this.filterUserTextTextBox.TextChanged += new System.EventHandler(this.OnFilterUserTextChanged); this.filterUserTextTextBox.Enter += new System.EventHandler(this.OnFilterUserTextTextBoxEnter); this.filterUserTextTextBox.Leave += new System.EventHandler(this.OnFilterUserTextTextBoxLeave); // // filterDirectionOutRadioButton // this.filterDirectionOutRadioButton.AutoSize = true; this.filterDirectionOutRadioButton.Location = new System.Drawing.Point(169, 19); this.filterDirectionOutRadioButton.Name = "filterDirectionOutRadioButton"; this.filterDirectionOutRadioButton.Size = new System.Drawing.Size(42, 17); this.filterDirectionOutRadioButton.TabIndex = 3; this.filterDirectionOutRadioButton.TabStop = true; this.filterDirectionOutRadioButton.Text = "Out"; this.filterDirectionOutRadioButton.UseVisualStyleBackColor = true; this.filterDirectionOutRadioButton.CheckedChanged += new System.EventHandler(this.OnFilterRadioButtonCheckedChanged); // // filterDirectionInRadioButton // this.filterDirectionInRadioButton.AutoSize = true; this.filterDirectionInRadioButton.Location = new System.Drawing.Point(128, 19); this.filterDirectionInRadioButton.Name = "filterDirectionInRadioButton"; this.filterDirectionInRadioButton.Size = new System.Drawing.Size(34, 17); this.filterDirectionInRadioButton.TabIndex = 2; this.filterDirectionInRadioButton.TabStop = true; this.filterDirectionInRadioButton.Text = "In"; this.filterDirectionInRadioButton.UseVisualStyleBackColor = true; this.filterDirectionInRadioButton.CheckedChanged += new System.EventHandler(this.OnFilterRadioButtonCheckedChanged); // // filterDirectionAnyRadioButton // this.filterDirectionAnyRadioButton.AutoSize = true; this.filterDirectionAnyRadioButton.Location = new System.Drawing.Point(65, 19); this.filterDirectionAnyRadioButton.Name = "filterDirectionAnyRadioButton"; this.filterDirectionAnyRadioButton.Size = new System.Drawing.Size(56, 17); this.filterDirectionAnyRadioButton.TabIndex = 1; this.filterDirectionAnyRadioButton.TabStop = true; this.filterDirectionAnyRadioButton.Text = "In/Out"; this.filterDirectionAnyRadioButton.UseVisualStyleBackColor = true; this.filterDirectionAnyRadioButton.CheckedChanged += new System.EventHandler(this.OnFilterRadioButtonCheckedChanged); // // filterDirectionLabel // filterDirectionLabel.AutoSize = true; filterDirectionLabel.Location = new System.Drawing.Point(7, 21); filterDirectionLabel.Name = "filterDirectionLabel"; filterDirectionLabel.Size = new System.Drawing.Size(52, 13); filterDirectionLabel.TabIndex = 0; filterDirectionLabel.Text = "Direction:"; // // messageExplorerTreeView // this.messageExplorerTreeView.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.messageExplorerTreeView.Location = new System.Drawing.Point(3, 3); this.messageExplorerTreeView.Name = "messageExplorerTreeView"; this.messageExplorerTreeView.Size = new System.Drawing.Size(584, 422); this.messageExplorerTreeView.TabIndex = 0; // // startCaptureToolStripMenuItem // this.startCaptureToolStripMenuItem.Name = "startCaptureToolStripMenuItem"; this.startCaptureToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.startCaptureToolStripMenuItem.Text = "&Start"; this.startCaptureToolStripMenuItem.Click += new System.EventHandler(this.OnStartCaptureMenuItemClicked); // // stopCaptureToolStripMenuItem // this.stopCaptureToolStripMenuItem.Name = "stopCaptureToolStripMenuItem"; this.stopCaptureToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.stopCaptureToolStripMenuItem.Text = "S&top"; this.stopCaptureToolStripMenuItem.Click += new System.EventHandler(this.OnStopCaptureMenuItemClicked); // // InterceptionSessionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(904, 461); this.Controls.Add(splitContainer); this.Controls.Add(menuStrip1); this.MainMenuStrip = menuStrip1; this.Name = "InterceptionSessionForm"; this.Text = "Team Rocket Proxy"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); filterOptionsGroupBox.ResumeLayout(false); filterOptionsGroupBox.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() { System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.MenuStrip mainMenuStrip; System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; this.pictureBox = new System.Windows.Forms.PictureBox(); this.treeViewSubTextures = new System.Windows.Forms.TreeView(); this.toolStripSubTextures = new System.Windows.Forms.ToolStrip(); this.toolStripSubTextureAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSubTextureRemove = new System.Windows.Forms.ToolStripButton(); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.addTextureDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.packToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); mainMenuStrip = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.toolStripSubTextures.SuspendLayout(); mainMenuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 25); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.AutoScroll = true; splitContainer1.Panel1.Controls.Add(this.pictureBox); splitContainer1.Panel1.SizeChanged += new System.EventHandler(this.LeftPanel_SizeChanged); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(608, 373); splitContainer1.SplitterDistance = 309; splitContainer1.TabIndex = 0; splitContainer1.TabStop = false; // // pictureBox // this.pictureBox.Location = new System.Drawing.Point(0, 0); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(0, 0); this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.treeViewSubTextures); splitContainer2.Panel1.Controls.Add(this.toolStripSubTextures); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.propertyGrid); splitContainer2.Size = new System.Drawing.Size(293, 371); splitContainer2.SplitterDistance = 150; splitContainer2.TabIndex = 0; splitContainer2.TabStop = false; // // treeViewSubTextures // this.treeViewSubTextures.Dock = System.Windows.Forms.DockStyle.Fill; this.treeViewSubTextures.Enabled = false; this.treeViewSubTextures.HideSelection = false; this.treeViewSubTextures.Location = new System.Drawing.Point(0, 25); this.treeViewSubTextures.Name = "treeViewSubTextures"; this.treeViewSubTextures.ShowRootLines = false; this.treeViewSubTextures.Size = new System.Drawing.Size(293, 125); this.treeViewSubTextures.TabIndex = 0; this.treeViewSubTextures.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSubTextures_AfterSelect); this.treeViewSubTextures.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeViewSubTextures_MouseUp); // // toolStripSubTextures // this.toolStripSubTextures.Enabled = false; this.toolStripSubTextures.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSubTextureAdd, this.toolStripSubTextureRemove}); this.toolStripSubTextures.Location = new System.Drawing.Point(0, 0); this.toolStripSubTextures.Name = "toolStripSubTextures"; this.toolStripSubTextures.Size = new System.Drawing.Size(293, 25); this.toolStripSubTextures.TabIndex = 1; // // toolStripSubTextureAdd // this.toolStripSubTextureAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripSubTextureAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSubTextureAdd.Name = "toolStripSubTextureAdd"; this.toolStripSubTextureAdd.Size = new System.Drawing.Size(45, 22); this.toolStripSubTextureAdd.Text = "Add..."; this.toolStripSubTextureAdd.Click += new System.EventHandler(this.toolStripSubTextureAdd_Click); // // toolStripSubTextureRemove // this.toolStripSubTextureRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripSubTextureRemove.Enabled = false; this.toolStripSubTextureRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSubTextureRemove.Name = "toolStripSubTextureRemove"; this.toolStripSubTextureRemove.Size = new System.Drawing.Size(59, 22); this.toolStripSubTextureRemove.Text = "Remove"; this.toolStripSubTextureRemove.Click += new System.EventHandler(this.toolStripSubTextureRemove_Click); // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.Enabled = false; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(293, 217); this.propertyGrid.TabIndex = 0; this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged); // // mainMenuStrip // mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem}); mainMenuStrip.Location = new System.Drawing.Point(0, 0); mainMenuStrip.Name = "mainMenuStrip"; mainMenuStrip.Size = new System.Drawing.Size(608, 25); mainMenuStrip.TabIndex = 1; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { newToolStripMenuItem, openToolStripMenuItem, toolStripMenuItem1, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, toolStripMenuItem2, this.propertiesToolStripMenuItem, toolStripMenuItem3, exitToolStripMenuItem}); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(39, 21); fileToolStripMenuItem.Text = "&File"; // // newToolStripMenuItem // newToolStripMenuItem.Name = "newToolStripMenuItem"; newToolStripMenuItem.Size = new System.Drawing.Size(145, 22); newToolStripMenuItem.Text = "&New"; newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem // openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.Size = new System.Drawing.Size(145, 22); openToolStripMenuItem.Text = "&Open..."; openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new System.Drawing.Size(142, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Enabled = false; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.saveToolStripMenuItem.Text = "&Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Enabled = false; this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.saveAsToolStripMenuItem.Text = "Save &As..."; // // toolStripMenuItem2 // toolStripMenuItem2.Name = "toolStripMenuItem2"; toolStripMenuItem2.Size = new System.Drawing.Size(142, 6); // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.Enabled = false; this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(145, 22); this.propertiesToolStripMenuItem.Text = "&Properties..."; this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click); // // toolStripMenuItem3 // toolStripMenuItem3.Name = "toolStripMenuItem3"; toolStripMenuItem3.Size = new System.Drawing.Size(142, 6); // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22); exitToolStripMenuItem.Text = "E&xit"; exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // openFileDialog // this.openFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml"; // // addTextureDialog // this.addTextureDialog.Filter = "Texture file (*.png)|*.png"; this.addTextureDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.addTextureDialog_FileOk); // // saveFileDialog // this.saveFileDialog.Filter = "Texture Atlas files (*.xml)|*.xml"; // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.packToolStripMenuItem}); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.Size = new System.Drawing.Size(42, 21); editToolStripMenuItem.Text = "&Edit"; // // packToolStripMenuItem // this.packToolStripMenuItem.Enabled = false; this.packToolStripMenuItem.Name = "packToolStripMenuItem"; this.packToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.packToolStripMenuItem.Text = "&Pack"; this.packToolStripMenuItem.Click += new System.EventHandler(this.packToolStripMenuItem_Click); // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(608, 398); this.Controls.Add(splitContainer1); this.Controls.Add(mainMenuStrip); this.MainMenuStrip = mainMenuStrip; this.Name = "Main"; this.Text = "Texture Atlas Editor"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel1.PerformLayout(); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.ResumeLayout(false); this.toolStripSubTextures.ResumeLayout(false); this.toolStripSubTextures.PerformLayout(); mainMenuStrip.ResumeLayout(false); mainMenuStrip.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() { System.Windows.Forms.SplitContainer outputSplitContainer; System.Windows.Forms.GroupBox win32GroupBox; System.Windows.Forms.GroupBox webBrowserGoupBox; this.cookiesTextBox = new Cyotek.Demonstrations.InternetGetCookieEx.CookiesTextBox(); this.instanceCookiesTextBox = new Cyotek.Demonstrations.InternetGetCookieEx.CookiesTextBox(); this.splitContainer = new System.Windows.Forms.SplitContainer(); this.browserToolStrip = new System.Windows.Forms.ToolStrip(); this.navigateBackToolStripButton = new System.Windows.Forms.ToolStripButton(); this.navigateForwardToolStripButton = new System.Windows.Forms.ToolStripButton(); this.uriToolStripTextBox = new System.Windows.Forms.ToolStripTextBox(); this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton(); this.stopToolStripButton = new System.Windows.Forms.ToolStripButton(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.statusToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cookiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.includeHTTPOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); outputSplitContainer = new System.Windows.Forms.SplitContainer(); win32GroupBox = new System.Windows.Forms.GroupBox(); webBrowserGoupBox = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(outputSplitContainer)).BeginInit(); outputSplitContainer.Panel1.SuspendLayout(); outputSplitContainer.Panel2.SuspendLayout(); outputSplitContainer.SuspendLayout(); win32GroupBox.SuspendLayout(); webBrowserGoupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.browserToolStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // outputSplitContainer // outputSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; outputSplitContainer.Location = new System.Drawing.Point(0, 0); outputSplitContainer.Name = "outputSplitContainer"; outputSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // outputSplitContainer.Panel1 // outputSplitContainer.Panel1.Controls.Add(win32GroupBox); // // outputSplitContainer.Panel2 // outputSplitContainer.Panel2.Controls.Add(webBrowserGoupBox); outputSplitContainer.Size = new System.Drawing.Size(354, 658); outputSplitContainer.SplitterDistance = 327; outputSplitContainer.TabIndex = 1; // // win32GroupBox // win32GroupBox.Controls.Add(this.cookiesTextBox); win32GroupBox.Dock = System.Windows.Forms.DockStyle.Fill; win32GroupBox.Location = new System.Drawing.Point(0, 0); win32GroupBox.Name = "win32GroupBox"; win32GroupBox.Size = new System.Drawing.Size(354, 327); win32GroupBox.TabIndex = 0; win32GroupBox.TabStop = false; win32GroupBox.Text = "InternetGetCookieEx:"; // // cookiesTextBox // this.cookiesTextBox.Cookies = null; this.cookiesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.cookiesTextBox.Location = new System.Drawing.Point(3, 16); this.cookiesTextBox.Name = "cookiesTextBox"; this.cookiesTextBox.Size = new System.Drawing.Size(348, 308); this.cookiesTextBox.TabIndex = 0; // // webBrowserGoupBox // webBrowserGoupBox.Controls.Add(this.instanceCookiesTextBox); webBrowserGoupBox.Dock = System.Windows.Forms.DockStyle.Fill; webBrowserGoupBox.Location = new System.Drawing.Point(0, 0); webBrowserGoupBox.Name = "webBrowserGoupBox"; webBrowserGoupBox.Size = new System.Drawing.Size(354, 327); webBrowserGoupBox.TabIndex = 1; webBrowserGoupBox.TabStop = false; webBrowserGoupBox.Text = "WebBrowser.Cookie"; // // instanceCookiesTextBox // this.instanceCookiesTextBox.Cookies = null; this.instanceCookiesTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.instanceCookiesTextBox.Location = new System.Drawing.Point(3, 16); this.instanceCookiesTextBox.Name = "instanceCookiesTextBox"; this.instanceCookiesTextBox.Size = new System.Drawing.Size(348, 308); this.instanceCookiesTextBox.TabIndex = 0; // // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer.Location = new System.Drawing.Point(0, 49); this.splitContainer.Name = "splitContainer"; // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(outputSplitContainer); this.splitContainer.Size = new System.Drawing.Size(1008, 658); this.splitContainer.SplitterDistance = 650; this.splitContainer.TabIndex = 0; // // browserToolStrip // this.browserToolStrip.CanOverflow = false; this.browserToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.browserToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.navigateBackToolStripButton, this.navigateForwardToolStripButton, this.uriToolStripTextBox, this.refreshToolStripButton, this.stopToolStripButton }); this.browserToolStrip.Location = new System.Drawing.Point(0, 24); this.browserToolStrip.Name = "browserToolStrip"; this.browserToolStrip.Size = new System.Drawing.Size(1008, 25); this.browserToolStrip.Stretch = true; this.browserToolStrip.TabIndex = 2; this.browserToolStrip.Text = "Browser"; this.browserToolStrip.ItemAdded += new System.Windows.Forms.ToolStripItemEventHandler(this.browserToolStrip_ItemAdded); this.browserToolStrip.ItemRemoved += new System.Windows.Forms.ToolStripItemEventHandler(this.browserToolStrip_ItemAdded); // // navigateBackToolStripButton // this.navigateBackToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.navigateBackToolStripButton.Enabled = false; this.navigateBackToolStripButton.Image = global::Cyotek.Demonstrations.InternetGetCookieEx.Properties.Resources.NavigateBack; this.navigateBackToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.navigateBackToolStripButton.Name = "navigateBackToolStripButton"; this.navigateBackToolStripButton.Size = new System.Drawing.Size(23, 22); this.navigateBackToolStripButton.Text = "Back"; this.navigateBackToolStripButton.Click += new System.EventHandler(this.navigateBackToolStripButton_Click); // // navigateForwardToolStripButton // this.navigateForwardToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.navigateForwardToolStripButton.Enabled = false; this.navigateForwardToolStripButton.Image = global::Cyotek.Demonstrations.InternetGetCookieEx.Properties.Resources.NavigateForward; this.navigateForwardToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.navigateForwardToolStripButton.Name = "navigateForwardToolStripButton"; this.navigateForwardToolStripButton.Size = new System.Drawing.Size(23, 22); this.navigateForwardToolStripButton.Text = "Forward"; this.navigateForwardToolStripButton.Click += new System.EventHandler(this.navigateForwardToolStripButton_Click); // // uriToolStripTextBox // this.uriToolStripTextBox.AutoSize = false; this.uriToolStripTextBox.BackColor = System.Drawing.SystemColors.Window; this.uriToolStripTextBox.ForeColor = System.Drawing.SystemColors.WindowText; this.uriToolStripTextBox.Name = "uriToolStripTextBox"; this.uriToolStripTextBox.Size = new System.Drawing.Size(100, 25); this.uriToolStripTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uriToolStripTextBox_KeyPress); // // refreshToolStripButton // this.refreshToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.refreshToolStripButton.Enabled = false; this.refreshToolStripButton.Image = global::Cyotek.Demonstrations.InternetGetCookieEx.Properties.Resources.NavigateRefresh; this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.refreshToolStripButton.Name = "refreshToolStripButton"; this.refreshToolStripButton.Size = new System.Drawing.Size(23, 22); this.refreshToolStripButton.Text = "Refresh"; this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click); // // stopToolStripButton // this.stopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.stopToolStripButton.Enabled = false; this.stopToolStripButton.Image = global::Cyotek.Demonstrations.InternetGetCookieEx.Properties.Resources.NavigateStop; this.stopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.stopToolStripButton.Name = "stopToolStripButton"; this.stopToolStripButton.Size = new System.Drawing.Size(23, 22); this.stopToolStripButton.Text = "Stop"; this.stopToolStripButton.Click += new System.EventHandler(this.stopToolStripButton_Click); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusToolStripStatusLabel }); this.statusStrip.Location = new System.Drawing.Point(0, 707); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(1008, 22); this.statusStrip.TabIndex = 1; // // statusToolStripStatusLabel // this.statusToolStripStatusLabel.Name = "statusToolStripStatusLabel"; this.statusToolStripStatusLabel.Size = new System.Drawing.Size(993, 17); this.statusToolStripStatusLabel.Spring = true; this.statusToolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.viewToolStripMenuItem, this.helpToolStripMenuItem }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1008, 24); this.menuStrip1.TabIndex = 3; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem }); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // 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(134, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.includeHTTPOnlyToolStripMenuItem, this.toolStripMenuItem1, this.cookiesToolStripMenuItem }); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.viewToolStripMenuItem.Text = "&View"; // // cookiesToolStripMenuItem // this.cookiesToolStripMenuItem.Name = "cookiesToolStripMenuItem"; this.cookiesToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.cookiesToolStripMenuItem.Text = "&Cookies..."; this.cookiesToolStripMenuItem.Click += new System.EventHandler(this.cookiesToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem }); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // 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.aboutToolStripMenuItem_Click); // // includeHTTPOnlyToolStripMenuItem // this.includeHTTPOnlyToolStripMenuItem.Name = "includeHTTPOnlyToolStripMenuItem"; this.includeHTTPOnlyToolStripMenuItem.Size = new System.Drawing.Size(174, 22); this.includeHTTPOnlyToolStripMenuItem.Text = "Include &HTTP Only"; this.includeHTTPOnlyToolStripMenuItem.Click += new System.EventHandler(this.includeHTTPOnlyToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(171, 6); // // MainForm // this.ClientSize = new System.Drawing.Size(1008, 729); this.Controls.Add(this.splitContainer); this.Controls.Add(this.statusStrip); this.Controls.Add(this.browserToolStrip); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "MainForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "www.cyotek.com InternetGetCookieEx Demonstration"; outputSplitContainer.Panel1.ResumeLayout(false); outputSplitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(outputSplitContainer)).EndInit(); outputSplitContainer.ResumeLayout(false); win32GroupBox.ResumeLayout(false); win32GroupBox.PerformLayout(); webBrowserGoupBox.ResumeLayout(false); webBrowserGoupBox.PerformLayout(); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.browserToolStrip.ResumeLayout(false); this.browserToolStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.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.SplitContainer splitContainer; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CharacterBrowser)); this.gameSelector = new System.Windows.Forms.ComboBox(); this.toolBar = new System.Windows.Forms.ToolBar(); this.openButton = new System.Windows.Forms.ToolBarButton(); this.toolBarIcons = new System.Windows.Forms.ImageList(this.components); this.characterCollectionEditor = new LionEditor.CharacterCollectionEditor(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); splitContainer = new System.Windows.Forms.SplitContainer(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer.IsSplitterFixed = true; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.gameSelector); splitContainer.Panel1.Controls.Add(this.toolBar); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.characterCollectionEditor); splitContainer.Size = new System.Drawing.Size(732, 455); splitContainer.SplitterDistance = 46; splitContainer.SplitterWidth = 1; splitContainer.TabIndex = 1; splitContainer.TabStop = false; // // gameSelector // this.gameSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.gameSelector.Enabled = false; this.gameSelector.FormattingEnabled = true; this.gameSelector.Location = new System.Drawing.Point(149, 13); this.gameSelector.Name = "gameSelector"; this.gameSelector.Size = new System.Drawing.Size(303, 21); this.gameSelector.TabIndex = 1; // // toolBar // this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.openButton}); this.toolBar.ButtonSize = new System.Drawing.Size(32, 32); this.toolBar.Dock = System.Windows.Forms.DockStyle.Fill; this.toolBar.DropDownArrows = true; this.toolBar.ImageList = this.toolBarIcons; this.toolBar.Location = new System.Drawing.Point(0, 0); this.toolBar.Name = "toolBar"; this.toolBar.ShowToolTips = true; this.toolBar.Size = new System.Drawing.Size(732, 44); this.toolBar.TabIndex = 0; this.toolBar.Wrappable = false; // // openButton // this.openButton.ImageIndex = 0; this.openButton.Name = "openButton"; this.openButton.ToolTipText = "Open..."; // // toolBarIcons // this.toolBarIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolBarIcons.ImageStream"))); this.toolBarIcons.TransparentColor = System.Drawing.Color.Transparent; this.toolBarIcons.Images.SetKeyName(0, "open-32x32.png"); // // characterCollectionEditor // this.characterCollectionEditor.CharacterCollection = null; this.characterCollectionEditor.CharacterEditorEnabled = false; this.characterCollectionEditor.ContextMenuEnabled = true; this.characterCollectionEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.characterCollectionEditor.Location = new System.Drawing.Point(0, 0); this.characterCollectionEditor.Name = "characterCollectionEditor"; this.characterCollectionEditor.Size = new System.Drawing.Size(732, 408); this.characterCollectionEditor.TabIndex = 0; // // openFileDialog // this.openFileDialog.DefaultExt = "*.SYS;*.GME;*.bin"; this.openFileDialog.Filter = "All Valid Files|lioneditor.bin;FFTA.SYS;*.gme|War of the Lions Files (lioneditor." + "bin; FFTA.SYS)|lioneditor.bin;FFTA.SYS|Dex Drive Files|*.gme"; this.openFileDialog.ReadOnlyChecked = true; // // CharacterBrowser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(732, 455); this.Controls.Add(splitContainer); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CharacterBrowser"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "CharacterBrowser"; splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel1.PerformLayout(); splitContainer.Panel2.ResumeLayout(false); splitContainer.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.SplitContainer splitContainer; this.createMetricButton = new System.Windows.Forms.Button(); this.performanceCounterSelector = new NCloudWatch.Gui.PerformanceCounterSelector(); this.metricsListView = new System.Windows.Forms.ListView(); this.metricNameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.reportIntervalColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.unitColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.categoryColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.counterColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.instanceColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.refeshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadMetricsBackgroundWorker = new System.ComponentModel.BackgroundWorker(); this.awsCredentialsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); splitContainer = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.toolStripContainer1.BottomToolStripPanel.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.statusStrip.SuspendLayout(); this.mainMenuStrip.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.createMetricButton); splitContainer.Panel1.Controls.Add(this.performanceCounterSelector); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.metricsListView); splitContainer.Size = new System.Drawing.Size(744, 472); splitContainer.SplitterDistance = 248; splitContainer.TabIndex = 0; // // createMetricButton // this.createMetricButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.createMetricButton.Enabled = false; this.createMetricButton.Location = new System.Drawing.Point(12, 440); this.createMetricButton.Name = "createMetricButton"; this.createMetricButton.Size = new System.Drawing.Size(86, 23); this.createMetricButton.TabIndex = 1; this.createMetricButton.Text = "Create Metric"; this.createMetricButton.UseVisualStyleBackColor = true; this.createMetricButton.Click += new System.EventHandler(this.createMetricButton_Click); // // performanceCounterSelector // this.performanceCounterSelector.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.performanceCounterSelector.Location = new System.Drawing.Point(3, 3); this.performanceCounterSelector.Name = "performanceCounterSelector"; this.performanceCounterSelector.Size = new System.Drawing.Size(242, 431); this.performanceCounterSelector.TabIndex = 0; this.performanceCounterSelector.SelectedItemChanged += new System.EventHandler<System.EventArgs>(this.performanceCounterSelector_SelectedItemChanged); // // metricsListView // this.metricsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.metricNameColumnHeader, this.reportIntervalColumnHeader, this.unitColumnHeader, this.categoryColumnHeader, this.counterColumnHeader, this.instanceColumnHeader}); this.metricsListView.Dock = System.Windows.Forms.DockStyle.Fill; this.metricsListView.FullRowSelect = true; this.metricsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.metricsListView.Location = new System.Drawing.Point(0, 0); this.metricsListView.MultiSelect = false; this.metricsListView.Name = "metricsListView"; this.metricsListView.Size = new System.Drawing.Size(492, 472); this.metricsListView.TabIndex = 0; this.metricsListView.UseCompatibleStateImageBehavior = false; this.metricsListView.View = System.Windows.Forms.View.Details; // // metricNameColumnHeader // this.metricNameColumnHeader.Text = "Name"; this.metricNameColumnHeader.Width = 160; // // reportIntervalColumnHeader // this.reportIntervalColumnHeader.Text = "Interval"; // // unitColumnHeader // this.unitColumnHeader.Text = "Unit"; this.unitColumnHeader.Width = 80; // // categoryColumnHeader // this.categoryColumnHeader.Text = "Category"; this.categoryColumnHeader.Width = 120; // // counterColumnHeader // this.counterColumnHeader.Text = "Counter"; this.counterColumnHeader.Width = 120; // // instanceColumnHeader // this.instanceColumnHeader.Text = "Instance"; this.instanceColumnHeader.Width = 120; // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip); // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(splitContainer); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(744, 472); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(744, 518); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.mainMenuStrip); // // statusStrip // this.statusStrip.Dock = System.Windows.Forms.DockStyle.None; this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel}); this.statusStrip.Location = new System.Drawing.Point(0, 0); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(744, 22); this.statusStrip.TabIndex = 0; this.statusStrip.Text = "Ready ..."; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(51, 17); this.toolStripStatusLabel.Text = "Ready ..."; // // mainMenuStrip // this.mainMenuStrip.Dock = System.Windows.Forms.DockStyle.None; this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem}); this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); this.mainMenuStrip.Name = "mainMenuStrip"; this.mainMenuStrip.Size = new System.Drawing.Size(744, 24); this.mainMenuStrip.TabIndex = 0; this.mainMenuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.awsCredentialsToolStripMenuItem, this.refeshToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // refeshToolStripMenuItem // this.refeshToolStripMenuItem.Name = "refeshToolStripMenuItem"; this.refeshToolStripMenuItem.Size = new System.Drawing.Size(161, 22); this.refeshToolStripMenuItem.Text = "&Refesh"; this.refeshToolStripMenuItem.Click += new System.EventHandler(this.refeshToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(161, 22); this.exitToolStripMenuItem.Text = "&Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteToolStripMenuItem}); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.editToolStripMenuItem.Text = "&Edit"; this.editToolStripMenuItem.DropDownOpening += new System.EventHandler(this.editToolStripMenuItem_DropDownOpening); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.deleteToolStripMenuItem.Text = "&Delete"; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // loadMetricsBackgroundWorker // this.loadMetricsBackgroundWorker.WorkerReportsProgress = true; this.loadMetricsBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.loadMetricsBackgroundWorker_DoWork); this.loadMetricsBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.loadMetricsBackgroundWorker_ProgressChanged); // // awsCredentialsToolStripMenuItem // this.awsCredentialsToolStripMenuItem.Name = "awsCredentialsToolStripMenuItem"; this.awsCredentialsToolStripMenuItem.Size = new System.Drawing.Size(161, 22); this.awsCredentialsToolStripMenuItem.Text = "AWS &Credentials"; this.awsCredentialsToolStripMenuItem.Click += new System.EventHandler(this.awsCredentialsToolStripMenuItem_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(744, 518); this.Controls.Add(this.toolStripContainer1); this.MainMenuStrip = this.mainMenuStrip; this.Name = "MainForm"; this.Text = "NCloudWatch"; this.Load += new System.EventHandler(this.MainForm_Load); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); this.toolStripContainer1.BottomToolStripPanel.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.mainMenuStrip.ResumeLayout(false); this.mainMenuStrip.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.SplitContainer splitContainer9; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PoolDefinitionControl)); System.Windows.Forms.Label label1; System.Windows.Forms.ColumnHeader columnHeader4; this.imageList = new System.Windows.Forms.ImageList(this.components); this.txtName = new System.Windows.Forms.TextBox(); this.listPools = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.VetoingListView(); this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl(); splitContainer9 = new System.Windows.Forms.SplitContainer(); label1 = new System.Windows.Forms.Label(); columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); ((System.ComponentModel.ISupportInitialize)(splitContainer9)).BeginInit(); splitContainer9.Panel1.SuspendLayout(); splitContainer9.Panel2.SuspendLayout(); splitContainer9.SuspendLayout(); this.SuspendLayout(); // // splitContainer9 // splitContainer9.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer9.Location = new System.Drawing.Point(0, 0); splitContainer9.Name = "splitContainer9"; splitContainer9.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer9.Panel1 // splitContainer9.Panel1.Controls.Add(this.listPools); // // splitContainer9.Panel2 // splitContainer9.Panel2.Controls.Add(this.descriptionControl); splitContainer9.Panel2.Controls.Add(this.txtName); splitContainer9.Panel2.Controls.Add(label1); splitContainer9.Size = new System.Drawing.Size(400, 400); splitContainer9.SplitterDistance = 200; splitContainer9.TabIndex = 1; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "method"); this.imageList.Images.SetKeyName(1, "field"); this.imageList.Images.SetKeyName(2, "handshake"); this.imageList.Images.SetKeyName(3, "enum"); this.imageList.Images.SetKeyName(4, "class"); this.imageList.Images.SetKeyName(5, "source"); this.imageList.Images.SetKeyName(6, "document"); this.imageList.Images.SetKeyName(7, "hierarchy"); this.imageList.Images.SetKeyName(8, "structure"); this.imageList.Images.SetKeyName(9, "parameter"); this.imageList.Images.SetKeyName(10, "validate"); // // txtName // this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtName.Location = new System.Drawing.Point(67, 6); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(326, 20); this.txtName.TabIndex = 7; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(3, 9); label1.Name = "label1"; label1.Size = new System.Drawing.Size(62, 13); label1.TabIndex = 8; label1.Text = "Pool Name:"; // // listPools // this.listPools.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.listPools.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader4 }); this.listPools.FullRowSelect = true; this.listPools.HideSelection = false; this.listPools.Location = new System.Drawing.Point(6, 6); this.listPools.MultiSelect = false; this.listPools.Name = "listPools"; this.listPools.ShowGroups = false; this.listPools.Size = new System.Drawing.Size(387, 186); this.listPools.SmallImageList = this.imageList; this.listPools.TabIndex = 5; this.listPools.UseCompatibleStateImageBehavior = false; this.listPools.View = System.Windows.Forms.View.Details; this.listPools.ItemChanging += new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.ListItemChangingEventHandler(this.listPools_ItemChanging); // // columnHeader4 // columnHeader4.Text = "Pool"; columnHeader4.Width = 279; // // descriptionControl // this.descriptionControl.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.descriptionControl.Enabled = false; this.descriptionControl.Location = new System.Drawing.Point(6, 29); this.descriptionControl.Margin = new System.Windows.Forms.Padding(0); this.descriptionControl.Name = "descriptionControl"; this.descriptionControl.ShowLabel = true; this.descriptionControl.Size = new System.Drawing.Size(387, 160); this.descriptionControl.TabIndex = 11; this.descriptionControl.Changed += new System.EventHandler(this.descriptionControl_Changed); // // PoolDefinitionControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer9); this.Name = "PoolDefinitionControl"; this.Size = new System.Drawing.Size(400, 400); splitContainer9.Panel1.ResumeLayout(false); splitContainer9.Panel2.ResumeLayout(false); splitContainer9.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer9)).EndInit(); splitContainer9.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.SplitContainer splitContainer1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.MenuStrip menuStrip; System.Windows.Forms.SplitContainer splitContainer3; this.modelFileTreeView_ = new uni.ui.common.ModelFileTreeView(); this.modelViewerGlPanel_ = new uni.ui.common.ModelViewerGlPanel(); this.modelTabs_ = new uni.ui.right_panel.ModelTabs(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.modelToolStrip1 = new uni.src.ui.top.ModelToolStrip(); splitContainer1 = new System.Windows.Forms.SplitContainer(); splitContainer2 = new System.Windows.Forms.SplitContainer(); menuStrip = new System.Windows.Forms.MenuStrip(); splitContainer3 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); menuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer3)).BeginInit(); splitContainer3.Panel1.SuspendLayout(); splitContainer3.Panel2.SuspendLayout(); splitContainer3.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.modelFileTreeView_); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(1013, 491); splitContainer1.SplitterDistance = 224; splitContainer1.TabIndex = 2; // // modelFileTreeView_ // this.modelFileTreeView_.Dock = System.Windows.Forms.DockStyle.Fill; this.modelFileTreeView_.Location = new System.Drawing.Point(0, 0); this.modelFileTreeView_.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.modelFileTreeView_.Name = "modelFileTreeView_"; this.modelFileTreeView_.Size = new System.Drawing.Size(224, 491); this.modelFileTreeView_.TabIndex = 0; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.modelViewerGlPanel_); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.modelTabs_); splitContainer2.Size = new System.Drawing.Size(785, 491); splitContainer2.SplitterDistance = 573; splitContainer2.TabIndex = 1; // // modelViewerGlPanel_ // this.modelViewerGlPanel_.Animation = null; this.modelViewerGlPanel_.AnimationPlaybackManager = null; this.modelViewerGlPanel_.BackColor = System.Drawing.Color.Fuchsia; this.modelViewerGlPanel_.Dock = System.Windows.Forms.DockStyle.Fill; this.modelViewerGlPanel_.Location = new System.Drawing.Point(0, 0); this.modelViewerGlPanel_.Model = null; this.modelViewerGlPanel_.Name = "modelViewerGlPanel_"; this.modelViewerGlPanel_.Size = new System.Drawing.Size(573, 491); this.modelViewerGlPanel_.TabIndex = 0; this.modelViewerGlPanel_.Load += new System.EventHandler(this.modelViewerGlPanel__Load); // // modelTabs_ // this.modelTabs_.Dock = System.Windows.Forms.DockStyle.Fill; this.modelTabs_.Location = new System.Drawing.Point(0, 0); this.modelTabs_.Name = "modelTabs_"; this.modelTabs_.Size = new System.Drawing.Size(208, 491); this.modelTabs_.TabIndex = 0; // // menuStrip // menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.helpToolStripMenuItem }); menuStrip.Location = new System.Drawing.Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new System.Drawing.Size(1013, 24); menuStrip.TabIndex = 1; menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "Help"; // // modelToolStrip1 // this.modelToolStrip1.Dock = System.Windows.Forms.DockStyle.Fill; this.modelToolStrip1.Location = new System.Drawing.Point(0, 0); this.modelToolStrip1.Name = "modelToolStrip1"; this.modelToolStrip1.Size = new System.Drawing.Size(1013, 25); this.modelToolStrip1.TabIndex = 3; // // splitContainer3 // splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer3.IsSplitterFixed = true; splitContainer3.Location = new System.Drawing.Point(0, 24); splitContainer3.Name = "splitContainer3"; splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // splitContainer3.Panel1.Controls.Add(this.modelToolStrip1); // // splitContainer3.Panel2 // splitContainer3.Panel2.Controls.Add(splitContainer1); splitContainer3.Size = new System.Drawing.Size(1013, 520); splitContainer3.SplitterDistance = 25; splitContainer3.TabIndex = 4; // // UniversalModelExtractorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1013, 544); this.Controls.Add(splitContainer3); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "UniversalModelExtractorForm"; this.Text = "Universal Model Extractor"; this.Load += new System.EventHandler(this.UniversalModelExtractorForm_Load); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); splitContainer3.Panel1.ResumeLayout(false); splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer3)).EndInit(); splitContainer3.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.SplitContainer splAlg; this.algContainer = new System.Windows.Forms.FlowLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.btnDelete = new System.Windows.Forms.Button(); this.btnAddAlg = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnAccept = new System.Windows.Forms.Button(); this.lblFSurname = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.txtFApl = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.txtFNac = new System.Windows.Forms.TextBox(); this.txtSApl = new System.Windows.Forms.TextBox(); this.lblSSurname = new System.Windows.Forms.Label(); this.lblBDate = new System.Windows.Forms.Label(); this.lblType = new System.Windows.Forms.Label(); this.ComboboxType = new System.Windows.Forms.ComboBox(); this.GpxAlg = new System.Windows.Forms.GroupBox(); this.AlgDataGrid = new System.Windows.Forms.DataGridView(); this.label1 = new System.Windows.Forms.Label(); this.txtemail = new System.Windows.Forms.TextBox(); this.lblalg = new System.Windows.Forms.Label(); splAlg = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splAlg)).BeginInit(); splAlg.Panel1.SuspendLayout(); splAlg.Panel2.SuspendLayout(); splAlg.SuspendLayout(); this.panel1.SuspendLayout(); this.GpxAlg.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.AlgDataGrid)).BeginInit(); this.SuspendLayout(); // // splAlg // splAlg.Dock = System.Windows.Forms.DockStyle.Fill; splAlg.Location = new System.Drawing.Point(3, 16); splAlg.Margin = new System.Windows.Forms.Padding(0); splAlg.Name = "splAlg"; splAlg.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splAlg.Panel1 // splAlg.Panel1.Controls.Add(this.algContainer); // // splAlg.Panel2 // splAlg.Panel2.Controls.Add(this.panel1); splAlg.Size = new System.Drawing.Size(183, 228); splAlg.SplitterDistance = 199; splAlg.SplitterWidth = 1; splAlg.TabIndex = 0; // // algContainer // this.algContainer.AutoScroll = true; this.algContainer.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.algContainer.Location = new System.Drawing.Point(3, 0); this.algContainer.Name = "algContainer"; this.algContainer.Size = new System.Drawing.Size(172, 198); this.algContainer.TabIndex = 0; this.algContainer.WrapContents = false; // // panel1 // this.panel1.Controls.Add(this.btnDelete); this.panel1.Controls.Add(this.btnAddAlg); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(183, 40); this.panel1.TabIndex = 0; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(90, 3); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 23); this.btnDelete.TabIndex = 1; this.btnDelete.Text = "Eliminar"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // btnAddAlg // this.btnAddAlg.Location = new System.Drawing.Point(3, 3); this.btnAddAlg.Name = "btnAddAlg"; this.btnAddAlg.Size = new System.Drawing.Size(88, 23); this.btnAddAlg.TabIndex = 0; this.btnAddAlg.Text = "Agregar"; this.btnAddAlg.UseVisualStyleBackColor = true; this.btnAddAlg.Click += new System.EventHandler(this.btnAddAlg_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(287, 321); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(129, 23); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "Cancelar"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnAccept // this.btnAccept.Location = new System.Drawing.Point(128, 321); this.btnAccept.Name = "btnAccept"; this.btnAccept.Size = new System.Drawing.Size(129, 23); this.btnAccept.TabIndex = 5; this.btnAccept.Text = "Aceptar"; this.btnAccept.UseVisualStyleBackColor = true; this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click); // // lblFSurname // this.lblFSurname.AutoSize = true; this.lblFSurname.Location = new System.Drawing.Point(45, 69); this.lblFSurname.Name = "lblFSurname"; this.lblFSurname.Size = new System.Drawing.Size(78, 13); this.lblFSurname.TabIndex = 21; this.lblFSurname.Text = "Primer apellido:"; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(76, 27); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(47, 13); this.lblName.TabIndex = 20; this.lblName.Text = "Nombre:"; // // txtFApl // this.txtFApl.Location = new System.Drawing.Point(129, 69); this.txtFApl.Name = "txtFApl"; this.txtFApl.Size = new System.Drawing.Size(287, 20); this.txtFApl.TabIndex = 2; // // txtName // this.txtName.Location = new System.Drawing.Point(129, 24); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(287, 20); this.txtName.TabIndex = 1; // // txtFNac // this.txtFNac.Location = new System.Drawing.Point(129, 159); this.txtFNac.Name = "txtFNac"; this.txtFNac.Size = new System.Drawing.Size(287, 20); this.txtFNac.TabIndex = 4; this.txtFNac.Click += new System.EventHandler(this.txtFNac_Click); this.txtFNac.Enter += new System.EventHandler(this.txtFNac_Enter); // // txtSApl // this.txtSApl.Location = new System.Drawing.Point(129, 114); this.txtSApl.Name = "txtSApl"; this.txtSApl.Size = new System.Drawing.Size(287, 20); this.txtSApl.TabIndex = 3; // // lblSSurname // this.lblSSurname.AutoSize = true; this.lblSSurname.Location = new System.Drawing.Point(31, 117); this.lblSSurname.Name = "lblSSurname"; this.lblSSurname.Size = new System.Drawing.Size(92, 13); this.lblSSurname.TabIndex = 27; this.lblSSurname.Text = "Segundo apellido:"; // // lblBDate // this.lblBDate.AutoSize = true; this.lblBDate.Location = new System.Drawing.Point(17, 162); this.lblBDate.Name = "lblBDate"; this.lblBDate.Size = new System.Drawing.Size(109, 13); this.lblBDate.TabIndex = 28; this.lblBDate.Text = "Fecha de nacimiento:"; // // lblType // this.lblType.AutoSize = true; this.lblType.Location = new System.Drawing.Point(40, 263); this.lblType.Name = "lblType"; this.lblType.Size = new System.Drawing.Size(82, 13); this.lblType.TabIndex = 30; this.lblType.Text = "Tipo de cuenta:"; // // ComboboxType // this.ComboboxType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.ComboboxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboboxType.Items.AddRange(new object[] { "Admin", "Medico", "Paciente" }); this.ComboboxType.Location = new System.Drawing.Point(128, 260); this.ComboboxType.Name = "ComboboxType"; this.ComboboxType.Size = new System.Drawing.Size(121, 21); this.ComboboxType.TabIndex = 31; // // GpxAlg // this.GpxAlg.Controls.Add(splAlg); this.GpxAlg.Location = new System.Drawing.Point(670, 69); this.GpxAlg.Name = "GpxAlg"; this.GpxAlg.Size = new System.Drawing.Size(189, 247); this.GpxAlg.TabIndex = 47; this.GpxAlg.TabStop = false; this.GpxAlg.Text = "Añadir alergias"; // // AlgDataGrid // this.AlgDataGrid.AllowUserToAddRows = false; this.AlgDataGrid.AllowUserToDeleteRows = false; this.AlgDataGrid.AllowUserToResizeRows = false; this.AlgDataGrid.BackgroundColor = System.Drawing.SystemColors.Control; this.AlgDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None; this.AlgDataGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable; this.AlgDataGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.AlgDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.AlgDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.AlgDataGrid.GridColor = System.Drawing.SystemColors.AppWorkspace; this.AlgDataGrid.Location = new System.Drawing.Point(437, 31); this.AlgDataGrid.MultiSelect = false; this.AlgDataGrid.Name = "AlgDataGrid"; this.AlgDataGrid.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.AlgDataGrid.RowHeadersVisible = false; this.AlgDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.AlgDataGrid.ShowEditingIcon = false; this.AlgDataGrid.Size = new System.Drawing.Size(227, 313); this.AlgDataGrid.TabIndex = 48; this.AlgDataGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.AlgDataGrid_CellContentClick); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(76, 211); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 13); this.label1.TabIndex = 50; this.label1.Text = "Correo:"; // // txtemail // this.txtemail.Location = new System.Drawing.Point(128, 208); this.txtemail.Name = "txtemail"; this.txtemail.Size = new System.Drawing.Size(287, 20); this.txtemail.TabIndex = 49; // // lblalg // this.lblalg.AutoSize = true; this.lblalg.Location = new System.Drawing.Point(466, 9); this.lblalg.Name = "lblalg"; this.lblalg.Size = new System.Drawing.Size(101, 13); this.lblalg.TabIndex = 51; this.lblalg.Text = "Alergias del usuario:"; // // ModifyUserForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(868, 405); this.ControlBox = false; this.Controls.Add(this.lblalg); this.Controls.Add(this.label1); this.Controls.Add(this.txtemail); this.Controls.Add(this.AlgDataGrid); this.Controls.Add(this.GpxAlg); this.Controls.Add(this.ComboboxType); this.Controls.Add(this.lblType); this.Controls.Add(this.lblBDate); this.Controls.Add(this.lblSSurname); this.Controls.Add(this.txtFNac); this.Controls.Add(this.txtSApl); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnAccept); this.Controls.Add(this.lblFSurname); this.Controls.Add(this.lblName); this.Controls.Add(this.txtFApl); this.Controls.Add(this.txtName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ModifyUserForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Modificar usuario"; splAlg.Panel1.ResumeLayout(false); splAlg.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splAlg)).EndInit(); splAlg.ResumeLayout(false); this.panel1.ResumeLayout(false); this.GpxAlg.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.AlgDataGrid)).EndInit(); 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.StatusBarPanel statusBarPanel1; System.Windows.Forms.SplitContainer splitContainer1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditForm)); this.sBox = new Alsing.Windows.Forms.SyntaxBoxControl(); this.sDoc = new Alsing.SourceCode.SyntaxDocument(this.components); this.Output = new System.Windows.Forms.TextBox(); this.Status = new System.Windows.Forms.StatusBar(); this.DebugContainer = new System.Windows.Forms.SplitContainer(); this.PyGrid = new System.Windows.Forms.PropertyGrid(); statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DebugContainer)).BeginInit(); this.DebugContainer.Panel1.SuspendLayout(); this.DebugContainer.Panel2.SuspendLayout(); this.DebugContainer.SuspendLayout(); this.SuspendLayout(); // // statusBarPanel1 // statusBarPanel1.Name = "statusBarPanel1"; statusBarPanel1.Width = 200; // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.sBox); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.Output); splitContainer1.Size = new System.Drawing.Size(850, 562); splitContainer1.SplitterDistance = 281; splitContainer1.TabIndex = 5; // // sBox // this.sBox.ActiveView = Alsing.Windows.Forms.ActiveView.BottomRight; this.sBox.AutoListPosition = null; this.sBox.AutoListSelectedText = "a123"; this.sBox.AutoListVisible = false; this.sBox.BackColor = System.Drawing.Color.White; this.sBox.BorderStyle = Alsing.Windows.Forms.BorderStyle.None; this.sBox.ChildBorderColor = System.Drawing.Color.White; this.sBox.ChildBorderStyle = Alsing.Windows.Forms.BorderStyle.None; this.sBox.CopyAsRTF = false; this.sBox.Dock = System.Windows.Forms.DockStyle.Fill; this.sBox.Document = this.sDoc; this.sBox.FontName = "Courier new"; this.sBox.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.sBox.InfoTipCount = 1; this.sBox.InfoTipPosition = null; this.sBox.InfoTipSelectedIndex = 1; this.sBox.InfoTipVisible = false; this.sBox.Location = new System.Drawing.Point(0, 0); this.sBox.LockCursorUpdate = false; this.sBox.Name = "sBox"; this.sBox.ScopeIndicatorColor = System.Drawing.Color.Black; this.sBox.ShowScopeIndicator = false; this.sBox.Size = new System.Drawing.Size(850, 281); this.sBox.SmoothScroll = false; this.sBox.SplitviewH = -4; this.sBox.SplitviewV = -4; this.sBox.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(219)))), ((int)(((byte)(214))))); this.sBox.TabIndex = 4; this.sBox.Text = "syntaxBoxControl1"; this.sBox.WhitespaceColor = System.Drawing.SystemColors.ControlDark; // // sDoc // this.sDoc.Lines = new string[] { "abc" }; this.sDoc.MaxUndoBufferSize = 1000; this.sDoc.Modified = false; this.sDoc.UndoStep = 0; this.sDoc.Change += new System.EventHandler(this.sDoc_Change); this.sDoc.ModifiedChanged += new System.EventHandler(this.sDoc_ModifiedChanged); // // Output // this.Output.Dock = System.Windows.Forms.DockStyle.Fill; this.Output.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Output.Location = new System.Drawing.Point(0, 0); this.Output.Multiline = true; this.Output.Name = "Output"; this.Output.ReadOnly = true; this.Output.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.Output.Size = new System.Drawing.Size(850, 277); this.Output.TabIndex = 0; this.Output.WordWrap = false; // // Status // this.Status.Location = new System.Drawing.Point(0, 562); this.Status.Name = "Status"; this.Status.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { statusBarPanel1 }); this.Status.ShowPanels = true; this.Status.Size = new System.Drawing.Size(850, 22); this.Status.TabIndex = 5; // // DebugContainer // this.DebugContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.DebugContainer.Location = new System.Drawing.Point(0, 0); this.DebugContainer.Name = "DebugContainer"; // // DebugContainer.Panel1 // this.DebugContainer.Panel1.Controls.Add(splitContainer1); // // DebugContainer.Panel2 // this.DebugContainer.Panel2.Controls.Add(this.PyGrid); this.DebugContainer.Panel2Collapsed = true; this.DebugContainer.Size = new System.Drawing.Size(850, 562); this.DebugContainer.SplitterDistance = 445; this.DebugContainer.TabIndex = 6; // // PyGrid // this.PyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.PyGrid.Location = new System.Drawing.Point(0, 0); this.PyGrid.Name = "PyGrid"; this.PyGrid.Size = new System.Drawing.Size(96, 100); this.PyGrid.TabIndex = 0; // // EditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(850, 584); this.Controls.Add(this.DebugContainer); this.Controls.Add(this.Status); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "EditForm"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditForm_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EditForm_FormClosed); this.Load += new System.EventHandler(this.EditForm_Load); ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).EndInit(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.DebugContainer.Panel1.ResumeLayout(false); this.DebugContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DebugContainer)).EndInit(); this.DebugContainer.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 label23; System.Windows.Forms.Label label22; System.Windows.Forms.Label label29; System.Windows.Forms.Label label27; System.Windows.Forms.Button btnReaderRead; System.Windows.Forms.Button btnCollectionRead; System.Windows.Forms.Label label9; System.Windows.Forms.Label label8; System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.Label label10; this.atomEntryGrid = new System.Windows.Forms.DataGridView(); this.collectionPayloadGrid = new System.Windows.Forms.PropertyGrid(); this.tbCurrentItem = new System.Windows.Forms.TextBox(); this.tbReaderCount = new System.Windows.Forms.TextBox(); this.numStartIndex = new System.Windows.Forms.NumericUpDown(); this.numCount = new System.Windows.Forms.NumericUpDown(); this.btnLast = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.btnPrevious = new System.Windows.Forms.Button(); this.btnFirst = new System.Windows.Forms.Button(); this.tbCollectionURL = new System.Windows.Forms.TextBox(); this.tbCollectionResourceKind = new System.Windows.Forms.TextBox(); label23 = new System.Windows.Forms.Label(); label22 = new System.Windows.Forms.Label(); label29 = new System.Windows.Forms.Label(); label27 = new System.Windows.Forms.Label(); btnReaderRead = new System.Windows.Forms.Button(); btnCollectionRead = new System.Windows.Forms.Button(); label9 = new System.Windows.Forms.Label(); label8 = new System.Windows.Forms.Label(); splitContainer1 = new System.Windows.Forms.SplitContainer(); label10 = new System.Windows.Forms.Label(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.atomEntryGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numStartIndex)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numCount)).BeginInit(); this.SuspendLayout(); // // label23 // label23.AutoSize = true; label23.ImeMode = System.Windows.Forms.ImeMode.NoControl; label23.Location = new System.Drawing.Point(208, 8); label23.Name = "label23"; label23.Size = new System.Drawing.Size(61, 13); label23.TabIndex = 2; label23.Text = "Start Index:"; // // label22 // label22.AutoSize = true; label22.ImeMode = System.Windows.Forms.ImeMode.NoControl; label22.Location = new System.Drawing.Point(296, 8); label22.Name = "label22"; label22.Size = new System.Drawing.Size(38, 13); label22.TabIndex = 4; label22.Text = "Count:"; // // label29 // label29.AutoSize = true; label29.ImeMode = System.Windows.Forms.ImeMode.NoControl; label29.Location = new System.Drawing.Point(488, 8); label29.Name = "label29"; label29.Size = new System.Drawing.Size(67, 13); label29.TabIndex = 8; label29.Text = "Current Item:"; // // label27 // label27.AutoSize = true; label27.ImeMode = System.Windows.Forms.ImeMode.NoControl; label27.Location = new System.Drawing.Point(380, 8); label27.Name = "label27"; label27.Size = new System.Drawing.Size(59, 13); label27.TabIndex = 6; label27.Text = "Total Items"; // // btnReaderRead // btnReaderRead.ImeMode = System.Windows.Forms.ImeMode.NoControl; btnReaderRead.Location = new System.Drawing.Point(112, 100); btnReaderRead.Name = "btnReaderRead"; btnReaderRead.Size = new System.Drawing.Size(100, 23); btnReaderRead.TabIndex = 13; btnReaderRead.Text = "Read Reader"; btnReaderRead.UseVisualStyleBackColor = true; btnReaderRead.Click += new System.EventHandler(this.btnReaderRead_Click); // // btnCollectionRead // btnCollectionRead.ImeMode = System.Windows.Forms.ImeMode.NoControl; btnCollectionRead.Location = new System.Drawing.Point(8, 100); btnCollectionRead.Name = "btnCollectionRead"; btnCollectionRead.Size = new System.Drawing.Size(100, 23); btnCollectionRead.TabIndex = 12; btnCollectionRead.Text = "Read Normal"; btnCollectionRead.UseVisualStyleBackColor = true; btnCollectionRead.Click += new System.EventHandler(this.btnCollectionRead_Click); // // label9 // label9.AutoSize = true; label9.ImeMode = System.Windows.Forms.ImeMode.NoControl; label9.Location = new System.Drawing.Point(8, 56); label9.Name = "label9"; label9.Size = new System.Drawing.Size(130, 13); label9.TabIndex = 10; label9.Text = "Resource Collection URL:"; // // label8 // label8.AutoSize = true; label8.ImeMode = System.Windows.Forms.ImeMode.NoControl; label8.Location = new System.Drawing.Point(8, 8); label8.Name = "label8"; label8.Size = new System.Drawing.Size(80, 13); label8.TabIndex = 0; label8.Text = "Resource Kind:"; // // splitContainer1 // 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))); splitContainer1.Location = new System.Drawing.Point(8, 132); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.atomEntryGrid); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.collectionPayloadGrid); splitContainer1.Panel2.Controls.Add(label10); splitContainer1.Size = new System.Drawing.Size(785, 461); splitContainer1.SplitterDistance = 227; splitContainer1.TabIndex = 18; // // atomEntryGrid // this.atomEntryGrid.AllowUserToAddRows = false; this.atomEntryGrid.AllowUserToDeleteRows = false; this.atomEntryGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.atomEntryGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.atomEntryGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.atomEntryGrid.Location = new System.Drawing.Point(0, 0); this.atomEntryGrid.MultiSelect = false; this.atomEntryGrid.Name = "atomEntryGrid"; this.atomEntryGrid.ReadOnly = true; this.atomEntryGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.atomEntryGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.atomEntryGrid.Size = new System.Drawing.Size(785, 227); this.atomEntryGrid.TabIndex = 0; this.atomEntryGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.atomEntryGrid_CellContentClick); // // collectionPayloadGrid // this.collectionPayloadGrid.CommandsVisibleIfAvailable = false; this.collectionPayloadGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.collectionPayloadGrid.HelpVisible = false; this.collectionPayloadGrid.Location = new System.Drawing.Point(0, 16); this.collectionPayloadGrid.Name = "collectionPayloadGrid"; this.collectionPayloadGrid.Size = new System.Drawing.Size(785, 214); this.collectionPayloadGrid.TabIndex = 1; this.collectionPayloadGrid.ToolbarVisible = false; // // label10 // label10.Dock = System.Windows.Forms.DockStyle.Top; label10.ImeMode = System.Windows.Forms.ImeMode.NoControl; label10.Location = new System.Drawing.Point(0, 0); label10.Name = "label10"; label10.Size = new System.Drawing.Size(785, 16); label10.TabIndex = 0; label10.Text = "Payload"; // // tbCurrentItem // this.tbCurrentItem.Enabled = false; this.tbCurrentItem.Location = new System.Drawing.Point(488, 24); this.tbCurrentItem.Name = "tbCurrentItem"; this.tbCurrentItem.Size = new System.Drawing.Size(100, 20); this.tbCurrentItem.TabIndex = 9; // // tbReaderCount // this.tbReaderCount.Location = new System.Drawing.Point(380, 24); this.tbReaderCount.Name = "tbReaderCount"; this.tbReaderCount.Size = new System.Drawing.Size(100, 20); this.tbReaderCount.TabIndex = 7; // // numStartIndex // this.numStartIndex.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::SDataClientApp.Properties.Settings.Default, "CollectionStartIndex", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numStartIndex.Location = new System.Drawing.Point(208, 24); this.numStartIndex.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); this.numStartIndex.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.numStartIndex.Name = "numStartIndex"; this.numStartIndex.Size = new System.Drawing.Size(80, 20); this.numStartIndex.TabIndex = 3; this.numStartIndex.Value = global::SDataClientApp.Properties.Settings.Default.CollectionStartIndex; // // numCount // this.numCount.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::SDataClientApp.Properties.Settings.Default, "CollectionCount", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.numCount.Location = new System.Drawing.Point(296, 24); this.numCount.Maximum = new decimal(new int[] { 999, 0, 0, 0 }); this.numCount.Name = "numCount"; this.numCount.Size = new System.Drawing.Size(80, 20); this.numCount.TabIndex = 5; this.numCount.Value = global::SDataClientApp.Properties.Settings.Default.CollectionCount; // // btnLast // this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnLast.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnLast.Location = new System.Drawing.Point(716, 100); this.btnLast.Name = "btnLast"; this.btnLast.Size = new System.Drawing.Size(75, 23); this.btnLast.TabIndex = 17; this.btnLast.Text = "Last >>"; this.btnLast.UseVisualStyleBackColor = true; this.btnLast.Click += new System.EventHandler(this.btnLast_Click); // // btnNext // this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnNext.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnNext.Location = new System.Drawing.Point(640, 100); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(75, 23); this.btnNext.TabIndex = 16; this.btnNext.Text = "Next >"; this.btnNext.UseVisualStyleBackColor = true; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnPrevious // this.btnPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPrevious.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnPrevious.Location = new System.Drawing.Point(564, 100); this.btnPrevious.Name = "btnPrevious"; this.btnPrevious.Size = new System.Drawing.Size(75, 23); this.btnPrevious.TabIndex = 15; this.btnPrevious.Text = "< Previous"; this.btnPrevious.UseVisualStyleBackColor = true; this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click); // // btnFirst // this.btnFirst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnFirst.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnFirst.Location = new System.Drawing.Point(488, 100); this.btnFirst.Name = "btnFirst"; this.btnFirst.Size = new System.Drawing.Size(75, 23); this.btnFirst.TabIndex = 14; this.btnFirst.Text = "<< First"; this.btnFirst.UseVisualStyleBackColor = true; this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click); // // tbCollectionURL // this.tbCollectionURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbCollectionURL.Location = new System.Drawing.Point(8, 72); this.tbCollectionURL.Name = "tbCollectionURL"; this.tbCollectionURL.Size = new System.Drawing.Size(784, 20); this.tbCollectionURL.TabIndex = 11; // // tbCollectionResourceKind // this.tbCollectionResourceKind.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::SDataClientApp.Properties.Settings.Default, "CollectionResourceKind", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.tbCollectionResourceKind.Location = new System.Drawing.Point(8, 24); this.tbCollectionResourceKind.Name = "tbCollectionResourceKind"; this.tbCollectionResourceKind.Size = new System.Drawing.Size(128, 20); this.tbCollectionResourceKind.TabIndex = 1; this.tbCollectionResourceKind.Text = global::SDataClientApp.Properties.Settings.Default.CollectionResourceKind; this.tbCollectionResourceKind.TextChanged += new System.EventHandler(this.tbCollectionResourceKind_TextChanged); // // ResourceCollection // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(label29); this.Controls.Add(this.tbCurrentItem); this.Controls.Add(label27); this.Controls.Add(this.tbReaderCount); this.Controls.Add(btnReaderRead); this.Controls.Add(this.numStartIndex); this.Controls.Add(this.numCount); this.Controls.Add(this.btnLast); this.Controls.Add(this.btnNext); this.Controls.Add(this.btnPrevious); this.Controls.Add(this.btnFirst); this.Controls.Add(btnCollectionRead); this.Controls.Add(label9); this.Controls.Add(this.tbCollectionURL); this.Controls.Add(label23); this.Controls.Add(label22); this.Controls.Add(label8); this.Controls.Add(this.tbCollectionResourceKind); this.Controls.Add(splitContainer1); this.Name = "ResourceCollection"; this.Size = new System.Drawing.Size(800, 600); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.atomEntryGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numStartIndex)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numCount)).EndInit(); 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.SplitContainer splitContainer1; System.Windows.Forms.GroupBox groupBox1; System.Windows.Forms.GroupBox groupBox2; this.bt_link_unlink = new System.Windows.Forms.Button(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.rb4_slave_3 = new System.Windows.Forms.RadioButton(); this.rb4_slave_2 = new System.Windows.Forms.RadioButton(); this.rb4_slave_1 = new System.Windows.Forms.RadioButton(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.rb3_slave_3 = new System.Windows.Forms.RadioButton(); this.rb3_slave_2 = new System.Windows.Forms.RadioButton(); this.rb3_slave_1 = new System.Windows.Forms.RadioButton(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.rb2_master_3 = new System.Windows.Forms.RadioButton(); this.rb2_master_2 = new System.Windows.Forms.RadioButton(); this.rb2_master_1 = new System.Windows.Forms.RadioButton(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.rb1_master_3 = new System.Windows.Forms.RadioButton(); this.rb1_master_2 = new System.Windows.Forms.RadioButton(); this.rb1_master_1 = new System.Windows.Forms.RadioButton(); this.tb_num_of_chked_boxes = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.rb_txt_normal = new System.Windows.Forms.RadioButton(); this.rb_txt_italic = new System.Windows.Forms.RadioButton(); this.rb_txt_bold = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lbl_shift_names_basic = new System.Windows.Forms.Label(); this.bt_shift_names_with_colors = new System.Windows.Forms.Button(); this.bt_shift_names_basic = new System.Windows.Forms.Button(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.groupBox8 = new System.Windows.Forms.GroupBox(); splitContainer1 = new System.Windows.Forms.SplitContainer(); groupBox1 = new System.Windows.Forms.GroupBox(); groupBox2 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); groupBox1.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); groupBox2.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox8.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; splitContainer1.IsSplitterFixed = true; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(groupBox1); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(groupBox2); splitContainer1.Size = new System.Drawing.Size(504, 260); splitContainer1.SplitterDistance = 226; splitContainer1.TabIndex = 0; // // groupBox1 // groupBox1.Controls.Add(this.bt_link_unlink); groupBox1.Controls.Add(this.groupBox6); groupBox1.Controls.Add(this.groupBox5); groupBox1.Controls.Add(this.groupBox4); groupBox1.Controls.Add(this.groupBox3); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Location = new System.Drawing.Point(0, 0); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(224, 258); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Link Usage"; // // bt_link_unlink // this.bt_link_unlink.Location = new System.Drawing.Point(68, 213); this.bt_link_unlink.Name = "bt_link_unlink"; this.bt_link_unlink.Size = new System.Drawing.Size(75, 23); this.bt_link_unlink.TabIndex = 2; this.bt_link_unlink.Tag = "0"; this.bt_link_unlink.Text = "Link"; this.bt_link_unlink.UseVisualStyleBackColor = true; this.bt_link_unlink.Click += new System.EventHandler(this.bt_link_unlink_Click); // // groupBox6 // this.groupBox6.Controls.Add(this.rb4_slave_3); this.groupBox6.Controls.Add(this.rb4_slave_2); this.groupBox6.Controls.Add(this.rb4_slave_1); this.groupBox6.Location = new System.Drawing.Point(112, 116); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(103, 91); this.groupBox6.TabIndex = 1; this.groupBox6.TabStop = false; this.groupBox6.Text = "Slave"; // // rb4_slave_3 // this.rb4_slave_3.AutoSize = true; this.rb4_slave_3.Location = new System.Drawing.Point(6, 65); this.rb4_slave_3.Name = "rb4_slave_3"; this.rb4_slave_3.Size = new System.Drawing.Size(91, 17); this.rb4_slave_3.TabIndex = 2; this.rb4_slave_3.Text = "radioButton43"; this.rb4_slave_3.UseVisualStyleBackColor = true; // // rb4_slave_2 // this.rb4_slave_2.AutoSize = true; this.rb4_slave_2.Checked = true; this.rb4_slave_2.Location = new System.Drawing.Point(6, 42); this.rb4_slave_2.Name = "rb4_slave_2"; this.rb4_slave_2.Size = new System.Drawing.Size(91, 17); this.rb4_slave_2.TabIndex = 1; this.rb4_slave_2.TabStop = true; this.rb4_slave_2.Text = "radioButton42"; this.rb4_slave_2.UseVisualStyleBackColor = true; // // rb4_slave_1 // this.rb4_slave_1.AutoSize = true; this.rb4_slave_1.Location = new System.Drawing.Point(6, 19); this.rb4_slave_1.Name = "rb4_slave_1"; this.rb4_slave_1.Size = new System.Drawing.Size(91, 17); this.rb4_slave_1.TabIndex = 0; this.rb4_slave_1.Tag = "0"; this.rb4_slave_1.Text = "radioButton41"; this.rb4_slave_1.UseVisualStyleBackColor = true; // // groupBox5 // this.groupBox5.Controls.Add(this.rb3_slave_3); this.groupBox5.Controls.Add(this.rb3_slave_2); this.groupBox5.Controls.Add(this.rb3_slave_1); this.groupBox5.Location = new System.Drawing.Point(3, 116); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(103, 91); this.groupBox5.TabIndex = 1; this.groupBox5.TabStop = false; this.groupBox5.Text = "Slave"; // // rb3_slave_3 // this.rb3_slave_3.AutoSize = true; this.rb3_slave_3.Location = new System.Drawing.Point(6, 65); this.rb3_slave_3.Name = "rb3_slave_3"; this.rb3_slave_3.Size = new System.Drawing.Size(91, 17); this.rb3_slave_3.TabIndex = 2; this.rb3_slave_3.Text = "radioButton33"; this.rb3_slave_3.UseVisualStyleBackColor = true; // // rb3_slave_2 // this.rb3_slave_2.AutoSize = true; this.rb3_slave_2.Checked = true; this.rb3_slave_2.Location = new System.Drawing.Point(6, 42); this.rb3_slave_2.Name = "rb3_slave_2"; this.rb3_slave_2.Size = new System.Drawing.Size(91, 17); this.rb3_slave_2.TabIndex = 1; this.rb3_slave_2.TabStop = true; this.rb3_slave_2.Text = "radioButton32"; this.rb3_slave_2.UseVisualStyleBackColor = true; // // rb3_slave_1 // this.rb3_slave_1.AutoSize = true; this.rb3_slave_1.Location = new System.Drawing.Point(6, 19); this.rb3_slave_1.Name = "rb3_slave_1"; this.rb3_slave_1.Size = new System.Drawing.Size(91, 17); this.rb3_slave_1.TabIndex = 0; this.rb3_slave_1.Tag = "0"; this.rb3_slave_1.Text = "radioButton31"; this.rb3_slave_1.UseVisualStyleBackColor = true; // // groupBox4 // this.groupBox4.Controls.Add(this.rb2_master_3); this.groupBox4.Controls.Add(this.rb2_master_2); this.groupBox4.Controls.Add(this.rb2_master_1); this.groupBox4.Location = new System.Drawing.Point(112, 19); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(103, 91); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "Master"; // // rb2_master_3 // this.rb2_master_3.AutoSize = true; this.rb2_master_3.Location = new System.Drawing.Point(6, 65); this.rb2_master_3.Name = "rb2_master_3"; this.rb2_master_3.Size = new System.Drawing.Size(91, 17); this.rb2_master_3.TabIndex = 2; this.rb2_master_3.Text = "radioButton23"; this.rb2_master_3.UseVisualStyleBackColor = true; // // rb2_master_2 // this.rb2_master_2.AutoSize = true; this.rb2_master_2.Checked = true; this.rb2_master_2.Location = new System.Drawing.Point(6, 42); this.rb2_master_2.Name = "rb2_master_2"; this.rb2_master_2.Size = new System.Drawing.Size(91, 17); this.rb2_master_2.TabIndex = 1; this.rb2_master_2.TabStop = true; this.rb2_master_2.Text = "radioButton22"; this.rb2_master_2.UseVisualStyleBackColor = true; // // rb2_master_1 // this.rb2_master_1.AutoSize = true; this.rb2_master_1.Location = new System.Drawing.Point(6, 19); this.rb2_master_1.Name = "rb2_master_1"; this.rb2_master_1.Size = new System.Drawing.Size(91, 17); this.rb2_master_1.TabIndex = 0; this.rb2_master_1.Tag = "0"; this.rb2_master_1.Text = "radioButton21"; this.rb2_master_1.UseVisualStyleBackColor = true; // // groupBox3 // this.groupBox3.Controls.Add(this.rb1_master_3); this.groupBox3.Controls.Add(this.rb1_master_2); this.groupBox3.Controls.Add(this.rb1_master_1); this.groupBox3.Location = new System.Drawing.Point(3, 19); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(103, 91); this.groupBox3.TabIndex = 1; this.groupBox3.TabStop = false; this.groupBox3.Text = "Master"; // // rb1_master_3 // this.rb1_master_3.AutoSize = true; this.rb1_master_3.Location = new System.Drawing.Point(6, 65); this.rb1_master_3.Name = "rb1_master_3"; this.rb1_master_3.Size = new System.Drawing.Size(91, 17); this.rb1_master_3.TabIndex = 2; this.rb1_master_3.Text = "radioButton13"; this.rb1_master_3.UseVisualStyleBackColor = true; // // rb1_master_2 // this.rb1_master_2.AutoSize = true; this.rb1_master_2.Checked = true; this.rb1_master_2.Location = new System.Drawing.Point(6, 42); this.rb1_master_2.Name = "rb1_master_2"; this.rb1_master_2.Size = new System.Drawing.Size(91, 17); this.rb1_master_2.TabIndex = 1; this.rb1_master_2.TabStop = true; this.rb1_master_2.Text = "radioButton12"; this.rb1_master_2.UseVisualStyleBackColor = true; // // rb1_master_1 // this.rb1_master_1.AutoSize = true; this.rb1_master_1.Location = new System.Drawing.Point(6, 19); this.rb1_master_1.Name = "rb1_master_1"; this.rb1_master_1.Size = new System.Drawing.Size(91, 17); this.rb1_master_1.TabIndex = 0; this.rb1_master_1.Tag = "0"; this.rb1_master_1.Text = "radioButton11"; this.rb1_master_1.UseVisualStyleBackColor = true; // // groupBox2 // groupBox2.Controls.Add(this.groupBox8); groupBox2.Controls.Add(this.groupBox7); groupBox2.Controls.Add(this.label1); groupBox2.Controls.Add(this.lbl_shift_names_basic); groupBox2.Controls.Add(this.bt_shift_names_with_colors); groupBox2.Controls.Add(this.bt_shift_names_basic); groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; groupBox2.Location = new System.Drawing.Point(0, 0); groupBox2.Name = "groupBox2"; groupBox2.Size = new System.Drawing.Size(272, 258); groupBox2.TabIndex = 0; groupBox2.TabStop = false; groupBox2.Text = "CS Utils Usage"; // // tb_num_of_chked_boxes // this.tb_num_of_chked_boxes.Location = new System.Drawing.Point(205, 39); this.tb_num_of_chked_boxes.Name = "tb_num_of_chked_boxes"; this.tb_num_of_chked_boxes.ReadOnly = true; this.tb_num_of_chked_boxes.Size = new System.Drawing.Size(28, 20); this.tb_num_of_chked_boxes.TabIndex = 6; this.tb_num_of_chked_boxes.Text = "0"; this.tb_num_of_chked_boxes.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(163, 13); this.label3.TabIndex = 5; this.label3.Text = "Number Of Checked Checboxes:"; // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Location = new System.Drawing.Point(215, 19); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(44, 17); this.checkBox5.TabIndex = 4; this.checkBox5.Text = "cb5"; this.checkBox5.UseVisualStyleBackColor = true; this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(165, 19); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(44, 17); this.checkBox4.TabIndex = 4; this.checkBox4.Text = "cb4"; this.checkBox4.UseVisualStyleBackColor = true; this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(115, 19); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(44, 17); this.checkBox3.TabIndex = 4; this.checkBox3.Text = "cb3"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(65, 19); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(44, 17); this.checkBox2.TabIndex = 4; this.checkBox2.Text = "cb2"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(15, 19); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(44, 17); this.checkBox1.TabIndex = 4; this.checkBox1.Text = "cb1"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // rb_txt_normal // this.rb_txt_normal.AutoSize = true; this.rb_txt_normal.Checked = true; this.rb_txt_normal.Location = new System.Drawing.Point(205, 14); this.rb_txt_normal.Name = "rb_txt_normal"; this.rb_txt_normal.Size = new System.Drawing.Size(58, 17); this.rb_txt_normal.TabIndex = 3; this.rb_txt_normal.TabStop = true; this.rb_txt_normal.Tag = "0"; this.rb_txt_normal.Text = "Normal"; this.rb_txt_normal.UseVisualStyleBackColor = true; this.rb_txt_normal.CheckedChanged += new System.EventHandler(this.rb_txt_bold_CheckedChanged); // // rb_txt_italic // this.rb_txt_italic.AutoSize = true; this.rb_txt_italic.Location = new System.Drawing.Point(152, 14); this.rb_txt_italic.Name = "rb_txt_italic"; this.rb_txt_italic.Size = new System.Drawing.Size(47, 17); this.rb_txt_italic.TabIndex = 3; this.rb_txt_italic.Tag = "2"; this.rb_txt_italic.Text = "Italic"; this.rb_txt_italic.UseVisualStyleBackColor = true; this.rb_txt_italic.CheckedChanged += new System.EventHandler(this.rb_txt_bold_CheckedChanged); // // rb_txt_bold // this.rb_txt_bold.AutoSize = true; this.rb_txt_bold.Location = new System.Drawing.Point(100, 14); this.rb_txt_bold.Name = "rb_txt_bold"; this.rb_txt_bold.Size = new System.Drawing.Size(46, 17); this.rb_txt_bold.TabIndex = 3; this.rb_txt_bold.Tag = "1"; this.rb_txt_bold.Text = "Bold"; this.rb_txt_bold.UseVisualStyleBackColor = true; this.rb_txt_bold.CheckedChanged += new System.EventHandler(this.rb_txt_bold_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 13); this.label2.TabIndex = 2; this.label2.Text = "Make All Texts: "; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 84); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(160, 13); this.label1.TabIndex = 1; this.label1.Text = "Enumerate With Custom Objects"; // // lbl_shift_names_basic // this.lbl_shift_names_basic.AutoSize = true; this.lbl_shift_names_basic.Location = new System.Drawing.Point(6, 34); this.lbl_shift_names_basic.Name = "lbl_shift_names_basic"; this.lbl_shift_names_basic.Size = new System.Drawing.Size(148, 13); this.lbl_shift_names_basic.TabIndex = 1; this.lbl_shift_names_basic.Text = "Enumerate Names by Clicking"; // // bt_shift_names_with_colors // this.bt_shift_names_with_colors.Location = new System.Drawing.Point(26, 100); this.bt_shift_names_with_colors.Name = "bt_shift_names_with_colors"; this.bt_shift_names_with_colors.Size = new System.Drawing.Size(75, 23); this.bt_shift_names_with_colors.TabIndex = 0; this.bt_shift_names_with_colors.Text = "Enumerate"; this.bt_shift_names_with_colors.UseVisualStyleBackColor = true; this.bt_shift_names_with_colors.Click += new System.EventHandler(this.bt_shift_names_with_colors_Click); // // bt_shift_names_basic // this.bt_shift_names_basic.Location = new System.Drawing.Point(26, 50); this.bt_shift_names_basic.Name = "bt_shift_names_basic"; this.bt_shift_names_basic.Size = new System.Drawing.Size(75, 23); this.bt_shift_names_basic.TabIndex = 0; this.bt_shift_names_basic.Text = "Enumerate"; this.bt_shift_names_basic.UseVisualStyleBackColor = true; this.bt_shift_names_basic.Click += new System.EventHandler(this.bt_shift_names_basic_Click); // // groupBox7 // this.groupBox7.Controls.Add(this.checkBox2); this.groupBox7.Controls.Add(this.tb_num_of_chked_boxes); this.groupBox7.Controls.Add(this.checkBox1); this.groupBox7.Controls.Add(this.label3); this.groupBox7.Controls.Add(this.checkBox3); this.groupBox7.Controls.Add(this.checkBox5); this.groupBox7.Controls.Add(this.checkBox4); this.groupBox7.Location = new System.Drawing.Point(3, 181); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(263, 66); this.groupBox7.TabIndex = 7; this.groupBox7.TabStop = false; this.groupBox7.Text = "GetAll<T> Usage"; // // groupBox8 // this.groupBox8.Controls.Add(this.rb_txt_bold); this.groupBox8.Controls.Add(this.label2); this.groupBox8.Controls.Add(this.rb_txt_normal); this.groupBox8.Controls.Add(this.rb_txt_italic); this.groupBox8.Location = new System.Drawing.Point(3, 133); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(263, 42); this.groupBox8.TabIndex = 8; this.groupBox8.TabStop = false; this.groupBox8.Text = "MakeAll<T> Usage"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(504, 260); this.Controls.Add(splitContainer1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); groupBox1.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox8.ResumeLayout(false); this.groupBox8.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.SplitContainer splitContainer; this.classHierarchyControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Classes.ClassHierarchyControl(); this.classDefinitionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.Classes.ClassDefinitionControl(); splitContainer = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit(); splitContainer.Panel1.SuspendLayout(); splitContainer.Panel2.SuspendLayout(); splitContainer.SuspendLayout(); this.SuspendLayout(); // // splitContainer // splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer.Location = new System.Drawing.Point(0, 0); splitContainer.Name = "splitContainer"; // // splitContainer.Panel1 // splitContainer.Panel1.Controls.Add(this.classHierarchyControl); // // splitContainer.Panel2 // splitContainer.Panel2.Controls.Add(this.classDefinitionControl); splitContainer.Size = new System.Drawing.Size(504, 325); splitContainer.SplitterDistance = 224; splitContainer.TabIndex = 0; // // classHierarchyControl // this.classHierarchyControl.ClassHolder = null; this.classHierarchyControl.Dock = System.Windows.Forms.DockStyle.Fill; this.classHierarchyControl.Enabled = false; this.classHierarchyControl.Location = new System.Drawing.Point(0, 0); this.classHierarchyControl.Name = "classHierarchyControl"; this.classHierarchyControl.Size = new System.Drawing.Size(224, 325); this.classHierarchyControl.SystemImplementationHolder = null; this.classHierarchyControl.TabIndex = 0; // // classDefinitionControl // this.classDefinitionControl.Dirty = false; this.classDefinitionControl.Dock = System.Windows.Forms.DockStyle.Fill; this.classDefinitionControl.Enabled = false; this.classDefinitionControl.Location = new System.Drawing.Point(0, 0); this.classDefinitionControl.Name = "classDefinitionControl"; this.classDefinitionControl.Size = new System.Drawing.Size(276, 325); this.classDefinitionControl.SystemImplementationHolder = null; this.classDefinitionControl.TabIndex = 0; // // ClassesControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(splitContainer); this.Name = "ClassesControl"; this.Size = new System.Drawing.Size(504, 325); splitContainer.Panel1.ResumeLayout(false); splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit(); splitContainer.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { System.Windows.Forms.SplitContainer splitContainer1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.tabPage = new System.Windows.Forms.TabControl(); this.tabGate = new System.Windows.Forms.TabPage(); this.tabMotion = new System.Windows.Forms.TabPage(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.FileToolStrip = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.UserToolStrip = new System.Windows.Forms.ToolStripMenuItem(); this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.languageToolStrip = new System.Windows.Forms.ToolStripMenuItem(); this.ChineseMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.EnglishMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusLbBoards = new System.Windows.Forms.ToolStripStatusLabel(); this.statusBoards = new System.Windows.Forms.ToolStripStatusLabel(); this.statusLbThreads = new System.Windows.Forms.ToolStripStatusLabel(); this.statusThreads = new System.Windows.Forms.ToolStripStatusLabel(); this.aToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mmToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.usToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.stripBtn_open = new System.Windows.Forms.ToolStripButton(); this.stripBtn_save = new System.Windows.Forms.ToolStripButton(); this.stripBtn_print = new System.Windows.Forms.ToolStripButton(); this.stripBtnproduct = new System.Windows.Forms.ToolStripButton(); this.btndetection = new System.Windows.Forms.ToolStripButton(); this.stripBtnUT = new System.Windows.Forms.ToolStripButton(); this.stripBtnMeasureMode = new System.Windows.Forms.ToolStripButton(); this.stripBtnAUT = new System.Windows.Forms.ToolStripButton(); this.stripBtn_Report = new System.Windows.Forms.ToolStripButton(); this.btnBatch = new System.Windows.Forms.ToolStripButton(); this.stripBtn_Hardware = new System.Windows.Forms.ToolStripButton(); this.stripBtnDiagnosis = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.label1 = new System.Windows.Forms.Label(); this.checkBoxEnvelop = new System.Windows.Forms.CheckBox(); this.trackBarEnelopSpeed = new System.Windows.Forms.TrackBar(); this.checkBoxBatchSet = new System.Windows.Forms.CheckBox(); this.cmbAscan = new System.Windows.Forms.ComboBox(); this.labelAscan = new System.Windows.Forms.Label(); this.cmbDirection = new System.Windows.Forms.ComboBox(); this.cmbGroup = new System.Windows.Forms.ComboBox(); this.labelDirection = new System.Windows.Forms.Label(); this.labelGroup = new System.Windows.Forms.Label(); this.labelType = new System.Windows.Forms.Label(); this.tbShow = new System.Windows.Forms.TabControl(); this.tbManualMode = new System.Windows.Forms.TabPage(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cmbType = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tbAutoMode = new System.Windows.Forms.TabPage(); this.tbCheckMode = new System.Windows.Forms.TabPage(); this.tbSscan = new System.Windows.Forms.TabPage(); splitContainer1 = new System.Windows.Forms.SplitContainer(); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.tabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarEnelopSpeed)).BeginInit(); this.tbShow.SuspendLayout(); this.tbManualMode.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(splitContainer1, "splitContainer1"); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(this.splitContainer3); this.tableLayoutPanel1.SetRowSpan(splitContainer1, 4); // // splitContainer3 // this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.splitContainer3, "splitContainer3"); this.splitContainer3.Name = "splitContainer3"; // // splitContainer3.Panel1 // resources.ApplyResources(this.splitContainer3.Panel1, "splitContainer3.Panel1"); this.splitContainer3.Panel1.BackColor = System.Drawing.SystemColors.Control; this.splitContainer3.Panel1.Controls.Add(this.tabPage); // // splitContainer3.Panel2 // resources.ApplyResources(this.splitContainer3.Panel2, "splitContainer3.Panel2"); this.splitContainer3.Panel2.BackColor = System.Drawing.SystemColors.Control; // // tabPage // this.tabPage.Controls.Add(this.tabGate); this.tabPage.Controls.Add(this.tabMotion); resources.ApplyResources(this.tabPage, "tabPage"); this.tabPage.Name = "tabPage"; this.tabPage.SelectedIndex = 0; // // tabGate // resources.ApplyResources(this.tabGate, "tabGate"); this.tabGate.BackColor = System.Drawing.SystemColors.Control; this.tabGate.Name = "tabGate"; // // tabMotion // resources.ApplyResources(this.tabMotion, "tabMotion"); this.tabMotion.BackColor = System.Drawing.SystemColors.Control; this.tabMotion.Name = "tabMotion"; // // splitContainer2 // this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.splitContainer2, "splitContainer2"); this.splitContainer2.Name = "splitContainer2"; // // menuStrip1 // this.menuStrip1.BackColor = System.Drawing.Color.LightSteelBlue; resources.ApplyResources(this.menuStrip1, "menuStrip1"); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FileToolStrip, this.UserToolStrip, this.languageToolStrip }); this.menuStrip1.Name = "menuStrip1"; // // FileToolStrip // this.FileToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadToolStripMenuItem, this.saveToolStripMenuItem }); this.FileToolStrip.Name = "FileToolStrip"; resources.ApplyResources(this.FileToolStrip, "FileToolStrip"); // // loadToolStripMenuItem // this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; resources.ApplyResources(this.loadToolStripMenuItem, "loadToolStripMenuItem"); this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; resources.ApplyResources(this.saveToolStripMenuItem, "saveToolStripMenuItem"); this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // UserToolStrip // this.UserToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.userToolStripMenuItem }); this.UserToolStrip.Name = "UserToolStrip"; resources.ApplyResources(this.UserToolStrip, "UserToolStrip"); // // userToolStripMenuItem // this.userToolStripMenuItem.Name = "userToolStripMenuItem"; resources.ApplyResources(this.userToolStripMenuItem, "userToolStripMenuItem"); // // languageToolStrip // this.languageToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ChineseMenuItem, this.EnglishMenuItem }); this.languageToolStrip.Name = "languageToolStrip"; resources.ApplyResources(this.languageToolStrip, "languageToolStrip"); // // ChineseMenuItem // this.ChineseMenuItem.Name = "ChineseMenuItem"; resources.ApplyResources(this.ChineseMenuItem, "ChineseMenuItem"); this.ChineseMenuItem.Tag = "ZH"; this.ChineseMenuItem.Click += new System.EventHandler(this.ChineseMenuItem_Click); // // EnglishMenuItem // this.EnglishMenuItem.Name = "EnglishMenuItem"; resources.ApplyResources(this.EnglishMenuItem, "EnglishMenuItem"); this.EnglishMenuItem.Tag = "EN"; this.EnglishMenuItem.Click += new System.EventHandler(this.EnglishMenuItem_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.statusLbBoards, this.statusBoards, this.statusLbThreads, this.statusThreads }); resources.ApplyResources(this.statusStrip1, "statusStrip1"); this.statusStrip1.Name = "statusStrip1"; // // statusLbBoards // this.statusLbBoards.Name = "statusLbBoards"; resources.ApplyResources(this.statusLbBoards, "statusLbBoards"); // // statusBoards // this.statusBoards.Name = "statusBoards"; resources.ApplyResources(this.statusBoards, "statusBoards"); // // statusLbThreads // this.statusLbThreads.Margin = new System.Windows.Forms.Padding(40, 3, 0, 2); this.statusLbThreads.Name = "statusLbThreads"; resources.ApplyResources(this.statusLbThreads, "statusLbThreads"); // // statusThreads // this.statusThreads.Name = "statusThreads"; resources.ApplyResources(this.statusThreads, "statusThreads"); // // aToolStripMenuItem // this.aToolStripMenuItem.Name = "aToolStripMenuItem"; resources.ApplyResources(this.aToolStripMenuItem, "aToolStripMenuItem"); // // mmToolStripMenuItem // this.mmToolStripMenuItem.Name = "mmToolStripMenuItem"; resources.ApplyResources(this.mmToolStripMenuItem, "mmToolStripMenuItem"); // // usToolStripMenuItem // this.usToolStripMenuItem.Name = "usToolStripMenuItem"; resources.ApplyResources(this.usToolStripMenuItem, "usToolStripMenuItem"); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.stripBtn_open, this.stripBtn_save, this.stripBtn_print, this.stripBtnproduct, this.btndetection, this.stripBtnUT, this.stripBtnMeasureMode, this.stripBtnAUT, this.stripBtn_Report, this.btnBatch, this.stripBtn_Hardware, this.stripBtnDiagnosis, this.toolStripButton1 }); resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // stripBtn_open // this.stripBtn_open.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtn_open, "stripBtn_open"); this.stripBtn_open.Name = "stripBtn_open"; this.stripBtn_open.Click += new System.EventHandler(this.stripBtn_open_Click); // // stripBtn_save // this.stripBtn_save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtn_save, "stripBtn_save"); this.stripBtn_save.Name = "stripBtn_save"; this.stripBtn_save.Click += new System.EventHandler(this.stripBtn_save_Click); // // stripBtn_print // this.stripBtn_print.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtn_print, "stripBtn_print"); this.stripBtn_print.Name = "stripBtn_print"; // // stripBtnproduct // this.stripBtnproduct.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtnproduct, "stripBtnproduct"); this.stripBtnproduct.Name = "stripBtnproduct"; this.stripBtnproduct.Click += new System.EventHandler(this.stripBtnproduct_Click); // // btndetection // this.btndetection.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btndetection, "btndetection"); this.btndetection.Name = "btndetection"; this.btndetection.Click += new System.EventHandler(this.btndetection_Click); // // stripBtnUT // this.stripBtnUT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtnUT, "stripBtnUT"); this.stripBtnUT.Name = "stripBtnUT"; this.stripBtnUT.Click += new System.EventHandler(this.stripBtnUT_Click); // // stripBtnMeasureMode // this.stripBtnMeasureMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtnMeasureMode, "stripBtnMeasureMode"); this.stripBtnMeasureMode.Name = "stripBtnMeasureMode"; this.stripBtnMeasureMode.Click += new System.EventHandler(this.stripBtnMeasureMode_Click); // // stripBtnAUT // this.stripBtnAUT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtnAUT, "stripBtnAUT"); this.stripBtnAUT.Name = "stripBtnAUT"; this.stripBtnAUT.Click += new System.EventHandler(this.stripBtnAUT_Click); // // stripBtn_Report // this.stripBtn_Report.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtn_Report, "stripBtn_Report"); this.stripBtn_Report.Name = "stripBtn_Report"; this.stripBtn_Report.Click += new System.EventHandler(this.stripBtn_Report_Click); // // btnBatch // this.btnBatch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnBatch, "btnBatch"); this.btnBatch.Name = "btnBatch"; this.btnBatch.Click += new System.EventHandler(this.btnBatch_Click); // // stripBtn_Hardware // this.stripBtn_Hardware.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtn_Hardware, "stripBtn_Hardware"); this.stripBtn_Hardware.Name = "stripBtn_Hardware"; this.stripBtn_Hardware.Click += new System.EventHandler(this.stripBtn_Hardware_Click); // // stripBtnDiagnosis // this.stripBtnDiagnosis.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.stripBtnDiagnosis, "stripBtnDiagnosis"); this.stripBtnDiagnosis.Name = "stripBtnDiagnosis"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.toolStripButton1, "toolStripButton1"); this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // checkBoxEnvelop // resources.ApplyResources(this.checkBoxEnvelop, "checkBoxEnvelop"); this.checkBoxEnvelop.Name = "checkBoxEnvelop"; this.checkBoxEnvelop.UseVisualStyleBackColor = true; this.checkBoxEnvelop.Click += new System.EventHandler(this.checkBoxEnvelop_Click); // // trackBarEnelopSpeed // this.trackBarEnelopSpeed.BackColor = System.Drawing.SystemColors.Control; resources.ApplyResources(this.trackBarEnelopSpeed, "trackBarEnelopSpeed"); this.trackBarEnelopSpeed.Name = "trackBarEnelopSpeed"; this.trackBarEnelopSpeed.Scroll += new System.EventHandler(this.trackBarEnelopSpeed_Scroll); this.trackBarEnelopSpeed.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarEnelopSpeed_MouseUp); // // checkBoxBatchSet // resources.ApplyResources(this.checkBoxBatchSet, "checkBoxBatchSet"); this.checkBoxBatchSet.Name = "checkBoxBatchSet"; this.checkBoxBatchSet.UseVisualStyleBackColor = true; this.checkBoxBatchSet.Click += new System.EventHandler(this.checkBoxBatchSet_Click); // // cmbAscan // this.cmbAscan.BackColor = System.Drawing.SystemColors.Window; this.cmbAscan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.cmbAscan, "cmbAscan"); this.cmbAscan.ForeColor = System.Drawing.SystemColors.WindowText; this.cmbAscan.FormattingEnabled = true; this.cmbAscan.Name = "cmbAscan"; this.cmbAscan.Tag = "6"; this.cmbAscan.SelectedIndexChanged += new System.EventHandler(this.cmbAscan_SelectedIndexChanged); // // labelAscan // resources.ApplyResources(this.labelAscan, "labelAscan"); this.labelAscan.Name = "labelAscan"; // // cmbDirection // this.cmbDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.cmbDirection, "cmbDirection"); this.cmbDirection.FormattingEnabled = true; this.cmbDirection.Items.AddRange(new object[] { resources.GetString("cmbDirection.Items"), resources.GetString("cmbDirection.Items1"), resources.GetString("cmbDirection.Items2") }); this.cmbDirection.Name = "cmbDirection"; this.cmbDirection.Tag = "3"; this.cmbDirection.SelectedIndexChanged += new System.EventHandler(this.cmbDirection_SelectedIndexChanged); // // cmbGroup // this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.cmbGroup, "cmbGroup"); this.cmbGroup.FormattingEnabled = true; this.cmbGroup.Name = "cmbGroup"; this.cmbGroup.Tag = "5"; this.cmbGroup.SelectedIndexChanged += new System.EventHandler(this.cmbGroup_SelectedIndexChanged); // // labelDirection // resources.ApplyResources(this.labelDirection, "labelDirection"); this.labelDirection.Name = "labelDirection"; // // labelGroup // resources.ApplyResources(this.labelGroup, "labelGroup"); this.labelGroup.Name = "labelGroup"; // // labelType // resources.ApplyResources(this.labelType, "labelType"); this.labelType.Name = "labelType"; // // tbShow // this.tbShow.Controls.Add(this.tbManualMode); this.tbShow.Controls.Add(this.tbAutoMode); this.tbShow.Controls.Add(this.tbCheckMode); this.tbShow.Controls.Add(this.tbSscan); resources.ApplyResources(this.tbShow, "tbShow"); this.tbShow.Name = "tbShow"; this.tbShow.SelectedIndex = 0; // // tbManualMode // this.tbManualMode.Controls.Add(this.tableLayoutPanel1); resources.ApplyResources(this.tbManualMode, "tbManualMode"); this.tbManualMode.Name = "tbManualMode"; this.tbManualMode.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control; resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1); this.tableLayoutPanel1.Controls.Add(splitContainer1, 1, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // groupBox2 // this.groupBox2.Controls.Add(this.cmbType); this.groupBox2.Controls.Add(this.cmbDirection); this.groupBox2.Controls.Add(this.labelAscan); this.groupBox2.Controls.Add(this.cmbAscan); this.groupBox2.Controls.Add(this.labelType); this.groupBox2.Controls.Add(this.checkBoxBatchSet); this.groupBox2.Controls.Add(this.labelDirection); this.groupBox2.Controls.Add(this.labelGroup); this.groupBox2.Controls.Add(this.cmbGroup); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // cmbType // this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbType.FormattingEnabled = true; this.cmbType.Items.AddRange(new object[] { resources.GetString("cmbType.Items"), resources.GetString("cmbType.Items1"), resources.GetString("cmbType.Items2") }); resources.ApplyResources(this.cmbType, "cmbType"); this.cmbType.Name = "cmbType"; this.cmbType.Tag = "3"; this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.checkBoxEnvelop); this.groupBox1.Controls.Add(this.trackBarEnelopSpeed); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // tbAutoMode // this.tbAutoMode.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.tbAutoMode, "tbAutoMode"); this.tbAutoMode.Name = "tbAutoMode"; // // tbCheckMode // resources.ApplyResources(this.tbCheckMode, "tbCheckMode"); this.tbCheckMode.Name = "tbCheckMode"; this.tbCheckMode.UseVisualStyleBackColor = true; // // tbSscan // resources.ApplyResources(this.tbSscan, "tbSscan"); this.tbSscan.Name = "tbSscan"; this.tbSscan.UseVisualStyleBackColor = true; // // MainForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.Controls.Add(this.tbShow); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "MainForm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.tabPage.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarEnelopSpeed)).EndInit(); this.tbShow.ResumeLayout(false); this.tbManualMode.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); 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() { System.Windows.Forms.SplitContainer splitContainer1; System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; System.Windows.Forms.SplitContainer splitContainer2; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader2; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParseTester)); this.btnParseMethod = new System.Windows.Forms.Button(); this.btnParseInitializer = new System.Windows.Forms.Button(); this.txtSource = new System.Windows.Forms.TextBox(); this.treeParseNodes = new System.Windows.Forms.TreeView(); this.listProperties = new System.Windows.Forms.ListView(); splitContainer1 = new System.Windows.Forms.SplitContainer(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); splitContainer2 = new System.Windows.Forms.SplitContainer(); columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer1.Location = new System.Drawing.Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tableLayoutPanel1); splitContainer1.Panel1.Controls.Add(this.txtSource); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new System.Drawing.Size(749, 526); splitContainer1.SplitterDistance = 210; splitContainer1.TabIndex = 0; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 2; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Controls.Add(this.btnParseMethod, 0, 0); tableLayoutPanel1.Controls.Add(this.btnParseInitializer, 0, 0); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; tableLayoutPanel1.Location = new System.Drawing.Point(0, 179); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); tableLayoutPanel1.Size = new System.Drawing.Size(749, 31); tableLayoutPanel1.TabIndex = 3; // // btnParseMethod // this.btnParseMethod.Dock = System.Windows.Forms.DockStyle.Bottom; this.btnParseMethod.Location = new System.Drawing.Point(377, 5); this.btnParseMethod.Name = "btnParseMethod"; this.btnParseMethod.Size = new System.Drawing.Size(369, 23); this.btnParseMethod.TabIndex = 4; this.btnParseMethod.Text = "Parse Method"; this.btnParseMethod.UseVisualStyleBackColor = true; this.btnParseMethod.Click += new System.EventHandler(this.btnParseMethod_Click); // // btnParseInitializer // this.btnParseInitializer.Dock = System.Windows.Forms.DockStyle.Bottom; this.btnParseInitializer.Location = new System.Drawing.Point(3, 5); this.btnParseInitializer.Name = "btnParseInitializer"; this.btnParseInitializer.Size = new System.Drawing.Size(368, 23); this.btnParseInitializer.TabIndex = 3; this.btnParseInitializer.Text = "Parse Initializer"; this.btnParseInitializer.UseVisualStyleBackColor = true; this.btnParseInitializer.Click += new System.EventHandler(this.btnParseInitializer_Click); // // txtSource // this.txtSource.AcceptsTab = true; this.txtSource.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.txtSource.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSource.HideSelection = false; this.txtSource.Location = new System.Drawing.Point(9, 12); this.txtSource.Multiline = true; this.txtSource.Name = "txtSource"; this.txtSource.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtSource.Size = new System.Drawing.Size(728, 161); this.txtSource.TabIndex = 2; // // splitContainer2 // splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; splitContainer2.Location = new System.Drawing.Point(0, 0); splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(this.treeParseNodes); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(this.listProperties); splitContainer2.Size = new System.Drawing.Size(749, 312); splitContainer2.SplitterDistance = 373; splitContainer2.TabIndex = 0; // // treeParseNodes // this.treeParseNodes.Dock = System.Windows.Forms.DockStyle.Fill; this.treeParseNodes.HideSelection = false; this.treeParseNodes.Location = new System.Drawing.Point(0, 0); this.treeParseNodes.Name = "treeParseNodes"; this.treeParseNodes.ShowNodeToolTips = true; this.treeParseNodes.Size = new System.Drawing.Size(373, 312); this.treeParseNodes.TabIndex = 0; this.treeParseNodes.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeParseNodes_AfterSelect); this.treeParseNodes.Click += new System.EventHandler(this.treeParseNodes_Click); // // listProperties // this.listProperties.AllowColumnReorder = true; this.listProperties.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader1, columnHeader2}); this.listProperties.Dock = System.Windows.Forms.DockStyle.Fill; this.listProperties.FullRowSelect = true; this.listProperties.HideSelection = false; this.listProperties.Location = new System.Drawing.Point(0, 0); this.listProperties.MultiSelect = false; this.listProperties.Name = "listProperties"; this.listProperties.ShowGroups = false; this.listProperties.ShowItemToolTips = true; this.listProperties.Size = new System.Drawing.Size(372, 312); this.listProperties.TabIndex = 0; this.listProperties.UseCompatibleStateImageBehavior = false; this.listProperties.View = System.Windows.Forms.View.Details; // // columnHeader1 // columnHeader1.Text = "Property"; columnHeader1.Width = 160; // // columnHeader2 // columnHeader2.Text = "Value"; columnHeader2.Width = 200; // // ParseTester // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(749, 526); this.Controls.Add(splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ParseTester"; this.Text = "Parse - Tester"; splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); this.ResumeLayout(false); }