namespace WinformDevFramework { partial class FrmDicData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtDicDataText = new System.Windows.Forms.TextBox(); this.txtRemark = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbDicType = new System.Windows.Forms.ComboBox(); this.palTools.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabDataEdit.SuspendLayout(); this.groupBox1.SuspendLayout(); this.flowLayoutPanelTools.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.cmbDicType); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtRemark); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtDicDataText); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.SetChildIndex(this.txtID, 0); this.groupBox1.Controls.SetChildIndex(this.label1, 0); this.groupBox1.Controls.SetChildIndex(this.txtDicDataText, 0); this.groupBox1.Controls.SetChildIndex(this.label2, 0); this.groupBox1.Controls.SetChildIndex(this.txtRemark, 0); this.groupBox1.Controls.SetChildIndex(this.label3, 0); this.groupBox1.Controls.SetChildIndex(this.cmbDicType, 0); // // label1 // this.label1.Location = new System.Drawing.Point(14, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 23); this.label1.TabIndex = 1; this.label1.Text = "字典内容"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtDicDataText // this.txtDicDataText.Location = new System.Drawing.Point(118, 65); this.txtDicDataText.Name = "txtDicDataText"; this.txtDicDataText.Size = new System.Drawing.Size(148, 23); this.txtDicDataText.TabIndex = 2; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(118, 97); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(148, 23); this.txtRemark.TabIndex = 4; // // label2 // this.label2.Location = new System.Drawing.Point(14, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 23); this.label2.TabIndex = 3; this.label2.Text = "备注"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(14, 34); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 5; this.label3.Text = "字典类型"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // cmbDicType // this.cmbDicType.DisplayMember = "DicTypeName"; this.cmbDicType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbDicType.FormattingEnabled = true; this.cmbDicType.Location = new System.Drawing.Point(118, 32); this.cmbDicType.Name = "cmbDicType"; this.cmbDicType.Size = new System.Drawing.Size(148, 25); this.cmbDicType.TabIndex = 6; this.cmbDicType.ValueMember = "ID"; // // FrmDicData // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Name = "FrmDicData"; this.Text = "FrmDicData"; this.palTools.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabDataEdit.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.flowLayoutPanelTools.ResumeLayout(false); this.ResumeLayout(false); } #endregion private TextBox txtDicDataText; private Label label1; private TextBox txtRemark; private Label label2; private Label label3; private ComboBox cmbDicType; } }