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