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@247: this.iComboBoxObjectType = new System.Windows.Forms.ComboBox(); StephaneLenclud@231: this.labelActionType = new System.Windows.Forms.Label(); StephaneLenclud@247: this.iButtonOk = 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@247: this.iButtonTest = new System.Windows.Forms.Button(); StephaneLenclud@247: this.iLabelBrief = new System.Windows.Forms.Label(); StephaneLenclud@247: this.iLabelDescription = new System.Windows.Forms.Label(); StephaneLenclud@231: this.SuspendLayout(); StephaneLenclud@231: // StephaneLenclud@247: // iComboBoxObjectType StephaneLenclud@231: // StephaneLenclud@247: this.iComboBoxObjectType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) StephaneLenclud@231: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@247: this.iComboBoxObjectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; StephaneLenclud@247: this.iComboBoxObjectType.FormattingEnabled = true; StephaneLenclud@247: this.iComboBoxObjectType.Location = new System.Drawing.Point(55, 52); StephaneLenclud@247: this.iComboBoxObjectType.Name = "iComboBoxObjectType"; StephaneLenclud@247: this.iComboBoxObjectType.Size = new System.Drawing.Size(272, 21); StephaneLenclud@247: this.iComboBoxObjectType.Sorted = true; StephaneLenclud@247: this.iComboBoxObjectType.TabIndex = 18; StephaneLenclud@247: this.iComboBoxObjectType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged); StephaneLenclud@260: this.iComboBoxObjectType.Enter += new System.EventHandler(this.iComboBoxObjectType_Enter); StephaneLenclud@247: this.iComboBoxObjectType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.iComboBoxObjectType_KeyPress); StephaneLenclud@260: this.iComboBoxObjectType.Leave += new System.EventHandler(this.iComboBoxObjectType_Leave); StephaneLenclud@231: // StephaneLenclud@231: // labelActionType StephaneLenclud@231: // StephaneLenclud@231: this.labelActionType.AutoSize = true; StephaneLenclud@247: this.labelActionType.Location = new System.Drawing.Point(12, 55); 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@260: // iButtonOk StephaneLenclud@231: // StephaneLenclud@247: this.iButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); StephaneLenclud@247: this.iButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK; StephaneLenclud@247: this.iButtonOk.Location = new System.Drawing.Point(12, 157); StephaneLenclud@260: this.iButtonOk.Name = "iButtonOk"; StephaneLenclud@247: this.iButtonOk.Size = new System.Drawing.Size(75, 23); StephaneLenclud@247: this.iButtonOk.TabIndex = 21; StephaneLenclud@247: this.iButtonOk.Text = "Ok"; StephaneLenclud@247: this.iButtonOk.UseVisualStyleBackColor = true; StephaneLenclud@247: this.iButtonOk.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@247: this.buttonCancel.Location = new System.Drawing.Point(93, 157); 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@247: this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 91); 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@247: this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 46); StephaneLenclud@231: this.iTableLayoutPanel.TabIndex = 23; StephaneLenclud@231: // StephaneLenclud@260: // iButtonTest StephaneLenclud@231: // StephaneLenclud@247: this.iButtonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@247: this.iButtonTest.Location = new System.Drawing.Point(252, 157); StephaneLenclud@260: this.iButtonTest.Name = "iButtonTest"; StephaneLenclud@247: this.iButtonTest.Size = new System.Drawing.Size(75, 23); StephaneLenclud@247: this.iButtonTest.TabIndex = 24; StephaneLenclud@247: this.iButtonTest.Text = "Test"; StephaneLenclud@247: this.iButtonTest.UseVisualStyleBackColor = true; StephaneLenclud@247: this.iButtonTest.Click += new System.EventHandler(this.buttonTest_Click); StephaneLenclud@231: // StephaneLenclud@247: // iLabelBrief StephaneLenclud@246: // StephaneLenclud@247: this.iLabelBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) StephaneLenclud@246: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@247: this.iLabelBrief.AutoSize = true; StephaneLenclud@247: this.iLabelBrief.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StephaneLenclud@247: this.iLabelBrief.Location = new System.Drawing.Point(12, 9); StephaneLenclud@247: this.iLabelBrief.Name = "iLabelBrief"; StephaneLenclud@247: this.iLabelBrief.Size = new System.Drawing.Size(33, 13); StephaneLenclud@247: this.iLabelBrief.TabIndex = 25; StephaneLenclud@247: this.iLabelBrief.Text = "Brief"; StephaneLenclud@247: // StephaneLenclud@247: // iLabelDescription StephaneLenclud@247: // StephaneLenclud@247: this.iLabelDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) StephaneLenclud@247: | System.Windows.Forms.AnchorStyles.Right))); StephaneLenclud@247: this.iLabelDescription.AutoSize = true; StephaneLenclud@247: this.iLabelDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); StephaneLenclud@247: this.iLabelDescription.Location = new System.Drawing.Point(12, 31); StephaneLenclud@247: this.iLabelDescription.Name = "iLabelDescription"; StephaneLenclud@247: this.iLabelDescription.Size = new System.Drawing.Size(60, 13); StephaneLenclud@247: this.iLabelDescription.TabIndex = 26; StephaneLenclud@247: this.iLabelDescription.Text = "Description"; StephaneLenclud@246: // StephaneLenclud@239: // FormEditObject StephaneLenclud@231: // StephaneLenclud@247: this.AcceptButton = this.iButtonOk; 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@247: this.ClientSize = new System.Drawing.Size(339, 192); StephaneLenclud@247: this.Controls.Add(this.iLabelDescription); StephaneLenclud@247: this.Controls.Add(this.iLabelBrief); StephaneLenclud@247: this.Controls.Add(this.iButtonTest); StephaneLenclud@231: this.Controls.Add(this.buttonCancel); StephaneLenclud@247: this.Controls.Add(this.iButtonOk); StephaneLenclud@231: this.Controls.Add(this.labelActionType); StephaneLenclud@247: this.Controls.Add(this.iComboBoxObjectType); StephaneLenclud@246: this.Controls.Add(this.iTableLayoutPanel); StephaneLenclud@231: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; StephaneLenclud@231: this.MaximizeBox = false; StephaneLenclud@231: this.MinimizeBox = false; StephaneLenclud@239: this.Name = "FormEditObject"; StephaneLenclud@260: this.Text = "Edit object"; StephaneLenclud@239: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormEditObject_FormClosing); StephaneLenclud@231: this.Load += new System.EventHandler(this.FormEditAction_Load); StephaneLenclud@231: this.ResumeLayout(false); StephaneLenclud@231: this.PerformLayout(); StephaneLenclud@231: StephaneLenclud@231: } StephaneLenclud@231: StephaneLenclud@231: #endregion StephaneLenclud@231: StephaneLenclud@247: private System.Windows.Forms.ComboBox iComboBoxObjectType; StephaneLenclud@231: private System.Windows.Forms.Label labelActionType; StephaneLenclud@247: private System.Windows.Forms.Button iButtonOk; 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@247: private System.Windows.Forms.Button iButtonTest; StephaneLenclud@247: private System.Windows.Forms.Label iLabelBrief; StephaneLenclud@247: private System.Windows.Forms.Label iLabelDescription; StephaneLenclud@231: } StephaneLenclud@231: }