You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
8.1 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class InstitutionalEntryPage
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.机构名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.修改名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.修改 = new System.Windows.Forms.DataGridViewButtonColumn();
  37. this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
  38. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  39. this.splitContainer1.Panel1.SuspendLayout();
  40. this.splitContainer1.Panel2.SuspendLayout();
  41. this.splitContainer1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // button2
  46. //
  47. this.button2.Location = new System.Drawing.Point(345, 10);
  48. this.button2.Name = "button2";
  49. this.button2.Size = new System.Drawing.Size(92, 28);
  50. this.button2.TabIndex = 7;
  51. this.button2.Text = "确认";
  52. this.button2.UseVisualStyleBackColor = true;
  53. this.button2.Click += new System.EventHandler(this.button2_Click);
  54. //
  55. // textBox1
  56. //
  57. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  58. this.textBox1.Location = new System.Drawing.Point(118, 10);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(209, 28);
  61. this.textBox1.TabIndex = 5;
  62. //
  63. // label1
  64. //
  65. this.label1.AutoSize = true;
  66. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  67. this.label1.Location = new System.Drawing.Point(8, 13);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(122, 21);
  70. this.label1.TabIndex = 4;
  71. this.label1.Text = "输入机构名称:";
  72. //
  73. // splitContainer1
  74. //
  75. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  77. this.splitContainer1.Name = "splitContainer1";
  78. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  79. //
  80. // splitContainer1.Panel1
  81. //
  82. this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
  83. //
  84. // splitContainer1.Panel2
  85. //
  86. this.splitContainer1.Panel2.Controls.Add(this.textBox1);
  87. this.splitContainer1.Panel2.Controls.Add(this.label1);
  88. this.splitContainer1.Panel2.Controls.Add(this.button2);
  89. this.splitContainer1.Size = new System.Drawing.Size(1044, 690);
  90. this.splitContainer1.SplitterDistance = 629;
  91. this.splitContainer1.TabIndex = 8;
  92. //
  93. // dataGridView1
  94. //
  95. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  96. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  97. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  98. this.机构名称,
  99. this.修改名称,
  100. this.修改,
  101. this.删除});
  102. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  104. this.dataGridView1.Name = "dataGridView1";
  105. this.dataGridView1.RowHeadersVisible = false;
  106. this.dataGridView1.RowTemplate.Height = 25;
  107. this.dataGridView1.Size = new System.Drawing.Size(1044, 629);
  108. this.dataGridView1.TabIndex = 1;
  109. //
  110. // 机构名称
  111. //
  112. this.机构名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  113. this.机构名称.DataPropertyName = "Name";
  114. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  115. this.机构名称.DefaultCellStyle = dataGridViewCellStyle1;
  116. this.机构名称.HeaderText = "机构名称";
  117. this.机构名称.Name = "机构名称";
  118. this.机构名称.ReadOnly = true;
  119. //
  120. // 修改名称
  121. //
  122. this.修改名称.HeaderText = "修改名称";
  123. this.修改名称.Name = "修改名称";
  124. this.修改名称.Width = 150;
  125. //
  126. // 修改
  127. //
  128. this.修改.DataPropertyName = "ContextName";
  129. this.修改.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  130. this.修改.HeaderText = "修改";
  131. this.修改.Name = "修改";
  132. this.修改.ReadOnly = true;
  133. this.修改.Text = "修改";
  134. this.修改.UseColumnTextForButtonValue = true;
  135. //
  136. // 删除
  137. //
  138. this.删除.DataPropertyName = "ContextName";
  139. this.删除.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  140. this.删除.HeaderText = "删除";
  141. this.删除.Name = "删除";
  142. this.删除.ReadOnly = true;
  143. this.删除.Text = "删除";
  144. this.删除.UseColumnTextForButtonValue = true;
  145. //
  146. // InstitutionalEntryPage
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.Controls.Add(this.splitContainer1);
  151. this.Name = "InstitutionalEntryPage";
  152. this.Size = new System.Drawing.Size(1044, 690);
  153. this.splitContainer1.Panel1.ResumeLayout(false);
  154. this.splitContainer1.Panel2.ResumeLayout(false);
  155. this.splitContainer1.Panel2.PerformLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  157. this.splitContainer1.ResumeLayout(false);
  158. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private Button button2;
  163. private TextBox textBox1;
  164. private Label label1;
  165. private SplitContainer splitContainer1;
  166. private DataGridView dataGridView1;
  167. private DataGridViewTextBoxColumn 机构名称;
  168. private DataGridViewTextBoxColumn 修改名称;
  169. private DataGridViewButtonColumn 修改;
  170. private DataGridViewButtonColumn 删除;
  171. }
  172. }