ExportColumns.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace UAS_LabelMachine
  2. {
  3. partial class ExportColumns
  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. this.FirstPage = new System.Windows.Forms.DataGridView();
  29. this.DataPage = new System.Windows.Forms.DataGridView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.SaveColumns = new System.Windows.Forms.Button();
  33. this.ResetColumns = new System.Windows.Forms.Button();
  34. this.DeleteColumns = new System.Windows.Forms.Button();
  35. this.DeleteDataColumns = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.DataPage)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // FirstPage
  41. //
  42. this.FirstPage.AllowUserToAddRows = false;
  43. this.FirstPage.AllowUserToOrderColumns = true;
  44. this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  45. | System.Windows.Forms.AnchorStyles.Right)));
  46. this.FirstPage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  47. this.FirstPage.Location = new System.Drawing.Point(12, 50);
  48. this.FirstPage.Name = "FirstPage";
  49. this.FirstPage.ReadOnly = true;
  50. this.FirstPage.RowTemplate.Height = 23;
  51. this.FirstPage.Size = new System.Drawing.Size(1197, 270);
  52. this.FirstPage.TabIndex = 0;
  53. //
  54. // DataPage
  55. //
  56. this.DataPage.AllowUserToAddRows = false;
  57. this.DataPage.AllowUserToOrderColumns = true;
  58. this.DataPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.DataPage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  62. this.DataPage.Location = new System.Drawing.Point(12, 365);
  63. this.DataPage.Name = "DataPage";
  64. this.DataPage.ReadOnly = true;
  65. this.DataPage.RowTemplate.Height = 23;
  66. this.DataPage.Size = new System.Drawing.Size(1197, 270);
  67. this.DataPage.TabIndex = 1;
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  73. this.label1.Location = new System.Drawing.Point(11, 24);
  74. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(77, 14);
  77. this.label1.TabIndex = 13;
  78. this.label1.Text = "首页列配置";
  79. //
  80. // label2
  81. //
  82. this.label2.AutoSize = true;
  83. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  84. this.label2.Location = new System.Drawing.Point(9, 337);
  85. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(77, 14);
  88. this.label2.TabIndex = 14;
  89. this.label2.Text = "数据列配置";
  90. //
  91. // SaveColumns
  92. //
  93. this.SaveColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  94. this.SaveColumns.Location = new System.Drawing.Point(696, 648);
  95. this.SaveColumns.Margin = new System.Windows.Forms.Padding(2);
  96. this.SaveColumns.Name = "SaveColumns";
  97. this.SaveColumns.Size = new System.Drawing.Size(80, 24);
  98. this.SaveColumns.TabIndex = 15;
  99. this.SaveColumns.Text = "保存";
  100. this.SaveColumns.UseVisualStyleBackColor = true;
  101. this.SaveColumns.Click += new System.EventHandler(this.SaveColumns_Click);
  102. //
  103. // ResetColumns
  104. //
  105. this.ResetColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  106. this.ResetColumns.Location = new System.Drawing.Point(613, 648);
  107. this.ResetColumns.Margin = new System.Windows.Forms.Padding(2);
  108. this.ResetColumns.Name = "ResetColumns";
  109. this.ResetColumns.Size = new System.Drawing.Size(80, 24);
  110. this.ResetColumns.TabIndex = 16;
  111. this.ResetColumns.Text = "重置列";
  112. this.ResetColumns.UseVisualStyleBackColor = true;
  113. this.ResetColumns.Click += new System.EventHandler(this.ResetColumns_Click);
  114. //
  115. // DeleteColumns
  116. //
  117. this.DeleteColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  118. this.DeleteColumns.Location = new System.Drawing.Point(449, 648);
  119. this.DeleteColumns.Margin = new System.Windows.Forms.Padding(2);
  120. this.DeleteColumns.Name = "DeleteColumns";
  121. this.DeleteColumns.Size = new System.Drawing.Size(80, 24);
  122. this.DeleteColumns.TabIndex = 17;
  123. this.DeleteColumns.Text = "移除首页列";
  124. this.DeleteColumns.UseVisualStyleBackColor = true;
  125. this.DeleteColumns.Click += new System.EventHandler(this.DeleteColumns_Click);
  126. //
  127. // DeleteDataColumns
  128. //
  129. this.DeleteDataColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  130. this.DeleteDataColumns.Location = new System.Drawing.Point(529, 648);
  131. this.DeleteDataColumns.Margin = new System.Windows.Forms.Padding(2);
  132. this.DeleteDataColumns.Name = "DeleteDataColumns";
  133. this.DeleteDataColumns.Size = new System.Drawing.Size(80, 24);
  134. this.DeleteDataColumns.TabIndex = 18;
  135. this.DeleteDataColumns.Text = "移除数据列";
  136. this.DeleteDataColumns.UseVisualStyleBackColor = true;
  137. this.DeleteDataColumns.Click += new System.EventHandler(this.DeleteDataColumns_Click);
  138. //
  139. // ExportColumns
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(1221, 681);
  144. this.Controls.Add(this.DeleteDataColumns);
  145. this.Controls.Add(this.DeleteColumns);
  146. this.Controls.Add(this.ResetColumns);
  147. this.Controls.Add(this.SaveColumns);
  148. this.Controls.Add(this.label2);
  149. this.Controls.Add(this.label1);
  150. this.Controls.Add(this.DataPage);
  151. this.Controls.Add(this.FirstPage);
  152. this.Name = "ExportColumns";
  153. this.Text = "导出列配置";
  154. this.Load += new System.EventHandler(this.ExportColumns_Load);
  155. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.DataPage)).EndInit();
  157. this.ResumeLayout(false);
  158. this.PerformLayout();
  159. }
  160. #endregion
  161. private System.Windows.Forms.DataGridView FirstPage;
  162. private System.Windows.Forms.DataGridView DataPage;
  163. private System.Windows.Forms.Label label1;
  164. private System.Windows.Forms.Label label2;
  165. private System.Windows.Forms.Button SaveColumns;
  166. private System.Windows.Forms.Button ResetColumns;
  167. private System.Windows.Forms.Button DeleteColumns;
  168. private System.Windows.Forms.Button DeleteDataColumns;
  169. }
  170. }