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@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@211: this.SuspendLayout(); StephaneLenclud@211: // StephaneLenclud@211: // comboBoxActionType StephaneLenclud@211: // 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@211: this.comboBoxActionType.Size = new System.Drawing.Size(333, 21); StephaneLenclud@211: this.comboBoxActionType.TabIndex = 18; 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@211: this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; StephaneLenclud@211: this.buttonOk.Location = new System.Drawing.Point(12, 55); 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@211: this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; StephaneLenclud@211: this.buttonCancel.Location = new System.Drawing.Point(93, 55); 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@211: // FormEditAction StephaneLenclud@211: // StephaneLenclud@211: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); StephaneLenclud@211: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; StephaneLenclud@211: this.ClientSize = new System.Drawing.Size(400, 86); 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@211: } StephaneLenclud@211: }