123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719 |
- namespace UAS_MES_NEW.SystemSetting
- {
- partial class SystemSetting_LabelMaintain
- {
- /// <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(SystemSetting_LabelMaintain));
- this.pr_code_label = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.pr_spec_label = new System.Windows.Forms.Label();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.CodeSoft = new System.Windows.Forms.RadioButton();
- this.labelSoft_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.la_name = new System.Windows.Forms.TextBox();
- this.la_name_label = new System.Windows.Forms.Label();
- this.FTPShare = new System.Windows.Forms.CheckBox();
- this.OpenFolder = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.FolderPath = new System.Windows.Forms.TextBox();
- this.FolderPath_Label = new System.Windows.Forms.Label();
- this.la_code_label = new System.Windows.Forms.Label();
- this.LabelParam = new System.Windows.Forms.Panel();
- this.label2 = new System.Windows.Forms.Label();
- this.OpernSaveFolder = new System.Windows.Forms.Button();
- this.SavePath = new System.Windows.Forms.TextBox();
- this.SavePath_label = new System.Windows.Forms.Label();
- this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pagination1 = new UAS_MES_NEW.CustomControl.Pagination.PaginationDbFind();
- this.pr_code2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.la_type = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
- this.la_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.ChooseAllButton();
- this.LabelDataGridView = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.la_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_labelname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_labeltype = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.pl_labelcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_labelsoft = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_isdefault = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.pl_labelurl = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.UpdateGrid = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.pr_spec = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.pr_detail = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
- this.SuspendLayout();
- //
- // pr_code_label
- //
- this.pr_code_label.AutoSize = true;
- this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code_label.Location = new System.Drawing.Point(21, 12);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(74, 21);
- this.pr_code_label.TabIndex = 145;
- this.pr_code_label.Text = "产品编号";
- //
- // pr_detail_label
- //
- this.pr_detail_label.AutoSize = true;
- this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail_label.Location = new System.Drawing.Point(290, 12);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
- this.pr_detail_label.TabIndex = 144;
- this.pr_detail_label.Text = "产品名称";
- //
- // pr_spec_label
- //
- this.pr_spec_label.AutoSize = true;
- this.pr_spec_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_spec_label.Location = new System.Drawing.Point(586, 11);
- this.pr_spec_label.Name = "pr_spec_label";
- this.pr_spec_label.Size = new System.Drawing.Size(74, 21);
- this.pr_spec_label.TabIndex = 150;
- this.pr_spec_label.Text = "产品规格";
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // CodeSoft
- //
- this.CodeSoft.AutoSize = true;
- this.CodeSoft.Checked = true;
- this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CodeSoft.Location = new System.Drawing.Point(968, 12);
- this.CodeSoft.Name = "CodeSoft";
- this.CodeSoft.Size = new System.Drawing.Size(99, 25);
- this.CodeSoft.TabIndex = 161;
- this.CodeSoft.TabStop = true;
- this.CodeSoft.Text = "CodeSoft";
- this.CodeSoft.UseVisualStyleBackColor = true;
- //
- // labelSoft_label
- //
- this.labelSoft_label.AutoSize = true;
- this.labelSoft_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelSoft_label.Location = new System.Drawing.Point(874, 12);
- this.labelSoft_label.Name = "labelSoft_label";
- this.labelSoft_label.Size = new System.Drawing.Size(74, 21);
- this.labelSoft_label.TabIndex = 163;
- this.labelSoft_label.Text = "模板软件";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(839, 90);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(106, 21);
- this.label1.TabIndex = 164;
- this.label1.Text = "模板参数预览";
- //
- // la_name
- //
- this.la_name.Enabled = false;
- this.la_name.Location = new System.Drawing.Point(95, 520);
- this.la_name.Name = "la_name";
- this.la_name.Size = new System.Drawing.Size(161, 21);
- this.la_name.TabIndex = 201;
- //
- // la_name_label
- //
- this.la_name_label.AutoSize = true;
- this.la_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.la_name_label.Location = new System.Drawing.Point(14, 520);
- this.la_name_label.Name = "la_name_label";
- this.la_name_label.Size = new System.Drawing.Size(74, 21);
- this.la_name_label.TabIndex = 202;
- this.la_name_label.Text = "模板名称";
- //
- // FTPShare
- //
- this.FTPShare.AutoSize = true;
- this.FTPShare.Checked = true;
- this.FTPShare.CheckState = System.Windows.Forms.CheckState.Checked;
- this.FTPShare.Location = new System.Drawing.Point(800, 482);
- this.FTPShare.Name = "FTPShare";
- this.FTPShare.Size = new System.Drawing.Size(66, 16);
- this.FTPShare.TabIndex = 200;
- this.FTPShare.Text = "FTP共享";
- this.FTPShare.UseVisualStyleBackColor = true;
- this.FTPShare.Visible = false;
- //
- // OpenFolder
- //
- this.OpenFolder.Location = new System.Drawing.Point(479, 520);
- this.OpenFolder.Name = "OpenFolder";
- this.OpenFolder.Size = new System.Drawing.Size(38, 22);
- this.OpenFolder.TabIndex = 192;
- this.OpenFolder.Text = "浏览";
- this.OpenFolder.UseVisualStyleBackColor = true;
- this.OpenFolder.Click += new System.EventHandler(this.OpenFolder_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(278, 478);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(74, 21);
- this.label3.TabIndex = 199;
- this.label3.Text = "模板类型";
- //
- // FolderPath
- //
- this.FolderPath.Enabled = false;
- this.FolderPath.Location = new System.Drawing.Point(357, 520);
- this.FolderPath.Name = "FolderPath";
- this.FolderPath.Size = new System.Drawing.Size(117, 21);
- this.FolderPath.TabIndex = 193;
- //
- // FolderPath_Label
- //
- this.FolderPath_Label.AutoSize = true;
- this.FolderPath_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FolderPath_Label.Location = new System.Drawing.Point(278, 520);
- this.FolderPath_Label.Name = "FolderPath_Label";
- this.FolderPath_Label.Size = new System.Drawing.Size(74, 21);
- this.FolderPath_Label.TabIndex = 194;
- this.FolderPath_Label.Text = "本地路径";
- //
- // la_code_label
- //
- this.la_code_label.AutoSize = true;
- this.la_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.la_code_label.Location = new System.Drawing.Point(12, 478);
- this.la_code_label.Name = "la_code_label";
- this.la_code_label.Size = new System.Drawing.Size(74, 21);
- this.la_code_label.TabIndex = 195;
- this.la_code_label.Text = "模板编号";
- //
- // LabelParam
- //
- this.LabelParam.AutoScroll = true;
- this.LabelParam.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.LabelParam.Location = new System.Drawing.Point(837, 122);
- this.LabelParam.Name = "LabelParam";
- this.LabelParam.Size = new System.Drawing.Size(258, 346);
- this.LabelParam.TabIndex = 203;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(538, 478);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 21);
- this.label2.TabIndex = 205;
- this.label2.Text = "产品编号";
- //
- // OpernSaveFolder
- //
- this.OpernSaveFolder.Location = new System.Drawing.Point(800, 519);
- this.OpernSaveFolder.Name = "OpernSaveFolder";
- this.OpernSaveFolder.Size = new System.Drawing.Size(38, 22);
- this.OpernSaveFolder.TabIndex = 209;
- this.OpernSaveFolder.Text = "浏览";
- this.OpernSaveFolder.UseVisualStyleBackColor = true;
- this.OpernSaveFolder.Click += new System.EventHandler(this.OpernSaveFolder_Click);
- //
- // SavePath
- //
- this.SavePath.Location = new System.Drawing.Point(620, 521);
- this.SavePath.Name = "SavePath";
- this.SavePath.Size = new System.Drawing.Size(161, 21);
- this.SavePath.TabIndex = 210;
- //
- // SavePath_label
- //
- this.SavePath_label.AutoSize = true;
- this.SavePath_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SavePath_label.Location = new System.Drawing.Point(535, 521);
- this.SavePath_label.Name = "SavePath_label";
- this.SavePath_label.Size = new System.Drawing.Size(74, 21);
- this.SavePath_label.TabIndex = 211;
- this.SavePath_label.Text = "存放路径";
- //
- // Delete
- //
- this.Delete.AllPower = "ifall";
- this.Delete.BackColor = System.Drawing.Color.Transparent;
- this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
- this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
- this.Delete.IsShowBorder = true;
- this.Delete.Location = new System.Drawing.Point(643, 55);
- this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
- this.Delete.Name = "Delete";
- this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
- this.Delete.Power = "IfWrite";
- this.Delete.Size = new System.Drawing.Size(63, 24);
- this.Delete.TabIndex = 208;
- this.Delete.Tag = "Ifdelete";
- this.Delete.Text = "删除";
- this.Delete.UseVisualStyleBackColor = true;
- this.Delete.Click += new System.EventHandler(this.Delete_Click);
- //
- // pagination1
- //
- this.pagination1.AddEnable = false;
- this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pagination1.DeleteEnable = false;
- this.pagination1.Location = new System.Drawing.Point(0, 552);
- this.pagination1.Margin = new System.Windows.Forms.Padding(4);
- this.pagination1.Name = "pagination1";
- this.pagination1.Size = new System.Drawing.Size(1102, 32);
- this.pagination1.TabIndex = 207;
- //
- // pr_code2
- //
- this.pr_code2.AllPower = null;
- this.pr_code2.BackColor = System.Drawing.Color.White;
- this.pr_code2.ID = null;
- this.pr_code2.Location = new System.Drawing.Point(103, 14);
- this.pr_code2.Name = "pr_code2";
- this.pr_code2.Power = null;
- this.pr_code2.Size = new System.Drawing.Size(150, 21);
- this.pr_code2.Str = null;
- this.pr_code2.Str1 = null;
- this.pr_code2.Str2 = null;
- this.pr_code2.TabIndex = 206;
- this.pr_code2.Tag = "pr_code";
- //
- // Save
- //
- this.Save.AllPower = "ifall";
- this.Save.BackColor = System.Drawing.Color.Transparent;
- this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
- this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
- this.Save.IsShowBorder = true;
- this.Save.Location = new System.Drawing.Point(855, 519);
- this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
- this.Save.Name = "Save";
- this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
- this.Save.Power = "IfWrite";
- this.Save.Size = new System.Drawing.Size(60, 24);
- this.Save.TabIndex = 198;
- this.Save.Tag = "IfWrite";
- this.Save.Text = "保存";
- this.Save.UseVisualStyleBackColor = true;
- this.Save.Click += new System.EventHandler(this.Save_Click);
- //
- // la_type
- //
- this.la_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.la_type.DropDownWidth = 161;
- this.la_type.FormattingEnabled = true;
- this.la_type.Items.AddRange(new object[] {
- "机身标",
- "彩盒标",
- "卡通箱标",
- "大箱标",
- "栈板标",
- "SN标签",
- "自定义"});
- this.la_type.Location = new System.Drawing.Point(357, 478);
- this.la_type.Name = "la_type";
- this.la_type.Size = new System.Drawing.Size(161, 20);
- this.la_type.TabIndex = 197;
- //
- // la_code
- //
- this.la_code.AllPower = null;
- this.la_code.Caller = null;
- this.la_code.Condition = null;
- this.la_code.DBTitle = "模板查询";
- this.la_code.FormName = null;
- this.la_code.Location = new System.Drawing.Point(95, 478);
- this.la_code.Name = "la_code";
- this.la_code.Power = null;
- this.la_code.ReturnData = null;
- this.la_code.SelectField = null;
- this.la_code.SetValueField = null;
- this.la_code.Size = new System.Drawing.Size(160, 21);
- this.la_code.TabIndex = 196;
- this.la_code.TableName = null;
- this.la_code.Tag = "IfRead";
- this.la_code.TextBoxEnable = false;
- //
- // ChooseAll
- //
- this.ChooseAll.Location = new System.Drawing.Point(16, 75);
- this.ChooseAll.Name = "ChooseAll";
- this.ChooseAll.Size = new System.Drawing.Size(38, 20);
- this.ChooseAll.TabIndex = 174;
- this.ChooseAll.Text = "全选";
- this.ChooseAll.UseVisualStyleBackColor = true;
- //
- // LabelDataGridView
- //
- this.LabelDataGridView.AllowUserToAddRows = false;
- this.LabelDataGridView.AllowUserToResizeRows = false;
- this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
- this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Choose,
- this.la_id,
- this.pl_detno,
- this.pr_code1,
- this.pr_detail1,
- this.pr_spec1,
- this.pl_labelname,
- this.pl_labeltype,
- this.pl_labelcode,
- this.pl_labelsoft,
- this.pl_isdefault,
- this.pl_labelurl,
- this.pl_id,
- this.pl_prodcode});
- this.LabelDataGridView.Location = new System.Drawing.Point(16, 101);
- this.LabelDataGridView.Name = "LabelDataGridView";
- this.LabelDataGridView.RowTemplate.Height = 23;
- this.LabelDataGridView.Size = new System.Drawing.Size(808, 366);
- this.LabelDataGridView.TabIndex = 172;
- this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
- this.LabelDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LabelDataGridView_CellFormatting);
- this.LabelDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelDataGridView_DataError);
- //
- // Choose
- //
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.Choose.HeaderText = "勾选";
- this.Choose.Name = "Choose";
- this.Choose.Width = 40;
- //
- // la_id
- //
- this.la_id.DataPropertyName = "la_id";
- this.la_id.HeaderText = "la_id";
- this.la_id.Name = "la_id";
- this.la_id.Visible = false;
- //
- // pl_detno
- //
- this.pl_detno.DataPropertyName = "pl_detno";
- this.pl_detno.HeaderText = "序号";
- this.pl_detno.Name = "pl_detno";
- this.pl_detno.Width = 60;
- //
- // pr_code1
- //
- this.pr_code1.DataPropertyName = "pl_prodcode";
- this.pr_code1.HeaderText = "产品编号";
- this.pr_code1.Name = "pr_code1";
- this.pr_code1.ReadOnly = true;
- //
- // pr_detail1
- //
- this.pr_detail1.DataPropertyName = "pr_detail";
- this.pr_detail1.HeaderText = "产品名称";
- this.pr_detail1.Name = "pr_detail1";
- this.pr_detail1.ReadOnly = true;
- //
- // pr_spec1
- //
- this.pr_spec1.DataPropertyName = "pr_spec";
- this.pr_spec1.HeaderText = "产品规格";
- this.pr_spec1.Name = "pr_spec1";
- this.pr_spec1.ReadOnly = true;
- this.pr_spec1.Width = 80;
- //
- // pl_labelname
- //
- this.pl_labelname.DataPropertyName = "pl_labelname";
- this.pl_labelname.HeaderText = "模板名称";
- this.pl_labelname.Name = "pl_labelname";
- //
- // pl_labeltype
- //
- this.pl_labeltype.DataPropertyName = "pl_labeltype";
- this.pl_labeltype.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.pl_labeltype.HeaderText = "模板类型";
- this.pl_labeltype.Items.AddRange(new object[] {
- "机身标",
- "彩盒标",
- "大箱标"});
- this.pl_labeltype.Name = "pl_labeltype";
- this.pl_labeltype.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.pl_labeltype.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.pl_labeltype.Width = 70;
- //
- // pl_labelcode
- //
- this.pl_labelcode.DataPropertyName = "pl_labelcode";
- this.pl_labelcode.HeaderText = "模板编号";
- this.pl_labelcode.Name = "pl_labelcode";
- this.pl_labelcode.Width = 90;
- //
- // pl_labelsoft
- //
- this.pl_labelsoft.DataPropertyName = "pl_labelsoft";
- this.pl_labelsoft.HeaderText = "模板软件";
- this.pl_labelsoft.Name = "pl_labelsoft";
- this.pl_labelsoft.Width = 80;
- //
- // pl_isdefault
- //
- this.pl_isdefault.DataPropertyName = "pl_isdefault";
- this.pl_isdefault.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.pl_isdefault.HeaderText = "是否默认";
- this.pl_isdefault.Name = "pl_isdefault";
- this.pl_isdefault.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.pl_isdefault.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.pl_isdefault.Width = 60;
- //
- // pl_labelurl
- //
- this.pl_labelurl.DataPropertyName = "pl_labelurl";
- this.pl_labelurl.HeaderText = "模板路径";
- this.pl_labelurl.Name = "pl_labelurl";
- this.pl_labelurl.ReadOnly = true;
- this.pl_labelurl.Width = 240;
- //
- // pl_id
- //
- this.pl_id.DataPropertyName = "pl_id";
- this.pl_id.HeaderText = "pl_id";
- this.pl_id.Name = "pl_id";
- this.pl_id.Visible = false;
- //
- // pl_prodcode
- //
- this.pl_prodcode.DataPropertyName = "pl_prodcode";
- this.pl_prodcode.HeaderText = "pl_prodcode";
- this.pl_prodcode.Name = "pl_prodcode";
- this.pl_prodcode.Visible = false;
- //
- // pr_code
- //
- this.pr_code.AllPower = null;
- this.pr_code.Caller = null;
- this.pr_code.Condition = null;
- this.pr_code.DBTitle = "产品编号查询";
- this.pr_code.FormName = null;
- this.pr_code.Location = new System.Drawing.Point(620, 478);
- this.pr_code.Name = "pr_code";
- this.pr_code.Power = null;
- this.pr_code.ReturnData = null;
- this.pr_code.SelectField = null;
- this.pr_code.SetValueField = null;
- this.pr_code.Size = new System.Drawing.Size(160, 21);
- this.pr_code.TabIndex = 159;
- this.pr_code.TableName = null;
- this.pr_code.Tag = "pr_code";
- this.pr_code.TextBoxEnable = true;
- //
- // UpdateGrid
- //
- this.UpdateGrid.AllPower = "ifall";
- this.UpdateGrid.BackColor = System.Drawing.Color.Transparent;
- this.UpdateGrid.DownImage = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.DownImage")));
- this.UpdateGrid.Image = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.Image")));
- this.UpdateGrid.IsShowBorder = true;
- this.UpdateGrid.Location = new System.Drawing.Point(546, 55);
- this.UpdateGrid.MoveImage = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.MoveImage")));
- this.UpdateGrid.Name = "UpdateGrid";
- this.UpdateGrid.NormalImage = ((System.Drawing.Image)(resources.GetObject("UpdateGrid.NormalImage")));
- this.UpdateGrid.Power = "IfWrite";
- this.UpdateGrid.Size = new System.Drawing.Size(63, 24);
- this.UpdateGrid.TabIndex = 154;
- this.UpdateGrid.Tag = "IfWrite";
- this.UpdateGrid.Text = "更新";
- this.UpdateGrid.UseVisualStyleBackColor = true;
- this.UpdateGrid.Click += new System.EventHandler(this.Update_Click);
- //
- // Screen
- //
- this.Screen.AllPower = null;
- this.Screen.BackColor = System.Drawing.Color.Transparent;
- this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
- this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
- this.Screen.IsShowBorder = true;
- this.Screen.Location = new System.Drawing.Point(447, 55);
- this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
- this.Screen.Name = "Screen";
- this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
- this.Screen.Power = "IfRead";
- this.Screen.Size = new System.Drawing.Size(63, 24);
- this.Screen.TabIndex = 153;
- this.Screen.Tag = "IfRead";
- this.Screen.Text = "筛选";
- this.Screen.UseVisualStyleBackColor = true;
- this.Screen.Click += new System.EventHandler(this.Screen_Click);
- //
- // pr_spec
- //
- this.pr_spec.AllPower = null;
- this.pr_spec.BackColor = System.Drawing.Color.White;
- this.pr_spec.ID = null;
- this.pr_spec.Location = new System.Drawing.Point(675, 12);
- this.pr_spec.Name = "pr_spec";
- this.pr_spec.Power = null;
- this.pr_spec.Size = new System.Drawing.Size(150, 21);
- this.pr_spec.Str = null;
- this.pr_spec.Str1 = null;
- this.pr_spec.Str2 = null;
- this.pr_spec.TabIndex = 151;
- this.pr_spec.Tag = "pr_spec";
- //
- // pr_detail
- //
- this.pr_detail.AllPower = null;
- this.pr_detail.BackColor = System.Drawing.Color.White;
- this.pr_detail.ID = null;
- this.pr_detail.Location = new System.Drawing.Point(373, 13);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Power = null;
- this.pr_detail.Size = new System.Drawing.Size(150, 21);
- this.pr_detail.Str = null;
- this.pr_detail.Str1 = null;
- this.pr_detail.Str2 = null;
- this.pr_detail.TabIndex = 147;
- this.pr_detail.Tag = "pr_detail";
- //
- // dataGridViewCheckBoxColumn1
- //
- this.dataGridViewCheckBoxColumn1.HeaderText = "";
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
- this.dataGridViewCheckBoxColumn1.Width = 30;
- //
- // SystemSetting_LabelMaintain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1100, 584);
- this.Controls.Add(this.OpernSaveFolder);
- this.Controls.Add(this.SavePath);
- this.Controls.Add(this.SavePath_label);
- this.Controls.Add(this.Delete);
- this.Controls.Add(this.pagination1);
- this.Controls.Add(this.pr_code2);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.LabelParam);
- this.Controls.Add(this.la_name);
- this.Controls.Add(this.la_name_label);
- this.Controls.Add(this.FTPShare);
- this.Controls.Add(this.Save);
- this.Controls.Add(this.OpenFolder);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.FolderPath);
- this.Controls.Add(this.FolderPath_Label);
- this.Controls.Add(this.la_type);
- this.Controls.Add(this.la_code_label);
- this.Controls.Add(this.la_code);
- this.Controls.Add(this.ChooseAll);
- this.Controls.Add(this.LabelDataGridView);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.labelSoft_label);
- this.Controls.Add(this.CodeSoft);
- this.Controls.Add(this.pr_code);
- this.Controls.Add(this.UpdateGrid);
- this.Controls.Add(this.Screen);
- this.Controls.Add(this.pr_spec);
- this.Controls.Add(this.pr_spec_label);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.pr_code_label);
- this.Controls.Add(this.pr_detail_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "SystemSetting_LabelMaintain";
- this.Tag = "Make!ProLabel";
- this.Text = "产品标签维护";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.产品标签维护_FormClosing);
- this.Load += new System.EventHandler(this.条码维护_Load);
- this.SizeChanged += new System.EventHandler(this.产品标签维护_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Label pr_detail_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_spec;
- private System.Windows.Forms.Label pr_spec_label;
-
- private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
- private CustomControl.ButtonUtil.NormalButton Screen;
- private CustomControl.ButtonUtil.NormalButton UpdateGrid;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
- private System.Windows.Forms.RadioButton CodeSoft;
- private System.Windows.Forms.Label labelSoft_label;
- private System.Windows.Forms.Label label1;
- private CustomControl.DataGrid_View.DataGridViewWithCheckBox LabelDataGridView;
- private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
- private System.Windows.Forms.TextBox la_name;
- private System.Windows.Forms.Label la_name_label;
- private System.Windows.Forms.CheckBox FTPShare;
- private CustomControl.ButtonUtil.NormalButton Save;
- private System.Windows.Forms.Button OpenFolder;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox FolderPath;
- private System.Windows.Forms.Label FolderPath_Label;
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus la_type;
- private System.Windows.Forms.Label la_code_label;
- private CustomControl.TextBoxWithIcon.SearchTextBox la_code;
- private System.Windows.Forms.Panel LabelParam;
- private System.Windows.Forms.Label label2;
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_code2;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
- private System.Windows.Forms.DataGridViewTextBoxColumn la_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_detno;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_code1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelname;
- private System.Windows.Forms.DataGridViewComboBoxColumn pl_labeltype;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelsoft;
- private System.Windows.Forms.DataGridViewComboBoxColumn pl_isdefault;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_labelurl;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn pl_prodcode;
- private CustomControl.Pagination.PaginationDbFind pagination1;
- private CustomControl.ButtonUtil.NormalButton Delete;
- private System.Windows.Forms.Button OpernSaveFolder;
- private System.Windows.Forms.TextBox SavePath;
- private System.Windows.Forms.Label SavePath_label;
- }
- }
|