using System.Windows.Forms; namespace QtVsTools { partial class FormProjectQtSettings { #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.OptionsPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.panel1 = new System.Windows.Forms.Panel(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // OptionsPropertyGrid // this.OptionsPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.OptionsPropertyGrid.HelpVisible = false; this.OptionsPropertyGrid.Location = new System.Drawing.Point(6, 6); this.OptionsPropertyGrid.Margin = new System.Windows.Forms.Padding(6); this.OptionsPropertyGrid.Name = "OptionsPropertyGrid"; this.OptionsPropertyGrid.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; this.OptionsPropertyGrid.Size = new System.Drawing.Size(898, 603); this.OptionsPropertyGrid.TabIndex = 8; this.OptionsPropertyGrid.ToolbarVisible = false; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.okButton); this.panel1.Controls.Add(this.cancelButton); this.panel1.Location = new System.Drawing.Point(608, 746); this.panel1.Margin = new System.Windows.Forms.Padding(6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(336, 73); this.panel1.TabIndex = 9; // // okButton // this.okButton.Location = new System.Drawing.Point(16, 15); this.okButton.Margin = new System.Windows.Forms.Padding(6); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(150, 44); this.okButton.TabIndex = 0; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(176, 15); this.cancelButton.Margin = new System.Windows.Forms.Padding(6); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(150, 44); this.cancelButton.TabIndex = 1; // // tabControl1 // this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(24, 23); this.tabControl1.Margin = new System.Windows.Forms.Padding(6); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(926, 662); this.tabControl1.TabIndex = 10; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.SystemColors.Control; this.tabPage1.Controls.Add(this.OptionsPropertyGrid); this.tabPage1.Location = new System.Drawing.Point(8, 39); this.tabPage1.Margin = new System.Windows.Forms.Padding(6); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(6); this.tabPage1.Size = new System.Drawing.Size(910, 615); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "General Settings"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.SystemColors.Control; this.tabPage2.Controls.Add(this.flowLayoutPanel1); this.tabPage2.Location = new System.Drawing.Point(8, 39); this.tabPage2.Margin = new System.Windows.Forms.Padding(6); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(6); this.tabPage2.Size = new System.Drawing.Size(910, 615); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Add/Remove Qt Modules"; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(6, 6); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(898, 603); this.flowLayoutPanel1.TabIndex = 66; // // FormProjectQtSettings // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(962, 842); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel1); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(6); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(988, 913); this.Name = "FormProjectQtSettings"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "FormAddinSettings"; this.panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private PropertyGrid OptionsPropertyGrid; private Panel panel1; private Button okButton; private Button cancelButton; private TabControl tabControl1; private TabPage tabPage1; private TabPage tabPage2; private FlowLayoutPanel flowLayoutPanel1; } }