namespace DataDictionary.UI { partial class frmBasicDictionary { /// /// 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.panel4 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.intOrder = new DevComponents.Editors.IntegerInput(); this.txtRemark = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtHelpCode = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.cboParent = new System.Windows.Forms.ComboBox(); this.chkIsValid = new System.Windows.Forms.CheckBox(); this.txtName = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.tsbModify = new System.Windows.Forms.ToolStripButton(); this.dgvBasicDictionary = new System.Windows.Forms.DataGridView(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumeName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ParentIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HelpCodeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RemarkColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbCancel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbSava = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.panel3 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.treeView1 = new System.Windows.Forms.TreeView(); this.panel6 = new System.Windows.Forms.Panel(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.intOrder)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvBasicDictionary)).BeginInit(); this.panel1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel5.SuspendLayout(); this.panel2.SuspendLayout(); this.panel6.SuspendLayout(); this.SuspendLayout(); // // panel4 // this.panel4.Controls.Add(this.label4); this.panel4.Controls.Add(this.intOrder); this.panel4.Controls.Add(this.txtRemark); this.panel4.Controls.Add(this.label11); this.panel4.Controls.Add(this.txtHelpCode); this.panel4.Controls.Add(this.label12); this.panel4.Controls.Add(this.cboParent); this.panel4.Controls.Add(this.chkIsValid); this.panel4.Controls.Add(this.txtName); this.panel4.Controls.Add(this.label13); this.panel4.Controls.Add(this.label14); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Font = new System.Drawing.Font("宋体", 10.5F); this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(569, 128); this.panel4.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(435, 95); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 14); this.label4.TabIndex = 556; this.label4.Text = "排序"; // // intOrder // // // // this.intOrder.BackgroundStyle.Class = "DateTimeInputBackground"; this.intOrder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.intOrder.Location = new System.Drawing.Point(476, 89); this.intOrder.Name = "intOrder"; this.intOrder.ShowUpDown = true; this.intOrder.Size = new System.Drawing.Size(80, 23); this.intOrder.TabIndex = 555; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(299, 86); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(123, 23); this.txtRemark.TabIndex = 554; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(258, 94); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(35, 14); this.label11.TabIndex = 553; this.label11.Text = "说明"; // // txtHelpCode // this.txtHelpCode.Location = new System.Drawing.Point(299, 55); this.txtHelpCode.Name = "txtHelpCode"; this.txtHelpCode.Size = new System.Drawing.Size(123, 23); this.txtHelpCode.TabIndex = 552; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(244, 64); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(49, 14); this.label12.TabIndex = 551; this.label12.Text = "助记码"; // // cboParent // this.cboParent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboParent.FormattingEnabled = true; this.cboParent.Location = new System.Drawing.Point(101, 86); this.cboParent.Name = "cboParent"; this.cboParent.Size = new System.Drawing.Size(121, 22); this.cboParent.TabIndex = 550; // // chkIsValid // this.chkIsValid.AutoSize = true; this.chkIsValid.Location = new System.Drawing.Point(448, 60); this.chkIsValid.Name = "chkIsValid"; this.chkIsValid.Size = new System.Drawing.Size(68, 18); this.chkIsValid.TabIndex = 549; this.chkIsValid.Text = "有效性"; this.chkIsValid.UseVisualStyleBackColor = true; // // txtName // this.txtName.Location = new System.Drawing.Point(101, 55); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(123, 23); this.txtName.TabIndex = 548; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(6, 89); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(63, 14); this.label13.TabIndex = 547; this.label13.Text = "所属字典"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(6, 57); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(77, 14); this.label14.TabIndex = 546; this.label14.Text = "字典项名称"; // // tsbModify // this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbModify.Image = global::AIMS.UI.Properties.Resources.图标_编辑; this.tsbModify.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbModify.Name = "tsbModify"; this.tsbModify.Size = new System.Drawing.Size(52, 46); this.tsbModify.Text = " 修改 "; this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbModify.Click += new System.EventHandler(this.tsbModify_Click); // // dgvBasicDictionary // this.dgvBasicDictionary.AllowUserToAddRows = false; this.dgvBasicDictionary.BackgroundColor = System.Drawing.Color.White; this.dgvBasicDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvBasicDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.ColumeName, this.ParentIdColumn, this.HelpCodeColumn, this.IsValidColumn, this.OrderColumn, this.RemarkColumn}); this.dgvBasicDictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvBasicDictionary.Location = new System.Drawing.Point(0, 0); this.dgvBasicDictionary.Name = "dgvBasicDictionary"; this.dgvBasicDictionary.RowHeadersVisible = false; this.dgvBasicDictionary.RowTemplate.Height = 23; this.dgvBasicDictionary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvBasicDictionary.Size = new System.Drawing.Size(569, 327); this.dgvBasicDictionary.TabIndex = 1; // // Id // this.Id.DataPropertyName = "Id"; this.Id.Frozen = true; this.Id.HeaderText = "Id"; this.Id.Name = "Id"; this.Id.ReadOnly = true; this.Id.Visible = false; // // ColumeName // this.ColumeName.DataPropertyName = "Name"; this.ColumeName.HeaderText = "名称"; this.ColumeName.Name = "ColumeName"; this.ColumeName.ReadOnly = true; this.ColumeName.Width = 200; // // ParentIdColumn // this.ParentIdColumn.DataPropertyName = "ParentId"; this.ParentIdColumn.HeaderText = "所属字典"; this.ParentIdColumn.Name = "ParentIdColumn"; this.ParentIdColumn.ReadOnly = true; this.ParentIdColumn.Visible = false; // // HelpCodeColumn // this.HelpCodeColumn.DataPropertyName = "HelpCode"; this.HelpCodeColumn.HeaderText = "助记码"; this.HelpCodeColumn.Name = "HelpCodeColumn"; this.HelpCodeColumn.ReadOnly = true; // // IsValidColumn // this.IsValidColumn.DataPropertyName = "IsValid"; this.IsValidColumn.HeaderText = "有效性"; this.IsValidColumn.Name = "IsValidColumn"; this.IsValidColumn.ReadOnly = true; this.IsValidColumn.Width = 75; // // OrderColumn // this.OrderColumn.DataPropertyName = "Order"; this.OrderColumn.HeaderText = "排序"; this.OrderColumn.Name = "OrderColumn"; this.OrderColumn.ReadOnly = true; this.OrderColumn.Width = 75; // // RemarkColumn // this.RemarkColumn.DataPropertyName = "Remark"; this.RemarkColumn.HeaderText = "说明"; this.RemarkColumn.Name = "RemarkColumn"; this.RemarkColumn.ReadOnly = true; this.RemarkColumn.Width = 150; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 49); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // // panel1 // this.panel1.Controls.Add(this.toolStrip1); this.panel1.Location = new System.Drawing.Point(3, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(750, 49); this.panel1.TabIndex = 3; // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAdd, this.toolStripSeparator1, this.tsbModify, this.toolStripSeparator2, this.tsbCancel, this.toolStripSeparator3, this.tsbSava, this.toolStripSeparator4, this.tsbExit}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(750, 49); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // tsbAdd // this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbAdd.Image = global::AIMS.UI.Properties.Resources.图标_新建; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(52, 46); this.tsbAdd.Text = " 增加 "; this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); // // tsbCancel // this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbCancel.Image = global::AIMS.UI.Properties.Resources.图标_取消; this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(52, 46); this.tsbCancel.Text = " 取消 "; this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 49); // // tsbSava // this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbSava.Image = global::AIMS.UI.Properties.Resources.图标_保存; this.tsbSava.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSava.Name = "tsbSava"; this.tsbSava.Size = new System.Drawing.Size(52, 46); this.tsbSava.Text = " 保存 "; this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbSava.Click += new System.EventHandler(this.tsbSava_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 49); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMS.UI.Properties.Resources.图标_关闭窗口; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 46); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); // // panel3 // this.panel3.Controls.Add(this.panel5); this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(181, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(569, 455); this.panel3.TabIndex = 5; // // panel5 // this.panel5.Controls.Add(this.dgvBasicDictionary); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 128); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(569, 327); this.panel5.TabIndex = 1; // // panel2 // this.panel2.Controls.Add(this.treeView1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(181, 455); this.panel2.TabIndex = 4; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Font = new System.Drawing.Font("宋体", 11F); this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(181, 455); this.treeView1.TabIndex = 0; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); this.treeView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDoubleClick); // // panel6 // this.panel6.Controls.Add(this.panel1); this.panel6.Dock = System.Windows.Forms.DockStyle.Top; this.panel6.Location = new System.Drawing.Point(181, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(569, 47); this.panel6.TabIndex = 6; // // frmBasicDictionary // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(750, 455); this.ControlBox = false; this.Controls.Add(this.panel6); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmBasicDictionary"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.frmBasicDictionary_Load); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.intOrder)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvBasicDictionary)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel6.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel4; private System.Windows.Forms.ToolStripButton tsbModify; private System.Windows.Forms.DataGridView dgvBasicDictionary; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbCancel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbSava; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Label label4; private DevComponents.Editors.IntegerInput intOrder; private System.Windows.Forms.TextBox txtRemark; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtHelpCode; private System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox cboParent; private System.Windows.Forms.CheckBox chkIsValid; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn ColumeName; private System.Windows.Forms.DataGridViewTextBoxColumn ParentIdColumn; private System.Windows.Forms.DataGridViewTextBoxColumn HelpCodeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn IsValidColumn; private System.Windows.Forms.DataGridViewTextBoxColumn OrderColumn; private System.Windows.Forms.DataGridViewTextBoxColumn RemarkColumn; } }