You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
279 lines
15 KiB
279 lines
15 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSVendorAdd
|
|
{
|
|
/// <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(FormICSVendorAdd));
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.save = new DevExpress.XtraEditors.SimpleButton();
|
|
this.can = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtVendorName = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtVendorCode = new DevExpress.XtraEditors.TextEdit();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVendorName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVendorCode.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.Appearance.Options.UseForeColor = true;
|
|
this.btnClose.Appearance.Options.UseTextOptions = true;
|
|
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(273, 1);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 23);
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lblTitle.Location = new System.Drawing.Point(1, 1);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(110, 23);
|
|
this.lblTitle.TabIndex = 6;
|
|
this.lblTitle.Text = "新增";
|
|
//
|
|
// save
|
|
//
|
|
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.save.Location = new System.Drawing.Point(134, 306);
|
|
this.save.Name = "save";
|
|
this.save.Size = new System.Drawing.Size(68, 23);
|
|
this.save.TabIndex = 30;
|
|
this.save.Text = "保存";
|
|
this.save.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// can
|
|
//
|
|
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.can.Location = new System.Drawing.Point(208, 306);
|
|
this.can.Name = "can";
|
|
this.can.Size = new System.Drawing.Size(68, 23);
|
|
this.can.TabIndex = 31;
|
|
this.can.Text = "取消";
|
|
this.can.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.panelControl1.Appearance.Options.UseBackColor = true;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.txtMTIME);
|
|
this.panelControl1.Controls.Add(this.txtMUSERName);
|
|
this.panelControl1.Controls.Add(this.txtVendorName);
|
|
this.panelControl1.Controls.Add(this.txtVendorCode);
|
|
this.panelControl1.Controls.Add(this.label4);
|
|
this.panelControl1.Controls.Add(this.label3);
|
|
this.panelControl1.Controls.Add(this.label2);
|
|
this.panelControl1.Controls.Add(this.label1);
|
|
this.panelControl1.Location = new System.Drawing.Point(1, 27);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(298, 237);
|
|
this.panelControl1.TabIndex = 23;
|
|
//
|
|
// txtMTIME
|
|
//
|
|
this.txtMTIME.Location = new System.Drawing.Point(121, 168);
|
|
this.txtMTIME.Name = "txtMTIME";
|
|
this.txtMTIME.Properties.ReadOnly = true;
|
|
this.txtMTIME.Size = new System.Drawing.Size(123, 20);
|
|
this.txtMTIME.TabIndex = 7;
|
|
//
|
|
// txtMUSERName
|
|
//
|
|
this.txtMUSERName.Location = new System.Drawing.Point(121, 125);
|
|
this.txtMUSERName.Name = "txtMUSERName";
|
|
this.txtMUSERName.Properties.ReadOnly = true;
|
|
this.txtMUSERName.Size = new System.Drawing.Size(123, 20);
|
|
this.txtMUSERName.TabIndex = 6;
|
|
//
|
|
// txtVendorName
|
|
//
|
|
this.txtVendorName.Location = new System.Drawing.Point(121, 79);
|
|
this.txtVendorName.Name = "txtVendorName";
|
|
this.txtVendorName.Size = new System.Drawing.Size(123, 20);
|
|
this.txtVendorName.TabIndex = 5;
|
|
//
|
|
// txtVendorCode
|
|
//
|
|
this.txtVendorCode.Location = new System.Drawing.Point(121, 35);
|
|
this.txtVendorCode.Name = "txtVendorCode";
|
|
this.txtVendorCode.Size = new System.Drawing.Size(123, 20);
|
|
this.txtVendorCode.TabIndex = 4;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(49, 171);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(55, 14);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "维护日期";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(49, 128);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(43, 14);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "维护人";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(49, 85);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(55, 14);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "厂商名称";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(49, 38);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(55, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "厂商代码";
|
|
//
|
|
// btnCancle
|
|
//
|
|
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancle.Appearance.Options.UseFont = true;
|
|
this.btnCancle.Appearance.Options.UseForeColor = true;
|
|
this.btnCancle.Appearance.Options.UseTextOptions = true;
|
|
this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
|
|
this.btnCancle.Location = new System.Drawing.Point(218, 267);
|
|
this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(70, 30);
|
|
this.btnCancle.TabIndex = 122;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.Click += new System.EventHandler(this.can_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnOK.Appearance.Options.UseFont = true;
|
|
this.btnOK.Appearance.Options.UseForeColor = true;
|
|
this.btnOK.Appearance.Options.UseTextOptions = true;
|
|
this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
|
|
this.btnOK.Location = new System.Drawing.Point(142, 267);
|
|
this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(70, 30);
|
|
this.btnOK.TabIndex = 121;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.save_Click);
|
|
//
|
|
// FormICSVendorAdd
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(300, 300);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.save);
|
|
this.Controls.Add(this.can);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSVendorAdd";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "厂商信息编辑";
|
|
this.Load += new System.EventHandler(this.FormICSVendorAdd_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVendorName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVendorCode.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton save;
|
|
private DevExpress.XtraEditors.SimpleButton can;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraEditors.TextEdit txtMTIME;
|
|
private DevExpress.XtraEditors.TextEdit txtMUSERName;
|
|
private DevExpress.XtraEditors.TextEdit txtVendorName;
|
|
private DevExpress.XtraEditors.TextEdit txtVendorCode;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|