样式调整

dhzzyy
luoxingjian 5 months ago
parent 4af55b0db9
commit 02e8b62605
  1. 18
      PEIS/View/Setting/HTypeEditForm.Designer.cs

@ -71,7 +71,7 @@
// CancelBtn
//
this.CancelBtn.Image = ((System.Drawing.Image)(resources.GetObject("CancelBtn.Image")));
this.CancelBtn.Location = new System.Drawing.Point(193, 0);
this.CancelBtn.Location = new System.Drawing.Point(229, 1);
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);
@ -84,7 +84,7 @@
// ConfirmBtn
//
this.ConfirmBtn.Image = ((System.Drawing.Image)(resources.GetObject("ConfirmBtn.Image")));
this.ConfirmBtn.Location = new System.Drawing.Point(49, 0);
this.ConfirmBtn.Location = new System.Drawing.Point(80, 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);
@ -116,9 +116,10 @@
//
// tStandard
//
this.tStandard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tStandard.Location = new System.Drawing.Point(106, 92);
this.tStandard.Name = "tStandard";
this.tStandard.Size = new System.Drawing.Size(196, 21);
this.tStandard.Size = new System.Drawing.Size(196, 23);
this.tStandard.TabIndex = 13;
//
// lable100
@ -133,6 +134,7 @@
//
// tDescribe
//
this.tDescribe.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tDescribe.Location = new System.Drawing.Point(106, 148);
this.tDescribe.Multiline = true;
this.tDescribe.Name = "tDescribe";
@ -168,6 +170,8 @@
this.trParentID.EditValue = "";
this.trParentID.Location = new System.Drawing.Point(107, 12);
this.trParentID.Name = "trParentID";
this.trParentID.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.trParentID.Properties.Appearance.Options.UseFont = true;
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";
@ -175,7 +179,7 @@
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.Size = new System.Drawing.Size(196, 24);
this.trParentID.TabIndex = 8;
//
// treeListLookUpEdit1TreeList
@ -241,9 +245,10 @@
//
// tCode
//
this.tCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tCode.Location = new System.Drawing.Point(107, 65);
this.tCode.Name = "tCode";
this.tCode.Size = new System.Drawing.Size(196, 21);
this.tCode.Size = new System.Drawing.Size(196, 23);
this.tCode.TabIndex = 5;
//
// label2
@ -258,9 +263,10 @@
//
// tName
//
this.tName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tName.Location = new System.Drawing.Point(107, 40);
this.tName.Name = "tName";
this.tName.Size = new System.Drawing.Size(196, 21);
this.tName.Size = new System.Drawing.Size(196, 23);
this.tName.TabIndex = 3;
//
// label1

Loading…
Cancel
Save