namespace InjectionSearch { partial class FrmBarCodeSearch2502 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.glacialList1 = new GlacialComponents.Controls.GlacialList(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btnRePrint = new System.Windows.Forms.Button(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel3 // this.panel3.BackColor = System.Drawing.SystemColors.Control; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.btnRePrint); this.panel3.Controls.Add(this.button1); this.panel3.Controls.Add(this.label6); this.panel3.Controls.Add(this.textBox5); this.panel3.Location = new System.Drawing.Point(4, 5); this.panel3.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(2498, 120); this.panel3.TabIndex = 22; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold); this.button1.Location = new System.Drawing.Point(2148, 21); this.button1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(190, 86); this.button1.TabIndex = 6; this.button1.Text = "查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold); this.label6.Location = new System.Drawing.Point(955, 24); this.label6.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(261, 58); this.label6.TabIndex = 4; this.label6.Text = "条码号:"; // // textBox5 // this.textBox5.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold); this.textBox5.Location = new System.Drawing.Point(1252, 18); this.textBox5.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(827, 74); this.textBox5.TabIndex = 5; // // glacialList1 // this.glacialList1.AllowColumnResize = true; this.glacialList1.AllowMultiselect = false; this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen; this.glacialList1.AlternatingColors = false; this.glacialList1.AutoHeight = true; this.glacialList1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.glacialList1.BackgroundStretchToFit = true; glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None; glColumn5.CheckBoxes = false; glColumn5.ImageIndex = -1; glColumn5.Name = "Column1"; glColumn5.NumericSort = false; glColumn5.Text = "条码"; glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn5.Width = 300; glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None; glColumn6.CheckBoxes = false; glColumn6.ImageIndex = -1; glColumn6.Name = "Column2"; glColumn6.NumericSort = false; glColumn6.Text = "产品名称"; glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn6.Width = 450; glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None; glColumn7.CheckBoxes = false; glColumn7.ImageIndex = -1; glColumn7.Name = "Column3"; glColumn7.NumericSort = false; glColumn7.Text = "打印方式"; glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn7.Width = 80; glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None; glColumn8.CheckBoxes = false; glColumn8.ImageIndex = -1; glColumn8.Name = "Column4"; glColumn8.NumericSort = false; glColumn8.Text = "打印时间"; glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; glColumn8.Width = 220; this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] { glColumn5, glColumn6, glColumn7, glColumn8}); this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal; this.glacialList1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.glacialList1.FullRowSelect = true; this.glacialList1.GridColor = System.Drawing.Color.DeepSkyBlue; this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth; this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid; this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal; this.glacialList1.HeaderHeight = 40; this.glacialList1.HeaderVisible = true; this.glacialList1.HeaderWordWrap = false; this.glacialList1.HotColumnTracking = false; this.glacialList1.HotItemTracking = false; this.glacialList1.HotTrackingColor = System.Drawing.Color.LightGray; this.glacialList1.HoverEvents = false; this.glacialList1.HoverTime = 1; this.glacialList1.ImageList = null; this.glacialList1.ItemHeight = 39; this.glacialList1.ItemWordWrap = false; this.glacialList1.Location = new System.Drawing.Point(4, 130); this.glacialList1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.glacialList1.Name = "glacialList1"; this.glacialList1.Selectable = true; this.glacialList1.SelectedTextColor = System.Drawing.Color.White; this.glacialList1.SelectionColor = System.Drawing.Color.Lime; this.glacialList1.ShowBorder = true; this.glacialList1.ShowFocusRect = false; this.glacialList1.Size = new System.Drawing.Size(2514, 1493); this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort; this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.White; this.glacialList1.TabIndex = 23; this.glacialList1.Text = "glacialList1"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 5000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btnRePrint // this.btnRePrint.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold); this.btnRePrint.Location = new System.Drawing.Point(11, 6); this.btnRePrint.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.btnRePrint.Name = "btnRePrint"; this.btnRePrint.Size = new System.Drawing.Size(310, 101); this.btnRePrint.TabIndex = 8; this.btnRePrint.Text = "补打条码"; this.btnRePrint.UseVisualStyleBackColor = true; this.btnRePrint.Click += new System.EventHandler(this.btnRePrint_Click); // // FrmBarCodeSearch2502 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(2528, 1638); this.Controls.Add(this.glacialList1); this.Controls.Add(this.panel3); this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.Name = "FrmBarCodeSearch2502"; this.Text = "条码信息"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBarCodeSearch_FormClosing); this.Load += new System.EventHandler(this.FrmBarCodeSearch_Load); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox5; private GlacialComponents.Controls.GlacialList glacialList1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btnRePrint; } }