123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- namespace CommonFroms.DescAttributeEdit
- {
- partial class ValueTypeDialog
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.comboBoxCatgory = new System.Windows.Forms.ComboBox();
- this.comboBoxType = new System.Windows.Forms.ComboBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.valuePanel1 = new CommonFroms.DescAttributeEdit.ValuePanel();
- this.buttonOK = new System.Windows.Forms.Button();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.panel1 = new System.Windows.Forms.Panel();
- this.buttonCancel = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(14, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(32, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "类型";
- //
- // comboBoxCatgory
- //
- this.comboBoxCatgory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxCatgory.FormattingEnabled = true;
- this.comboBoxCatgory.Location = new System.Drawing.Point(16, 34);
- this.comboBoxCatgory.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.comboBoxCatgory.Name = "comboBoxCatgory";
- this.comboBoxCatgory.Size = new System.Drawing.Size(202, 25);
- this.comboBoxCatgory.Sorted = true;
- this.comboBoxCatgory.TabIndex = 1;
- //
- // comboBoxType
- //
- this.comboBoxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxType.FormattingEnabled = true;
- this.comboBoxType.Location = new System.Drawing.Point(16, 71);
- this.comboBoxType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.comboBoxType.Name = "comboBoxType";
- this.comboBoxType.Size = new System.Drawing.Size(408, 25);
- this.comboBoxType.TabIndex = 2;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.valuePanel1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.groupBox1.Size = new System.Drawing.Size(638, 608);
- this.groupBox1.TabIndex = 3;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "事件文本";
- //
- // valuePanel1
- //
- this.valuePanel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.valuePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.valuePanel1.ImeMode = System.Windows.Forms.ImeMode.On;
- this.valuePanel1.Location = new System.Drawing.Point(3, 20);
- this.valuePanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.valuePanel1.Name = "valuePanel1";
- this.valuePanel1.Size = new System.Drawing.Size(632, 584);
- this.valuePanel1.TabIndex = 0;
- //
- // buttonOK
- //
- this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.buttonOK.Location = new System.Drawing.Point(536, 8);
- this.buttonOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.buttonOK.Name = "buttonOK";
- this.buttonOK.Size = new System.Drawing.Size(87, 33);
- this.buttonOK.TabIndex = 4;
- this.buttonOK.Text = "OK";
- this.buttonOK.UseVisualStyleBackColor = true;
- this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.comboBoxType);
- this.splitContainer1.Panel1.Controls.Add(this.comboBoxCatgory);
- this.splitContainer1.Panel1.Controls.Add(this.label1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
- this.splitContainer1.Size = new System.Drawing.Size(638, 738);
- this.splitContainer1.SplitterDistance = 124;
- this.splitContainer1.SplitterWidth = 6;
- this.splitContainer1.TabIndex = 6;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.buttonCancel);
- this.panel1.Controls.Add(this.buttonOK);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel1.Location = new System.Drawing.Point(0, 738);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(638, 50);
- this.panel1.TabIndex = 7;
- //
- // buttonCancel
- //
- this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.buttonCancel.Location = new System.Drawing.Point(389, 8);
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.Size = new System.Drawing.Size(87, 33);
- this.buttonCancel.TabIndex = 5;
- this.buttonCancel.Text = "Cancel";
- this.buttonCancel.UseVisualStyleBackColor = true;
- this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
- //
- // ValueTypeDialog
- //
- this.AcceptButton = this.buttonOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.buttonCancel;
- this.ClientSize = new System.Drawing.Size(638, 788);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "ValueTypeDialog";
- this.Text = "FormTriggers";
- this.groupBox1.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboBoxCatgory;
- private System.Windows.Forms.ComboBox comboBoxType;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button buttonOK;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Panel panel1;
- private ValuePanel valuePanel1;
- private System.Windows.Forms.Button buttonCancel;
- }
- }
|