|
|
|
@ -0,0 +1,322 @@ |
|
|
|
|
namespace PEIS.View.Setting |
|
|
|
|
{ |
|
|
|
|
partial class HTypeEditForm |
|
|
|
|
{ |
|
|
|
|
/// <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() |
|
|
|
|
{ |
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HTypeEditForm)); |
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.CancelBtn = new System.Windows.Forms.Button(); |
|
|
|
|
this.ConfirmBtn = new System.Windows.Forms.Button(); |
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
|
this.tStandard = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.lable100 = new System.Windows.Forms.Label(); |
|
|
|
|
this.tDescribe = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
|
|
this.nSort = new System.Windows.Forms.NumericUpDown(); |
|
|
|
|
this.trParentID = new DevExpress.XtraEditors.TreeListLookUpEdit(); |
|
|
|
|
this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); |
|
|
|
|
this.ID = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.PID = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.trName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.trCode = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
|
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
|
this.tCode = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
|
this.tName = new System.Windows.Forms.TextBox(); |
|
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
|
this.panel2.SuspendLayout(); |
|
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nSort)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trParentID.Properties)).BeginInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit(); |
|
|
|
|
this.SuspendLayout(); |
|
|
|
|
// |
|
|
|
|
// panel2 |
|
|
|
|
// |
|
|
|
|
this.panel2.BackColor = System.Drawing.Color.White; |
|
|
|
|
this.panel2.Controls.Add(this.CancelBtn); |
|
|
|
|
this.panel2.Controls.Add(this.ConfirmBtn); |
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 319); |
|
|
|
|
this.panel2.Name = "panel2"; |
|
|
|
|
this.panel2.Size = new System.Drawing.Size(386, 32); |
|
|
|
|
this.panel2.TabIndex = 11; |
|
|
|
|
// |
|
|
|
|
// CancelBtn |
|
|
|
|
// |
|
|
|
|
this.CancelBtn.Image = ((System.Drawing.Image)(resources.GetObject("CancelBtn.Image"))); |
|
|
|
|
this.CancelBtn.Location = new System.Drawing.Point(193, 0); |
|
|
|
|
this.CancelBtn.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); |
|
|
|
|
this.CancelBtn.Name = "CancelBtn"; |
|
|
|
|
this.CancelBtn.Size = new System.Drawing.Size(91, 31); |
|
|
|
|
this.CancelBtn.TabIndex = 20; |
|
|
|
|
this.CancelBtn.Text = "取消"; |
|
|
|
|
this.CancelBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
this.CancelBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
|
|
|
|
this.CancelBtn.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// ConfirmBtn |
|
|
|
|
// |
|
|
|
|
this.ConfirmBtn.Image = ((System.Drawing.Image)(resources.GetObject("ConfirmBtn.Image"))); |
|
|
|
|
this.ConfirmBtn.Location = new System.Drawing.Point(49, 0); |
|
|
|
|
this.ConfirmBtn.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4); |
|
|
|
|
this.ConfirmBtn.Name = "ConfirmBtn"; |
|
|
|
|
this.ConfirmBtn.Size = new System.Drawing.Size(90, 31); |
|
|
|
|
this.ConfirmBtn.TabIndex = 19; |
|
|
|
|
this.ConfirmBtn.Text = "确认"; |
|
|
|
|
this.ConfirmBtn.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
this.ConfirmBtn.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
|
|
|
|
this.ConfirmBtn.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// panel1 |
|
|
|
|
// |
|
|
|
|
this.panel1.Controls.Add(this.tStandard); |
|
|
|
|
this.panel1.Controls.Add(this.lable100); |
|
|
|
|
this.panel1.Controls.Add(this.tDescribe); |
|
|
|
|
this.panel1.Controls.Add(this.label5); |
|
|
|
|
this.panel1.Controls.Add(this.nSort); |
|
|
|
|
this.panel1.Controls.Add(this.trParentID); |
|
|
|
|
this.panel1.Controls.Add(this.label4); |
|
|
|
|
this.panel1.Controls.Add(this.label3); |
|
|
|
|
this.panel1.Controls.Add(this.tCode); |
|
|
|
|
this.panel1.Controls.Add(this.label2); |
|
|
|
|
this.panel1.Controls.Add(this.tName); |
|
|
|
|
this.panel1.Controls.Add(this.label1); |
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0); |
|
|
|
|
this.panel1.Name = "panel1"; |
|
|
|
|
this.panel1.Size = new System.Drawing.Size(386, 319); |
|
|
|
|
this.panel1.TabIndex = 12; |
|
|
|
|
// |
|
|
|
|
// tStandard |
|
|
|
|
// |
|
|
|
|
this.tStandard.Location = new System.Drawing.Point(106, 92); |
|
|
|
|
this.tStandard.Name = "tStandard"; |
|
|
|
|
this.tStandard.Size = new System.Drawing.Size(196, 21); |
|
|
|
|
this.tStandard.TabIndex = 13; |
|
|
|
|
// |
|
|
|
|
// lable100 |
|
|
|
|
// |
|
|
|
|
this.lable100.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.lable100.Location = new System.Drawing.Point(24, 90); |
|
|
|
|
this.lable100.Name = "lable100"; |
|
|
|
|
this.lable100.Size = new System.Drawing.Size(78, 23); |
|
|
|
|
this.lable100.TabIndex = 12; |
|
|
|
|
this.lable100.Text = "国标:"; |
|
|
|
|
this.lable100.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
// |
|
|
|
|
// tDescribe |
|
|
|
|
// |
|
|
|
|
this.tDescribe.Location = new System.Drawing.Point(106, 148); |
|
|
|
|
this.tDescribe.Multiline = true; |
|
|
|
|
this.tDescribe.Name = "tDescribe"; |
|
|
|
|
this.tDescribe.Size = new System.Drawing.Size(195, 140); |
|
|
|
|
this.tDescribe.TabIndex = 11; |
|
|
|
|
// |
|
|
|
|
// label5 |
|
|
|
|
// |
|
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label5.Location = new System.Drawing.Point(24, 148); |
|
|
|
|
this.label5.Name = "label5"; |
|
|
|
|
this.label5.Size = new System.Drawing.Size(78, 23); |
|
|
|
|
this.label5.TabIndex = 10; |
|
|
|
|
this.label5.Text = "描述:"; |
|
|
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
// |
|
|
|
|
// nSort |
|
|
|
|
// |
|
|
|
|
this.nSort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.nSort.Location = new System.Drawing.Point(107, 119); |
|
|
|
|
this.nSort.Maximum = new decimal(new int[] { |
|
|
|
|
1661992959, |
|
|
|
|
1808227885, |
|
|
|
|
5, |
|
|
|
|
0}); |
|
|
|
|
this.nSort.Name = "nSort"; |
|
|
|
|
this.nSort.Size = new System.Drawing.Size(195, 23); |
|
|
|
|
this.nSort.TabIndex = 9; |
|
|
|
|
this.nSort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; |
|
|
|
|
// |
|
|
|
|
// trParentID |
|
|
|
|
// |
|
|
|
|
this.trParentID.EditValue = ""; |
|
|
|
|
this.trParentID.Location = new System.Drawing.Point(107, 12); |
|
|
|
|
this.trParentID.Name = "trParentID"; |
|
|
|
|
this.trParentID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
|
|
|
|
this.trParentID.Properties.DisplayMember = "Name"; |
|
|
|
|
this.trParentID.Properties.KeyMember = "ID"; |
|
|
|
|
this.trParentID.Properties.NullText = ""; |
|
|
|
|
this.trParentID.Properties.TreeList = this.treeListLookUpEdit1TreeList; |
|
|
|
|
this.trParentID.Properties.ValueMember = "ID"; |
|
|
|
|
this.trParentID.Size = new System.Drawing.Size(196, 20); |
|
|
|
|
this.trParentID.TabIndex = 8; |
|
|
|
|
// |
|
|
|
|
// treeListLookUpEdit1TreeList |
|
|
|
|
// |
|
|
|
|
this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { |
|
|
|
|
this.ID, |
|
|
|
|
this.PID, |
|
|
|
|
this.trName, |
|
|
|
|
this.trCode}); |
|
|
|
|
this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(8, 44); |
|
|
|
|
this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; |
|
|
|
|
this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true; |
|
|
|
|
this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200); |
|
|
|
|
this.treeListLookUpEdit1TreeList.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// ID |
|
|
|
|
// |
|
|
|
|
this.ID.Caption = "主键"; |
|
|
|
|
this.ID.FieldName = "ID"; |
|
|
|
|
this.ID.Name = "ID"; |
|
|
|
|
// |
|
|
|
|
// PID |
|
|
|
|
// |
|
|
|
|
this.PID.Caption = "分类ID"; |
|
|
|
|
this.PID.FieldName = "ParentID"; |
|
|
|
|
this.PID.Name = "PID"; |
|
|
|
|
// |
|
|
|
|
// trName |
|
|
|
|
// |
|
|
|
|
this.trName.Caption = "名字"; |
|
|
|
|
this.trName.FieldName = "Name"; |
|
|
|
|
this.trName.Name = "trName"; |
|
|
|
|
this.trName.Visible = true; |
|
|
|
|
this.trName.VisibleIndex = 0; |
|
|
|
|
// |
|
|
|
|
// trCode |
|
|
|
|
// |
|
|
|
|
this.trCode.Caption = "编码"; |
|
|
|
|
this.trCode.FieldName = "Code"; |
|
|
|
|
this.trCode.Name = "trCode"; |
|
|
|
|
this.trCode.Visible = true; |
|
|
|
|
this.trCode.VisibleIndex = 1; |
|
|
|
|
// |
|
|
|
|
// label4 |
|
|
|
|
// |
|
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label4.Location = new System.Drawing.Point(23, 11); |
|
|
|
|
this.label4.Name = "label4"; |
|
|
|
|
this.label4.Size = new System.Drawing.Size(78, 23); |
|
|
|
|
this.label4.TabIndex = 7; |
|
|
|
|
this.label4.Text = "父节点:"; |
|
|
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
// |
|
|
|
|
// label3 |
|
|
|
|
// |
|
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label3.Location = new System.Drawing.Point(24, 119); |
|
|
|
|
this.label3.Name = "label3"; |
|
|
|
|
this.label3.Size = new System.Drawing.Size(78, 23); |
|
|
|
|
this.label3.TabIndex = 6; |
|
|
|
|
this.label3.Text = "顺序:"; |
|
|
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
// |
|
|
|
|
// tCode |
|
|
|
|
// |
|
|
|
|
this.tCode.Location = new System.Drawing.Point(107, 65); |
|
|
|
|
this.tCode.Name = "tCode"; |
|
|
|
|
this.tCode.Size = new System.Drawing.Size(196, 21); |
|
|
|
|
this.tCode.TabIndex = 5; |
|
|
|
|
// |
|
|
|
|
// label2 |
|
|
|
|
// |
|
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label2.Location = new System.Drawing.Point(23, 65); |
|
|
|
|
this.label2.Name = "label2"; |
|
|
|
|
this.label2.Size = new System.Drawing.Size(78, 23); |
|
|
|
|
this.label2.TabIndex = 4; |
|
|
|
|
this.label2.Text = "编码:"; |
|
|
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
// |
|
|
|
|
// tName |
|
|
|
|
// |
|
|
|
|
this.tName.Location = new System.Drawing.Point(107, 40); |
|
|
|
|
this.tName.Name = "tName"; |
|
|
|
|
this.tName.Size = new System.Drawing.Size(196, 21); |
|
|
|
|
this.tName.TabIndex = 3; |
|
|
|
|
// |
|
|
|
|
// label1 |
|
|
|
|
// |
|
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
|
this.label1.Location = new System.Drawing.Point(23, 38); |
|
|
|
|
this.label1.Name = "label1"; |
|
|
|
|
this.label1.Size = new System.Drawing.Size(78, 23); |
|
|
|
|
this.label1.TabIndex = 2; |
|
|
|
|
this.label1.Text = "名称:"; |
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
|
|
|
|
// |
|
|
|
|
// HTypeEditForm |
|
|
|
|
// |
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(386, 351); |
|
|
|
|
this.Controls.Add(this.panel1); |
|
|
|
|
this.Controls.Add(this.panel2); |
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; |
|
|
|
|
this.Name = "HTypeEditForm"; |
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
|
|
|
|
this.Text = "HTypeEditForm"; |
|
|
|
|
this.panel2.ResumeLayout(false); |
|
|
|
|
this.panel1.ResumeLayout(false); |
|
|
|
|
this.panel1.PerformLayout(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nSort)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trParentID.Properties)).EndInit(); |
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit(); |
|
|
|
|
this.ResumeLayout(false); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Panel panel2; |
|
|
|
|
private System.Windows.Forms.Button CancelBtn; |
|
|
|
|
private System.Windows.Forms.Button ConfirmBtn; |
|
|
|
|
private System.Windows.Forms.Panel panel1; |
|
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
|
private System.Windows.Forms.TextBox tName; |
|
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
|
private System.Windows.Forms.TextBox tCode; |
|
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
|
private DevExpress.XtraEditors.TreeListLookUpEdit trParentID; |
|
|
|
|
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList; |
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn ID; |
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn PID; |
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn trName; |
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn trCode; |
|
|
|
|
private System.Windows.Forms.NumericUpDown nSort; |
|
|
|
|
private System.Windows.Forms.Label label5; |
|
|
|
|
private System.Windows.Forms.TextBox tDescribe; |
|
|
|
|
private System.Windows.Forms.TextBox tStandard; |
|
|
|
|
private System.Windows.Forms.Label lable100; |
|
|
|
|
} |
|
|
|
|
} |