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.
668 lines
38 KiB
668 lines
38 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormKodboxSetting
|
|
{
|
|
/// <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(FormKodboxSetting));
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.txtSIP = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtSOP = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtCutters = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtOP = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtGeneral = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
|
|
this.txtBasePath = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnTest = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txtPwd = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtUserCode = new DevExpress.XtraEditors.TextEdit();
|
|
this.txtURL = new DevExpress.XtraEditors.TextEdit();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSIP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSOP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCutters.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOP.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtGeneral.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtBasePath.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtURL.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl3
|
|
//
|
|
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.panelControl3.Appearance.Options.UseBackColor = true;
|
|
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl3.Controls.Add(this.btnClose);
|
|
this.panelControl3.Controls.Add(this.lblTitle);
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl3.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(812, 30);
|
|
this.panelControl3.TabIndex = 13;
|
|
//
|
|
// btnClose
|
|
//
|
|
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.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.Location = new System.Drawing.Point(786, 0);
|
|
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(26, 30);
|
|
this.btnClose.TabIndex = 29;
|
|
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(3, 3);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(84, 23);
|
|
this.lblTitle.TabIndex = 19;
|
|
this.lblTitle.Text = "可道云";
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.btnOK);
|
|
this.layoutControl1.Controls.Add(this.btnEdit);
|
|
this.layoutControl1.Controls.Add(this.pictureBox1);
|
|
this.layoutControl1.Controls.Add(this.txtSIP);
|
|
this.layoutControl1.Controls.Add(this.txtSOP);
|
|
this.layoutControl1.Controls.Add(this.txtCutters);
|
|
this.layoutControl1.Controls.Add(this.txtOP);
|
|
this.layoutControl1.Controls.Add(this.txtGeneral);
|
|
this.layoutControl1.Controls.Add(this.labelControl1);
|
|
this.layoutControl1.Controls.Add(this.groupControl1);
|
|
this.layoutControl1.Controls.Add(this.txtBasePath);
|
|
this.layoutControl1.Controls.Add(this.btnTest);
|
|
this.layoutControl1.Controls.Add(this.txtPwd);
|
|
this.layoutControl1.Controls.Add(this.txtUserCode);
|
|
this.layoutControl1.Controls.Add(this.txtURL);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 30);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
this.layoutControl1.Size = new System.Drawing.Size(812, 425);
|
|
this.layoutControl1.TabIndex = 14;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// 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(740, 389);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(60, 24);
|
|
this.btnOK.StyleController = this.layoutControl1;
|
|
this.btnOK.TabIndex = 43;
|
|
this.btnOK.Text = "保存";
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnEdit
|
|
//
|
|
this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnEdit.Appearance.Options.UseFont = true;
|
|
this.btnEdit.Appearance.Options.UseForeColor = true;
|
|
this.btnEdit.Appearance.Options.UseTextOptions = true;
|
|
this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
|
|
this.btnEdit.Location = new System.Drawing.Point(680, 389);
|
|
this.btnEdit.Name = "btnEdit";
|
|
this.btnEdit.Size = new System.Drawing.Size(56, 24);
|
|
this.btnEdit.StyleController = this.layoutControl1;
|
|
this.btnEdit.TabIndex = 0;
|
|
this.btnEdit.Text = "修改";
|
|
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::ICSSoft.Frame.APP.Properties.Resources.kodpathtemp1;
|
|
this.pictureBox1.Location = new System.Drawing.Point(433, 12);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(367, 355);
|
|
this.pictureBox1.TabIndex = 44;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// txtSIP
|
|
//
|
|
this.txtSIP.EditValue = "5)检验文件及表单";
|
|
this.txtSIP.Enabled = false;
|
|
this.txtSIP.Location = new System.Drawing.Point(51, 347);
|
|
this.txtSIP.Name = "txtSIP";
|
|
this.txtSIP.Size = new System.Drawing.Size(378, 20);
|
|
this.txtSIP.StyleController = this.layoutControl1;
|
|
this.txtSIP.TabIndex = 9;
|
|
//
|
|
// txtSOP
|
|
//
|
|
this.txtSOP.EditValue = "4)作业指导书";
|
|
this.txtSOP.Enabled = false;
|
|
this.txtSOP.Location = new System.Drawing.Point(51, 323);
|
|
this.txtSOP.Name = "txtSOP";
|
|
this.txtSOP.Size = new System.Drawing.Size(378, 20);
|
|
this.txtSOP.StyleController = this.layoutControl1;
|
|
this.txtSOP.TabIndex = 8;
|
|
//
|
|
// txtCutters
|
|
//
|
|
this.txtCutters.EditValue = "3)刀具单";
|
|
this.txtCutters.Enabled = false;
|
|
this.txtCutters.Location = new System.Drawing.Point(51, 299);
|
|
this.txtCutters.Name = "txtCutters";
|
|
this.txtCutters.Size = new System.Drawing.Size(378, 20);
|
|
this.txtCutters.StyleController = this.layoutControl1;
|
|
this.txtCutters.TabIndex = 7;
|
|
//
|
|
// txtOP
|
|
//
|
|
this.txtOP.EditValue = "2)工序图";
|
|
this.txtOP.Enabled = false;
|
|
this.txtOP.Location = new System.Drawing.Point(51, 275);
|
|
this.txtOP.Name = "txtOP";
|
|
this.txtOP.Size = new System.Drawing.Size(378, 20);
|
|
this.txtOP.StyleController = this.layoutControl1;
|
|
this.txtOP.TabIndex = 6;
|
|
//
|
|
// txtGeneral
|
|
//
|
|
this.txtGeneral.EditValue = "1)图纸(含毛坯)";
|
|
this.txtGeneral.Enabled = false;
|
|
this.txtGeneral.Location = new System.Drawing.Point(51, 251);
|
|
this.txtGeneral.Name = "txtGeneral";
|
|
this.txtGeneral.Size = new System.Drawing.Size(378, 20);
|
|
this.txtGeneral.StyleController = this.layoutControl1;
|
|
this.txtGeneral.TabIndex = 5;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(12, 371);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(481, 14);
|
|
this.labelControl1.StyleController = this.layoutControl1;
|
|
this.labelControl1.TabIndex = 10;
|
|
this.labelControl1.Text = "示例:DCC/内部文件/技术文件及记录/项目技术文件/A69/001_A69/2)工序图/123456.pdf";
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.CaptionLocation = DevExpress.Utils.Locations.Top;
|
|
this.groupControl1.Controls.Add(this.listBoxControl1);
|
|
this.groupControl1.Location = new System.Drawing.Point(12, 134);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(417, 113);
|
|
this.groupControl1.TabIndex = 9;
|
|
this.groupControl1.Text = "匹配规则";
|
|
//
|
|
// listBoxControl1
|
|
//
|
|
this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listBoxControl1.Items.AddRange(new object[] {
|
|
"1.根目录",
|
|
"2.物料1~3",
|
|
"3.物料4~6_物料1~3",
|
|
"4.客户料号",
|
|
"5.图纸"});
|
|
this.listBoxControl1.Location = new System.Drawing.Point(2, 22);
|
|
this.listBoxControl1.Name = "listBoxControl1";
|
|
this.listBoxControl1.Size = new System.Drawing.Size(413, 89);
|
|
this.listBoxControl1.TabIndex = 0;
|
|
//
|
|
// txtBasePath
|
|
//
|
|
this.txtBasePath.EditValue = "{source:255642}/";
|
|
this.txtBasePath.Location = new System.Drawing.Point(51, 110);
|
|
this.txtBasePath.Name = "txtBasePath";
|
|
this.txtBasePath.Size = new System.Drawing.Size(378, 20);
|
|
this.txtBasePath.StyleController = this.layoutControl1;
|
|
this.txtBasePath.TabIndex = 4;
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(351, 84);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(78, 22);
|
|
this.btnTest.StyleController = this.layoutControl1;
|
|
this.btnTest.TabIndex = 3;
|
|
this.btnTest.Text = "测试连接";
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// txtPwd
|
|
//
|
|
this.txtPwd.Enabled = false;
|
|
this.txtPwd.Location = new System.Drawing.Point(51, 60);
|
|
this.txtPwd.Name = "txtPwd";
|
|
this.txtPwd.Properties.PasswordChar = '*';
|
|
this.txtPwd.Size = new System.Drawing.Size(378, 20);
|
|
this.txtPwd.StyleController = this.layoutControl1;
|
|
this.txtPwd.TabIndex = 2;
|
|
//
|
|
// txtUserCode
|
|
//
|
|
this.txtUserCode.EditValue = "17898865775";
|
|
this.txtUserCode.Enabled = false;
|
|
this.txtUserCode.Location = new System.Drawing.Point(51, 36);
|
|
this.txtUserCode.Name = "txtUserCode";
|
|
this.txtUserCode.Size = new System.Drawing.Size(378, 20);
|
|
this.txtUserCode.StyleController = this.layoutControl1;
|
|
this.txtUserCode.TabIndex = 1;
|
|
//
|
|
// txtURL
|
|
//
|
|
this.txtURL.EditValue = "http://file.ahwit.com:8090";
|
|
this.txtURL.Enabled = false;
|
|
this.txtURL.Location = new System.Drawing.Point(51, 12);
|
|
this.txtURL.Name = "txtURL";
|
|
this.txtURL.Size = new System.Drawing.Size(378, 20);
|
|
this.txtURL.StyleController = this.layoutControl1;
|
|
this.txtURL.TabIndex = 0;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.emptySpaceItem4,
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem3,
|
|
this.layoutControlItem4,
|
|
this.layoutControlItem5,
|
|
this.layoutControlItem6,
|
|
this.emptySpaceItem1,
|
|
this.layoutControlItem7,
|
|
this.layoutControlItem8,
|
|
this.layoutControlItem9,
|
|
this.layoutControlItem10,
|
|
this.layoutControlItem11,
|
|
this.layoutControlItem12,
|
|
this.layoutControlItem13,
|
|
this.emptySpaceItem2,
|
|
this.layoutControlItem15,
|
|
this.layoutControlItem14});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(812, 425);
|
|
this.layoutControlGroup1.Text = "layoutControlGroup1";
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// emptySpaceItem4
|
|
//
|
|
this.emptySpaceItem4.AllowHotTrack = false;
|
|
this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
|
|
this.emptySpaceItem4.Location = new System.Drawing.Point(0, 72);
|
|
this.emptySpaceItem4.Name = "emptySpaceItem4";
|
|
this.emptySpaceItem4.Size = new System.Drawing.Size(339, 26);
|
|
this.emptySpaceItem4.Text = "emptySpaceItem4";
|
|
this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.txtURL;
|
|
this.layoutControlItem1.CustomizationFormText = "地址";
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem1.Text = "地址";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.txtUserCode;
|
|
this.layoutControlItem2.CustomizationFormText = "账号";
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem2.Text = "账号";
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.txtPwd;
|
|
this.layoutControlItem3.CustomizationFormText = "密码";
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem3.Text = "密码";
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.btnTest;
|
|
this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(339, 72);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(82, 26);
|
|
this.layoutControlItem4.Text = "layoutControlItem4";
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextToControlDistance = 0;
|
|
this.layoutControlItem4.TextVisible = false;
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.Control = this.txtBasePath;
|
|
this.layoutControlItem5.CustomizationFormText = "根目录";
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 98);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem5.Text = "根目录";
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.groupControl1;
|
|
this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 122);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(421, 117);
|
|
this.layoutControlItem6.Text = "layoutControlItem6";
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextToControlDistance = 0;
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(485, 359);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(307, 18);
|
|
this.emptySpaceItem1.Text = "emptySpaceItem1";
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.Control = this.labelControl1;
|
|
this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 359);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(485, 18);
|
|
this.layoutControlItem7.Text = "layoutControlItem7";
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextToControlDistance = 0;
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
// layoutControlItem8
|
|
//
|
|
this.layoutControlItem8.Control = this.txtGeneral;
|
|
this.layoutControlItem8.CustomizationFormText = "总图";
|
|
this.layoutControlItem8.Location = new System.Drawing.Point(0, 239);
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem8.Text = "总图";
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem9
|
|
//
|
|
this.layoutControlItem9.Control = this.txtOP;
|
|
this.layoutControlItem9.CustomizationFormText = "工序图";
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 263);
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
this.layoutControlItem9.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem9.Text = "工序图";
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem10
|
|
//
|
|
this.layoutControlItem10.Control = this.txtCutters;
|
|
this.layoutControlItem10.CustomizationFormText = "刀具单";
|
|
this.layoutControlItem10.Location = new System.Drawing.Point(0, 287);
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
this.layoutControlItem10.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem10.Text = "刀具单";
|
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem11
|
|
//
|
|
this.layoutControlItem11.Control = this.txtSOP;
|
|
this.layoutControlItem11.CustomizationFormText = "SOP";
|
|
this.layoutControlItem11.Location = new System.Drawing.Point(0, 311);
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
this.layoutControlItem11.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem11.Text = "SOP";
|
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem12
|
|
//
|
|
this.layoutControlItem12.Control = this.txtSIP;
|
|
this.layoutControlItem12.CustomizationFormText = "SIP";
|
|
this.layoutControlItem12.Location = new System.Drawing.Point(0, 335);
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
this.layoutControlItem12.Size = new System.Drawing.Size(421, 24);
|
|
this.layoutControlItem12.Text = "SIP";
|
|
this.layoutControlItem12.TextSize = new System.Drawing.Size(36, 14);
|
|
//
|
|
// layoutControlItem13
|
|
//
|
|
this.layoutControlItem13.Control = this.pictureBox1;
|
|
this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
|
|
this.layoutControlItem13.Location = new System.Drawing.Point(421, 0);
|
|
this.layoutControlItem13.Name = "layoutControlItem13";
|
|
this.layoutControlItem13.Size = new System.Drawing.Size(371, 359);
|
|
this.layoutControlItem13.Text = "layoutControlItem13";
|
|
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem13.TextToControlDistance = 0;
|
|
this.layoutControlItem13.TextVisible = false;
|
|
//
|
|
// emptySpaceItem2
|
|
//
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 377);
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Size = new System.Drawing.Size(668, 28);
|
|
this.emptySpaceItem2.Text = "emptySpaceItem2";
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem15
|
|
//
|
|
this.layoutControlItem15.Control = this.btnOK;
|
|
this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
|
|
this.layoutControlItem15.Location = new System.Drawing.Point(728, 377);
|
|
this.layoutControlItem15.Name = "layoutControlItem15";
|
|
this.layoutControlItem15.Size = new System.Drawing.Size(64, 28);
|
|
this.layoutControlItem15.Text = "layoutControlItem15";
|
|
this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem15.TextToControlDistance = 0;
|
|
this.layoutControlItem15.TextVisible = false;
|
|
//
|
|
// layoutControlItem14
|
|
//
|
|
this.layoutControlItem14.Control = this.btnEdit;
|
|
this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
|
|
this.layoutControlItem14.Location = new System.Drawing.Point(668, 377);
|
|
this.layoutControlItem14.Name = "layoutControlItem14";
|
|
this.layoutControlItem14.Size = new System.Drawing.Size(60, 28);
|
|
this.layoutControlItem14.Text = "layoutControlItem14";
|
|
this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem14.TextToControlDistance = 0;
|
|
this.layoutControlItem14.TextVisible = false;
|
|
//
|
|
// FormKodboxSetting
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(812, 455);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormKodboxSetting";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormGridReport";
|
|
this.Load += new System.EventHandler(this.FormKodboxSetting_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSIP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtSOP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCutters.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOP.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtGeneral.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtBasePath.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtURL.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private DevExpress.XtraEditors.TextEdit txtSIP;
|
|
private DevExpress.XtraEditors.TextEdit txtSOP;
|
|
private DevExpress.XtraEditors.TextEdit txtCutters;
|
|
private DevExpress.XtraEditors.TextEdit txtOP;
|
|
private DevExpress.XtraEditors.TextEdit txtGeneral;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtBasePath;
|
|
private DevExpress.XtraEditors.SimpleButton btnTest;
|
|
private DevExpress.XtraEditors.TextEdit txtPwd;
|
|
private DevExpress.XtraEditors.TextEdit txtUserCode;
|
|
private DevExpress.XtraEditors.TextEdit txtURL;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
|
private DevExpress.XtraEditors.SimpleButton btnEdit;
|
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
|
}
|
|
}
|