SystemSetting_PrinterTest.designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace UAS_MES_NEW.SystemSetting
  2. {
  3. partial class SystemSetting_PrinterTest
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetting_PrinterTest));
  29. this.ma_salecode_label = new System.Windows.Forms.Label();
  30. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  31. this.PrintTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  32. this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  33. this.SuspendLayout();
  34. //
  35. // ma_salecode_label
  36. //
  37. this.ma_salecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  38. | System.Windows.Forms.AnchorStyles.Left)
  39. | System.Windows.Forms.AnchorStyles.Right)));
  40. this.ma_salecode_label.AutoSize = true;
  41. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.ma_salecode_label.Location = new System.Drawing.Point(71, 60);
  43. this.ma_salecode_label.Name = "ma_salecode_label";
  44. this.ma_salecode_label.Size = new System.Drawing.Size(90, 21);
  45. this.ma_salecode_label.TabIndex = 20;
  46. this.ma_salecode_label.Text = "打印机列表";
  47. //
  48. // PrinterList
  49. //
  50. this.PrinterList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.PrinterList.Location = new System.Drawing.Point(178, 60);
  52. this.PrinterList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  53. this.PrinterList.Name = "PrinterList";
  54. this.PrinterList.Size = new System.Drawing.Size(213, 31);
  55. this.PrinterList.TabIndex = 22;
  56. //
  57. // PrintTest
  58. //
  59. this.PrintTest.AllPower = null;
  60. this.PrintTest.BackColor = System.Drawing.Color.Transparent;
  61. this.PrintTest.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.DownImage")));
  62. this.PrintTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.PrintTest.Image = ((System.Drawing.Image)(resources.GetObject("PrintTest.Image")));
  64. this.PrintTest.IsShowBorder = true;
  65. this.PrintTest.Location = new System.Drawing.Point(413, 60);
  66. this.PrintTest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  67. this.PrintTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.MoveImage")));
  68. this.PrintTest.Name = "PrintTest";
  69. this.PrintTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintTest.NormalImage")));
  70. this.PrintTest.Power = null;
  71. this.PrintTest.Size = new System.Drawing.Size(63, 24);
  72. this.PrintTest.TabIndex = 21;
  73. this.PrintTest.Text = "打印测试";
  74. this.PrintTest.UseVisualStyleBackColor = true;
  75. this.PrintTest.Click += new System.EventHandler(this.PrintTest_Click);
  76. //
  77. // Setting
  78. //
  79. this.Setting.AllPower = null;
  80. this.Setting.BackColor = System.Drawing.Color.Transparent;
  81. this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
  82. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  84. this.Setting.IsShowBorder = true;
  85. this.Setting.Location = new System.Drawing.Point(494, 60);
  86. this.Setting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  87. this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
  88. this.Setting.Name = "Setting";
  89. this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
  90. this.Setting.Power = null;
  91. this.Setting.Size = new System.Drawing.Size(63, 24);
  92. this.Setting.TabIndex = 23;
  93. this.Setting.Text = "参数设置";
  94. this.Setting.UseVisualStyleBackColor = true;
  95. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  96. //
  97. // SystemSetting_PrinterTest
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(1017, 559);
  102. this.Controls.Add(this.Setting);
  103. this.Controls.Add(this.PrinterList);
  104. this.Controls.Add(this.PrintTest);
  105. this.Controls.Add(this.ma_salecode_label);
  106. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  107. this.Name = "SystemSetting_PrinterTest";
  108. this.Tag = "Setup!PrinterTest";
  109. this.Text = "打印机调试";
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion
  114. private System.Windows.Forms.Label ma_salecode_label;
  115. private CustomControl.ButtonUtil.NormalButton PrintTest;
  116. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  117. private CustomControl.ButtonUtil.NormalButton Setting;
  118. }
  119. }