StephaneLenclud@231: namespace SharpDisplayManager StephaneLenclud@231: { StephaneLenclud@231: partial class FormEditObject StephaneLenclud@231: { StephaneLenclud@231: /// StephaneLenclud@231: /// Required designer variable. StephaneLenclud@231: /// StephaneLenclud@231: private System.ComponentModel.IContainer components = null; StephaneLenclud@231: StephaneLenclud@231: /// StephaneLenclud@231: /// Clean up any resources being used. StephaneLenclud@231: /// StephaneLenclud@231: /// true if managed resources should be disposed; otherwise, false. StephaneLenclud@231: protected override void Dispose(bool disposing) StephaneLenclud@231: { StephaneLenclud@231: if (disposing && (components != null)) StephaneLenclud@231: { StephaneLenclud@231: components.Dispose(); StephaneLenclud@231: } StephaneLenclud@231: base.Dispose(disposing); StephaneLenclud@231: } StephaneLenclud@231: StephaneLenclud@231: #region Windows Form Designer generated code StephaneLenclud@231: StephaneLenclud@231: /// StephaneLenclud@231: /// Required method for Designer support - do not modify StephaneLenclud@231: /// the contents of this method with the code editor. StephaneLenclud@231: /// StephaneLenclud@231: private void InitializeComponent() StephaneLenclud@231: { StephaneLenclud@231: this.components = new System.ComponentModel.Container(); StephaneLenclud@231: this.comboBoxActionType = new System.Windows.Forms.ComboBox(); StephaneLenclud@231: this.labelActionType = new System.Windows.Forms.Label(); StephaneLenclud@231: this.buttonOk = new System.Windows.Forms.Button(); StephaneLenclud@231: this.buttonCancel = new System.Windows.Forms.Button(); StephaneLenclud@231: this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); StephaneLenclud@231: this.toolTip = new System.Windows.Forms.ToolTip(this.components); StephaneLenclud@231: this.buttonTest = new System.Windows.Forms.Button(); StephaneLenclud@231: this.SuspendLayout(); StephaneLenclud@231: // StephaneLenclud@231: // comboBoxActionType StephaneLenclud@231: // StephaneLenclud@231: this.comboBoxActionType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) StephaneLenclud@231: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@231: this.comboBoxActionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; StephaneLenclud@231: this.comboBoxActionType.FormattingEnabled = true; StephaneLenclud@231: this.comboBoxActionType.Location = new System.Drawing.Point(55, 12); StephaneLenclud@231: this.comboBoxActionType.Name = "comboBoxActionType"; StephaneLenclud@231: this.comboBoxActionType.Size = new System.Drawing.Size(272, 21); StephaneLenclud@231: this.comboBoxActionType.Sorted = true; StephaneLenclud@231: this.comboBoxActionType.TabIndex = 18; StephaneLenclud@231: this.comboBoxActionType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged); StephaneLenclud@231: // StephaneLenclud@231: // labelActionType StephaneLenclud@231: // StephaneLenclud@231: this.labelActionType.AutoSize = true; StephaneLenclud@231: this.labelActionType.Location = new System.Drawing.Point(12, 15); StephaneLenclud@231: this.labelActionType.Name = "labelActionType"; StephaneLenclud@231: this.labelActionType.Size = new System.Drawing.Size(37, 13); StephaneLenclud@231: this.labelActionType.TabIndex = 20; StephaneLenclud@231: this.labelActionType.Text = "Type :"; StephaneLenclud@231: // StephaneLenclud@231: // buttonOk StephaneLenclud@231: // StephaneLenclud@231: this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@231: this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; StephaneLenclud@231: this.buttonOk.Location = new System.Drawing.Point(12, 72); StephaneLenclud@231: this.buttonOk.Name = "buttonOk"; StephaneLenclud@231: this.buttonOk.Size = new System.Drawing.Size(75, 23); StephaneLenclud@231: this.buttonOk.TabIndex = 21; StephaneLenclud@231: this.buttonOk.Text = "Ok"; StephaneLenclud@231: this.buttonOk.UseVisualStyleBackColor = true; StephaneLenclud@231: this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); StephaneLenclud@231: // StephaneLenclud@231: // buttonCancel StephaneLenclud@231: // StephaneLenclud@231: this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@231: this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; StephaneLenclud@231: this.buttonCancel.Location = new System.Drawing.Point(93, 72); StephaneLenclud@231: this.buttonCancel.Name = "buttonCancel"; StephaneLenclud@231: this.buttonCancel.Size = new System.Drawing.Size(75, 23); StephaneLenclud@231: this.buttonCancel.TabIndex = 22; StephaneLenclud@231: this.buttonCancel.Text = "Cancel"; StephaneLenclud@231: this.buttonCancel.UseVisualStyleBackColor = true; StephaneLenclud@231: // StephaneLenclud@231: // iTableLayoutPanel StephaneLenclud@231: // StephaneLenclud@231: this.iTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) StephaneLenclud@231: | System.Windows.Forms.AnchorStyles.Left) StephaneLenclud@231: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@231: this.iTableLayoutPanel.AutoSize = true; StephaneLenclud@231: this.iTableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; StephaneLenclud@231: this.iTableLayoutPanel.ColumnCount = 2; StephaneLenclud@231: this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); StephaneLenclud@231: this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); StephaneLenclud@231: this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 50); StephaneLenclud@231: this.iTableLayoutPanel.Name = "iTableLayoutPanel"; StephaneLenclud@231: this.iTableLayoutPanel.RowCount = 2; StephaneLenclud@231: this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); StephaneLenclud@231: this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); StephaneLenclud@231: this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 16); StephaneLenclud@231: this.iTableLayoutPanel.TabIndex = 23; StephaneLenclud@231: // StephaneLenclud@231: // buttonTest StephaneLenclud@231: // StephaneLenclud@231: this.buttonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@231: this.buttonTest.Location = new System.Drawing.Point(252, 72); StephaneLenclud@231: this.buttonTest.Name = "buttonTest"; StephaneLenclud@231: this.buttonTest.Size = new System.Drawing.Size(75, 23); StephaneLenclud@231: this.buttonTest.TabIndex = 24; StephaneLenclud@231: this.buttonTest.Text = "Test"; StephaneLenclud@231: this.buttonTest.UseVisualStyleBackColor = true; StephaneLenclud@231: this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click); StephaneLenclud@231: // StephaneLenclud@231: // FormEditAction StephaneLenclud@231: // StephaneLenclud@231: this.AcceptButton = this.buttonOk; StephaneLenclud@231: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); StephaneLenclud@231: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; StephaneLenclud@231: this.AutoSize = true; StephaneLenclud@231: this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; StephaneLenclud@231: this.CancelButton = this.buttonCancel; StephaneLenclud@231: this.ClientSize = new System.Drawing.Size(339, 107); StephaneLenclud@231: this.Controls.Add(this.buttonTest); StephaneLenclud@231: this.Controls.Add(this.iTableLayoutPanel); StephaneLenclud@231: this.Controls.Add(this.buttonCancel); StephaneLenclud@231: this.Controls.Add(this.buttonOk); StephaneLenclud@231: this.Controls.Add(this.labelActionType); StephaneLenclud@231: this.Controls.Add(this.comboBoxActionType); StephaneLenclud@231: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; StephaneLenclud@231: this.MaximizeBox = false; StephaneLenclud@231: this.MinimizeBox = false; StephaneLenclud@231: this.Name = "FormEditAction"; StephaneLenclud@231: this.Text = "Edit action"; StephaneLenclud@231: this.Load += new System.EventHandler(this.FormEditAction_Load); StephaneLenclud@231: this.Validating += new System.ComponentModel.CancelEventHandler(this.FormEditAction_Validating); StephaneLenclud@231: this.ResumeLayout(false); StephaneLenclud@231: this.PerformLayout(); StephaneLenclud@231: StephaneLenclud@231: } StephaneLenclud@231: StephaneLenclud@231: #endregion StephaneLenclud@231: StephaneLenclud@231: private System.Windows.Forms.ComboBox comboBoxActionType; StephaneLenclud@231: private System.Windows.Forms.Label labelActionType; StephaneLenclud@231: private System.Windows.Forms.Button buttonOk; StephaneLenclud@231: private System.Windows.Forms.Button buttonCancel; StephaneLenclud@231: private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel; StephaneLenclud@231: private System.Windows.Forms.ToolTip toolTip; StephaneLenclud@231: private System.Windows.Forms.Button buttonTest; StephaneLenclud@231: } StephaneLenclud@231: }