工具箱相关
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Chaginfos.Designer.cs 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. 
  2. namespace HCTools
  3. {
  4. partial class Chaginfos
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.btn_BrowseSave = new System.Windows.Forms.Button();
  30. this.btn_BrowseNdupdate = new System.Windows.Forms.Button();
  31. this.label_Save = new System.Windows.Forms.Label();
  32. this.label_Update = new System.Windows.Forms.Label();
  33. this.txtbox_SaveLocation = new System.Windows.Forms.TextBox();
  34. this.txtbox_nDupdateLocation = new System.Windows.Forms.TextBox();
  35. this.dataGridView_Update = new System.Windows.Forms.DataGridView();
  36. this.btn_Update = new System.Windows.Forms.Button();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.comboBox_layer = new System.Windows.Forms.ComboBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Update)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // btn_BrowseSave
  43. //
  44. this.btn_BrowseSave.Location = new System.Drawing.Point(494, 90);
  45. this.btn_BrowseSave.Name = "btn_BrowseSave";
  46. this.btn_BrowseSave.Size = new System.Drawing.Size(47, 30);
  47. this.btn_BrowseSave.TabIndex = 18;
  48. this.btn_BrowseSave.Text = "浏览";
  49. this.btn_BrowseSave.UseVisualStyleBackColor = true;
  50. this.btn_BrowseSave.Click += new System.EventHandler(this.btn_BrowseSave_Click);
  51. //
  52. // btn_BrowseNdupdate
  53. //
  54. this.btn_BrowseNdupdate.Location = new System.Drawing.Point(494, 38);
  55. this.btn_BrowseNdupdate.Name = "btn_BrowseNdupdate";
  56. this.btn_BrowseNdupdate.Size = new System.Drawing.Size(47, 29);
  57. this.btn_BrowseNdupdate.TabIndex = 17;
  58. this.btn_BrowseNdupdate.Text = "浏览";
  59. this.btn_BrowseNdupdate.UseVisualStyleBackColor = true;
  60. this.btn_BrowseNdupdate.Click += new System.EventHandler(this.btn_BrowseNdupdate_Click);
  61. //
  62. // label_Save
  63. //
  64. this.label_Save.AutoSize = true;
  65. this.label_Save.Location = new System.Drawing.Point(74, 98);
  66. this.label_Save.Name = "label_Save";
  67. this.label_Save.Size = new System.Drawing.Size(82, 15);
  68. this.label_Save.TabIndex = 16;
  69. this.label_Save.Text = "保存路径:";
  70. //
  71. // label_Update
  72. //
  73. this.label_Update.Location = new System.Drawing.Point(74, 29);
  74. this.label_Update.Name = "label_Update";
  75. this.label_Update.Size = new System.Drawing.Size(77, 55);
  76. this.label_Update.TabIndex = 15;
  77. this.label_Update.Text = "需修改的文件所在路径:";
  78. //
  79. // txtbox_SaveLocation
  80. //
  81. this.txtbox_SaveLocation.Location = new System.Drawing.Point(157, 95);
  82. this.txtbox_SaveLocation.Name = "txtbox_SaveLocation";
  83. this.txtbox_SaveLocation.Size = new System.Drawing.Size(319, 25);
  84. this.txtbox_SaveLocation.TabIndex = 14;
  85. //
  86. // txtbox_nDupdateLocation
  87. //
  88. this.txtbox_nDupdateLocation.Location = new System.Drawing.Point(157, 41);
  89. this.txtbox_nDupdateLocation.Name = "txtbox_nDupdateLocation";
  90. this.txtbox_nDupdateLocation.Size = new System.Drawing.Size(319, 25);
  91. this.txtbox_nDupdateLocation.TabIndex = 13;
  92. //
  93. // dataGridView_Update
  94. //
  95. this.dataGridView_Update.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  96. this.dataGridView_Update.Location = new System.Drawing.Point(77, 197);
  97. this.dataGridView_Update.Margin = new System.Windows.Forms.Padding(4);
  98. this.dataGridView_Update.Name = "dataGridView_Update";
  99. this.dataGridView_Update.RowHeadersWidth = 51;
  100. this.dataGridView_Update.RowTemplate.Height = 23;
  101. this.dataGridView_Update.Size = new System.Drawing.Size(473, 195);
  102. this.dataGridView_Update.TabIndex = 12;
  103. //
  104. // btn_Update
  105. //
  106. this.btn_Update.Location = new System.Drawing.Point(252, 411);
  107. this.btn_Update.Name = "btn_Update";
  108. this.btn_Update.Size = new System.Drawing.Size(89, 31);
  109. this.btn_Update.TabIndex = 19;
  110. this.btn_Update.Text = "确定更新";
  111. this.btn_Update.UseVisualStyleBackColor = true;
  112. this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click);
  113. //
  114. // label1
  115. //
  116. this.label1.Location = new System.Drawing.Point(74, 138);
  117. this.label1.Name = "label1";
  118. this.label1.Size = new System.Drawing.Size(77, 55);
  119. this.label1.TabIndex = 20;
  120. this.label1.Text = "待修改信息所在图层:";
  121. //
  122. // comboBox_layer
  123. //
  124. this.comboBox_layer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  125. this.comboBox_layer.FormattingEnabled = true;
  126. this.comboBox_layer.Location = new System.Drawing.Point(157, 151);
  127. this.comboBox_layer.Name = "comboBox_layer";
  128. this.comboBox_layer.Size = new System.Drawing.Size(184, 23);
  129. this.comboBox_layer.TabIndex = 21;
  130. //
  131. // Chaginfos
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(624, 466);
  136. this.Controls.Add(this.comboBox_layer);
  137. this.Controls.Add(this.label1);
  138. this.Controls.Add(this.btn_Update);
  139. this.Controls.Add(this.btn_BrowseSave);
  140. this.Controls.Add(this.btn_BrowseNdupdate);
  141. this.Controls.Add(this.label_Save);
  142. this.Controls.Add(this.label_Update);
  143. this.Controls.Add(this.txtbox_SaveLocation);
  144. this.Controls.Add(this.txtbox_nDupdateLocation);
  145. this.Controls.Add(this.dataGridView_Update);
  146. this.Name = "Chaginfos";
  147. this.Text = "批量修改图框信息";
  148. this.Load += new System.EventHandler(this.Chaginfos_Load);
  149. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Update)).EndInit();
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private System.Windows.Forms.Button btn_BrowseSave;
  155. private System.Windows.Forms.Button btn_BrowseNdupdate;
  156. private System.Windows.Forms.Label label_Save;
  157. private System.Windows.Forms.Label label_Update;
  158. private System.Windows.Forms.TextBox txtbox_SaveLocation;
  159. private System.Windows.Forms.TextBox txtbox_nDupdateLocation;
  160. private System.Windows.Forms.DataGridView dataGridView_Update;
  161. private System.Windows.Forms.Button btn_Update;
  162. private System.Windows.Forms.Label label1;
  163. private System.Windows.Forms.ComboBox comboBox_layer;
  164. }
  165. }