BartenderPreview.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. namespace UAS_LabelMachine
  2. {
  3. partial class BartenderPreview
  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(BartenderPreview));
  29. this.SQL = new System.Windows.Forms.RichTextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.Cancel = new UAS_LabelMachine.CustomControl.NormalButton();
  32. this.Save = new UAS_LabelMachine.CustomControl.NormalButton();
  33. this.LabelPreViewPic = new System.Windows.Forms.PictureBox();
  34. ((System.ComponentModel.ISupportInitialize)(this.LabelPreViewPic)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // SQL
  38. //
  39. this.SQL.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.SQL.Location = new System.Drawing.Point(27, 35);
  41. this.SQL.Name = "SQL";
  42. this.SQL.Size = new System.Drawing.Size(434, 96);
  43. this.SQL.TabIndex = 1;
  44. this.SQL.Text = "";
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label1.Location = new System.Drawing.Point(24, 11);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(72, 21);
  53. this.label1.TabIndex = 2;
  54. this.label1.Text = "SQL语句";
  55. //
  56. // Cancel
  57. //
  58. this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
  59. this.Cancel.Location = new System.Drawing.Point(261, 527);
  60. this.Cancel.Name = "Cancel";
  61. this.Cancel.Size = new System.Drawing.Size(75, 30);
  62. this.Cancel.TabIndex = 4;
  63. this.Cancel.Text = "取消";
  64. this.Cancel.UseVisualStyleBackColor = true;
  65. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  66. //
  67. // Save
  68. //
  69. this.Save.Image = ((System.Drawing.Image)(resources.GetObject("Save.Image")));
  70. this.Save.Location = new System.Drawing.Point(151, 527);
  71. this.Save.Name = "Save";
  72. this.Save.Size = new System.Drawing.Size(75, 30);
  73. this.Save.TabIndex = 3;
  74. this.Save.Tag = "";
  75. this.Save.Text = "保存";
  76. this.Save.UseVisualStyleBackColor = true;
  77. this.Save.Click += new System.EventHandler(this.Save_Click);
  78. //
  79. // LabelPreViewPic
  80. //
  81. this.LabelPreViewPic.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  82. this.LabelPreViewPic.Location = new System.Drawing.Point(27, 148);
  83. this.LabelPreViewPic.Name = "LabelPreViewPic";
  84. this.LabelPreViewPic.Size = new System.Drawing.Size(434, 347);
  85. this.LabelPreViewPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  86. this.LabelPreViewPic.TabIndex = 0;
  87. this.LabelPreViewPic.TabStop = false;
  88. //
  89. // BartenderPreview
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(489, 576);
  94. this.Controls.Add(this.Cancel);
  95. this.Controls.Add(this.Save);
  96. this.Controls.Add(this.label1);
  97. this.Controls.Add(this.SQL);
  98. this.Controls.Add(this.LabelPreViewPic);
  99. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  100. this.Name = "BartenderPreview";
  101. this.Tag = "Make!LabelPreview";
  102. this.Text = "标签预览";
  103. this.Load += new System.EventHandler(this.标签预览_Load);
  104. ((System.ComponentModel.ISupportInitialize)(this.LabelPreViewPic)).EndInit();
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private System.Windows.Forms.PictureBox LabelPreViewPic;
  110. private System.Windows.Forms.RichTextBox SQL;
  111. private System.Windows.Forms.Label label1;
  112. private CustomControl.NormalButton Save;
  113. private CustomControl.NormalButton Cancel;
  114. }
  115. }