G2DTextDialog.designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. namespace CommonFroms.G2D
  2. {
  3. partial class G2DTextDialog
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  33. this.splitContainer1.Panel1.SuspendLayout();
  34. this.splitContainer1.Panel2.SuspendLayout();
  35. this.splitContainer1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // textBox1
  39. //
  40. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.textBox1.ImeMode = System.Windows.Forms.ImeMode.On;
  42. this.textBox1.Location = new System.Drawing.Point(0, 0);
  43. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  44. this.textBox1.Multiline = true;
  45. this.textBox1.Name = "textBox1";
  46. this.textBox1.Size = new System.Drawing.Size(688, 76);
  47. this.textBox1.TabIndex = 0;
  48. //
  49. // button1
  50. //
  51. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  52. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  53. this.button1.Location = new System.Drawing.Point(513, 4);
  54. this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(83, 33);
  57. this.button1.TabIndex = 1;
  58. this.button1.Text = "OK";
  59. this.button1.UseVisualStyleBackColor = true;
  60. //
  61. // button2
  62. //
  63. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  64. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  65. this.button2.Location = new System.Drawing.Point(602, 4);
  66. this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(83, 33);
  69. this.button2.TabIndex = 2;
  70. this.button2.Text = "Cancel";
  71. this.button2.UseVisualStyleBackColor = true;
  72. //
  73. // splitContainer1
  74. //
  75. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  77. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  78. this.splitContainer1.Name = "splitContainer1";
  79. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  80. //
  81. // splitContainer1.Panel1
  82. //
  83. this.splitContainer1.Panel1.Controls.Add(this.textBox1);
  84. //
  85. // splitContainer1.Panel2
  86. //
  87. this.splitContainer1.Panel2.Controls.Add(this.button1);
  88. this.splitContainer1.Panel2.Controls.Add(this.button2);
  89. this.splitContainer1.Size = new System.Drawing.Size(688, 121);
  90. this.splitContainer1.SplitterDistance = 76;
  91. this.splitContainer1.TabIndex = 5;
  92. //
  93. // G2DTextDialog
  94. //
  95. this.AcceptButton = this.button1;
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.CancelButton = this.button2;
  99. this.ClientSize = new System.Drawing.Size(688, 121);
  100. this.Controls.Add(this.splitContainer1);
  101. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  103. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.Name = "G2DTextDialog";
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  106. this.Text = "输入名称";
  107. this.splitContainer1.Panel1.ResumeLayout(false);
  108. this.splitContainer1.Panel1.PerformLayout();
  109. this.splitContainer1.Panel2.ResumeLayout(false);
  110. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  111. this.splitContainer1.ResumeLayout(false);
  112. this.ResumeLayout(false);
  113. }
  114. #endregion
  115. private System.Windows.Forms.TextBox textBox1;
  116. private System.Windows.Forms.Button button1;
  117. private System.Windows.Forms.Button button2;
  118. private System.Windows.Forms.SplitContainer splitContainer1;
  119. }
  120. }