123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- namespace UAS_MES_NEW.SystemSetting
- {
- partial class SystemSetting_PrinterTest
- {
- /// <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_PrinterTest));
- this.ma_salecode_label = new System.Windows.Forms.Label();
- this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.PrintTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SuspendLayout();
- //
- // ma_salecode_label
- //
- this.ma_salecode_label.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.ma_salecode_label.AutoSize = true;
- this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_salecode_label.Location = new System.Drawing.Point(71, 60);
- this.ma_salecode_label.Name = "ma_salecode_label";
- this.ma_salecode_label.Size = new System.Drawing.Size(90, 21);
- this.ma_salecode_label.TabIndex = 20;
- this.ma_salecode_label.Text = "打印机列表";
- //
- // PrinterList
- //
- this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrinterList.Location = new System.Drawing.Point(178, 60);
- this.PrinterList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.PrinterList.Name = "PrinterList";
- this.PrinterList.Size = new System.Drawing.Size(213, 31);
- this.PrinterList.TabIndex = 22;
- //
- // PrintTest
- //
- this.PrintTest.AllPower = null;
- this.PrintTest.BackColor = System.Drawing.Color.Transparent;
- this.PrintTest.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.DownImage")));
- this.PrintTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
- this.PrintTest.IsShowBorder = true;
- this.PrintTest.Location = new System.Drawing.Point(413, 60);
- this.PrintTest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.PrintTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.MoveImage")));
- this.PrintTest.Name = "PrintTest";
- this.PrintTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.NormalImage")));
- this.PrintTest.Power = null;
- this.PrintTest.Size = new System.Drawing.Size(63, 24);
- this.PrintTest.TabIndex = 21;
- this.PrintTest.Text = "打印测试";
- this.PrintTest.UseVisualStyleBackColor = true;
- this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
- //
- // Setting
- //
- this.Setting.AllPower = null;
- this.Setting.BackColor = System.Drawing.Color.Transparent;
- this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
- this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
- this.Setting.IsShowBorder = true;
- this.Setting.Location = new System.Drawing.Point(494, 60);
- this.Setting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
- this.Setting.Name = "Setting";
- this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
- this.Setting.Power = null;
- this.Setting.Size = new System.Drawing.Size(63, 24);
- this.Setting.TabIndex = 23;
- this.Setting.Text = "参数设置";
- this.Setting.UseVisualStyleBackColor = true;
- this.Setting.Click += new System.EventHandler(this.Setting_Click);
- //
- // SystemSetting_PrinterTest
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1017, 559);
- this.Controls.Add(this.Setting);
- this.Controls.Add(this.PrinterList);
- this.Controls.Add(this.PrintTest);
- this.Controls.Add(this.ma_salecode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "SystemSetting_PrinterTest";
- this.Tag = "Setup!PrinterTest";
- this.Text = "打印机调试";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label ma_salecode_label;
- private CustomControl.ButtonUtil.NormalButton PrintTest;
- private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
- private CustomControl.ButtonUtil.NormalButton Setting;
- }
- }
|