namespace Inet.Viewer.WinForms.Prompt { partial class PromptDialogForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PromptDialogForm)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.promptTree = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.panel = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.labelDescription = new System.Windows.Forms.Label(); this.labelCaption = new System.Windows.Forms.Label(); this.btnLeft = new System.Windows.Forms.Button(); this.btnRight = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(2, 2); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.promptTree); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel); this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Size = new System.Drawing.Size(620, 467); this.splitContainer1.SplitterDistance = 181; this.splitContainer1.TabIndex = 8; // // promptTree // this.promptTree.Dock = System.Windows.Forms.DockStyle.Fill; this.promptTree.FullRowSelect = true; this.promptTree.HideSelection = false; this.promptTree.ImageIndex = 0; this.promptTree.ImageList = this.imageList1; this.promptTree.Location = new System.Drawing.Point(0, 0); this.promptTree.Name = "promptTree"; this.promptTree.SelectedImageIndex = 0; this.promptTree.Size = new System.Drawing.Size(181, 467); this.promptTree.TabIndex = 1; this.promptTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.promptTree_AfterSelect); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "col_n.gif"); this.imageList1.Images.SetKeyName(1, "col_cur.gif"); this.imageList1.Images.SetKeyName(2, "col_b.gif"); this.imageList1.Images.SetKeyName(3, "col_d.gif"); this.imageList1.Images.SetKeyName(4, "col_t.gif"); this.imageList1.Images.SetKeyName(5, "col_s.gif"); this.imageList1.Images.SetKeyName(6, "col_dt.gif"); this.imageList1.Images.SetKeyName(7, "col_bin.gif"); this.imageList1.Images.SetKeyName(8, "col_unknown.gif"); // // panel // this.panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel.Location = new System.Drawing.Point(0, 49); this.panel.Name = "panel"; this.panel.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); this.panel.Size = new System.Drawing.Size(435, 418); this.panel.TabIndex = 2; // // panel1 // this.panel1.AutoSize = true; this.panel1.BackColor = System.Drawing.SystemColors.ControlLight; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.labelDescription); this.panel1.Controls.Add(this.labelCaption); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(2); this.panel1.Size = new System.Drawing.Size(435, 49); this.panel1.TabIndex = 8; // // labelDescription // this.labelDescription.AutoSize = true; this.labelDescription.Dock = System.Windows.Forms.DockStyle.Bottom; this.labelDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.labelDescription.Location = new System.Drawing.Point(2, 17); this.labelDescription.MaximumSize = new System.Drawing.Size(420, 0); this.labelDescription.Name = "labelDescription"; this.labelDescription.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); this.labelDescription.Size = new System.Drawing.Size(399, 28); this.labelDescription.TabIndex = 8; this.labelDescription.Text = "Description Description Description Description Description Description Descripti" + "on Description Description Description Description Description "; this.labelDescription.UseMnemonic = false; // // labelCaption // this.labelCaption.AutoSize = true; this.labelCaption.Dock = System.Windows.Forms.DockStyle.Top; this.labelCaption.ForeColor = System.Drawing.SystemColors.ControlText; this.labelCaption.Location = new System.Drawing.Point(2, 2); this.labelCaption.Name = "labelCaption"; this.labelCaption.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); this.labelCaption.Size = new System.Drawing.Size(43, 15); this.labelCaption.TabIndex = 7; this.labelCaption.Text = "Caption"; this.labelCaption.UseMnemonic = false; // // btnLeft // this.btnLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnLeft.Location = new System.Drawing.Point(3, 3); this.btnLeft.Name = "btnLeft"; this.btnLeft.Size = new System.Drawing.Size(75, 23); this.btnLeft.TabIndex = 3; this.btnLeft.Text = "←"; this.btnLeft.UseVisualStyleBackColor = true; this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click); // // btnRight // this.btnRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRight.Location = new System.Drawing.Point(84, 3); this.btnRight.Name = "btnRight"; this.btnRight.Size = new System.Drawing.Size(75, 23); this.btnRight.TabIndex = 4; this.btnRight.Text = "→"; this.btnRight.UseVisualStyleBackColor = true; this.btnRight.Click += new System.EventHandler(this.btnRight_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.CausesValidation = false; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(526, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(91, 23); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "Abbrechen"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.CausesValidation = false; this.btnOK.Location = new System.Drawing.Point(445, 3); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 5; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // errorProvider // this.errorProvider.ContainerControl = this; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.btnCancel); this.flowLayoutPanel1.Controls.Add(this.btnOK); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(620, 29); this.flowLayoutPanel1.TabIndex = 4; // // panel2 // this.panel2.Controls.Add(this.flowLayoutPanel2); this.panel2.Controls.Add(this.flowLayoutPanel1); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(2, 469); this.panel2.Name = "panel2"; this.panel2.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); this.panel2.Size = new System.Drawing.Size(620, 31); this.panel2.TabIndex = 6; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.btnLeft); this.flowLayoutPanel2.Controls.Add(this.btnRight); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Left; this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 2); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(200, 29); this.flowLayoutPanel2.TabIndex = 6; // // PromptDialogForm // this.AcceptButton = this.btnRight; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.Disable; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(624, 502); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel2); this.Name = "PromptDialogForm"; this.Padding = new System.Windows.Forms.Padding(2); this.Text = "Parameter-Eingabe"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.flowLayoutPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Button btnCancel; internal System.Windows.Forms.Button btnOK; internal System.Windows.Forms.Button btnRight; internal System.Windows.Forms.Button btnLeft; internal System.Windows.Forms.Panel panel; private System.Windows.Forms.ErrorProvider errorProvider; internal System.Windows.Forms.TreeView promptTree; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label labelCaption; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label labelDescription; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; } }