frmEplainBitmapTitle.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace GraEditor
  2. {
  3. partial class frmEplainBitmapTitle
  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(frmEplainBitmapTitle));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label1.Location = new System.Drawing.Point(12, 6);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(135, 20);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "输入产品说明图名称";
  44. //
  45. // textBox1
  46. //
  47. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.textBox1.Location = new System.Drawing.Point(13, 32);
  49. this.textBox1.Name = "textBox1";
  50. this.textBox1.Size = new System.Drawing.Size(258, 26);
  51. this.textBox1.TabIndex = 1;
  52. //
  53. // button1
  54. //
  55. this.button1.Location = new System.Drawing.Point(43, 64);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(75, 28);
  58. this.button1.TabIndex = 2;
  59. this.button1.Text = "确定";
  60. this.button1.UseVisualStyleBackColor = true;
  61. //
  62. // button2
  63. //
  64. this.button2.Location = new System.Drawing.Point(145, 64);
  65. this.button2.Name = "button2";
  66. this.button2.Size = new System.Drawing.Size(75, 28);
  67. this.button2.TabIndex = 2;
  68. this.button2.Text = "取消";
  69. this.button2.UseVisualStyleBackColor = true;
  70. //
  71. // frmEplainBitmapTitle
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.ClientSize = new System.Drawing.Size(284, 102);
  76. this.Controls.Add(this.button2);
  77. this.Controls.Add(this.button1);
  78. this.Controls.Add(this.textBox1);
  79. this.Controls.Add(this.label1);
  80. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  81. this.MaximizeBox = false;
  82. this.MaximumSize = new System.Drawing.Size(300, 140);
  83. this.MinimumSize = new System.Drawing.Size(300, 140);
  84. this.Name = "frmEplainBitmapTitle";
  85. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  86. this.Text = "产品说明图标题";
  87. this.ResumeLayout(false);
  88. this.PerformLayout();
  89. }
  90. #endregion
  91. private System.Windows.Forms.Label label1;
  92. private System.Windows.Forms.TextBox textBox1;
  93. private System.Windows.Forms.Button button1;
  94. private System.Windows.Forms.Button button2;
  95. }
  96. }