PrintVersionSelectSuperSmallForm.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
  2. {
  3. partial class PrintVersionSelectSuperSmallForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintVersionSelectSuperSmallForm));
  31. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  33. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. this.groupBoxEx1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.btnCancel);
  46. this.plExMainContainer.Controls.Add(this.btnOK);
  47. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  48. this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
  53. //
  54. // btnAppFormMaximize
  55. //
  56. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  57. this.btnAppFormMaximize.Location = new System.Drawing.Point(326, 0);
  58. //
  59. // btnAppFormExit
  60. //
  61. this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(326, 0);
  66. //
  67. // groupBoxEx1
  68. //
  69. this.groupBoxEx1.BackColor = System.Drawing.Color.Transparent;
  70. this.groupBoxEx1.Controls.Add(this.dgvData);
  71. this.groupBoxEx1.Location = new System.Drawing.Point(69, 31);
  72. this.groupBoxEx1.Name = "groupBoxEx1";
  73. this.groupBoxEx1.Size = new System.Drawing.Size(306, 164);
  74. this.groupBoxEx1.TabIndex = 0;
  75. this.groupBoxEx1.TabStop = false;
  76. this.groupBoxEx1.Text = " 版本 ";
  77. //
  78. // dgvData
  79. //
  80. this.dgvData.AllowUserToAddRows = false;
  81. this.dgvData.AllowUserToDeleteRows = false;
  82. this.dgvData.AllowUserToResizeRows = false;
  83. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  84. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  85. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  86. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  87. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  88. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  96. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  97. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  98. this.Column1,
  99. this.Column2});
  100. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.dgvData.EnableHeadersVisualStyles = false;
  102. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  103. this.dgvData.GridViewUniquelyIdentify = "_dgvData";
  104. this.dgvData.IsCompleteBonding = false;
  105. this.dgvData.Location = new System.Drawing.Point(3, 17);
  106. this.dgvData.Name = "dgvData";
  107. this.dgvData.RowHeadersVisible = false;
  108. this.dgvData.RowHeadersWidth = 20;
  109. this.dgvData.RowTemplate.Height = 23;
  110. this.dgvData.RowTemplate.ReadOnly = true;
  111. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  112. this.dgvData.Size = new System.Drawing.Size(300, 144);
  113. this.dgvData.TabIndex = 0;
  114. //
  115. // Column1
  116. //
  117. this.Column1.HeaderText = "版本名称";
  118. this.Column1.Name = "Column1";
  119. this.Column1.ReadOnly = true;
  120. //
  121. // Column2
  122. //
  123. this.Column2.HeaderText = "编号";
  124. this.Column2.Name = "Column2";
  125. this.Column2.ReadOnly = true;
  126. this.Column2.Visible = false;
  127. //
  128. // btnOK
  129. //
  130. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  131. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  132. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  133. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  134. this.btnOK.ForeColor = System.Drawing.Color.White;
  135. this.btnOK.IsShowText = true;
  136. this.btnOK.Location = new System.Drawing.Point(118, 205);
  137. this.btnOK.Name = "btnOK";
  138. this.btnOK.Size = new System.Drawing.Size(85, 28);
  139. this.btnOK.TabIndex = 1;
  140. this.btnOK.Text = "确定";
  141. this.btnOK.UseVisualStyleBackColor = false;
  142. //
  143. // btnCancel
  144. //
  145. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  146. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  147. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  148. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  149. this.btnCancel.ForeColor = System.Drawing.Color.White;
  150. this.btnCancel.IsShowText = true;
  151. this.btnCancel.Location = new System.Drawing.Point(240, 205);
  152. this.btnCancel.Name = "btnCancel";
  153. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  154. this.btnCancel.TabIndex = 2;
  155. this.btnCancel.Text = "取消";
  156. this.btnCancel.UseVisualStyleBackColor = false;
  157. //
  158. // PrintVersionSelectSuperSmallForm
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.ClientSize = new System.Drawing.Size(460, 330);
  163. this.MaximizeBox = false;
  164. this.MinimizeBox = false;
  165. this.Name = "PrintVersionSelectSuperSmallForm";
  166. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  167. this.Text = "选择打印版本";
  168. this.plExMainContainer.ResumeLayout(false);
  169. this.plFormMainContent.ResumeLayout(false);
  170. this.groupBoxEx1.ResumeLayout(false);
  171. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  176. protected ComponentLibrary.ButtonEx btnCancel;
  177. protected ComponentLibrary.ButtonEx btnOK;
  178. protected ComponentLibrary.DataGridViewEx dgvData;
  179. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  180. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  181. }
  182. }