FileNameSelect.Designer.cs 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. 
  2. namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
  3. {
  4. partial class FileNameSelect
  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.listView1 = new System.Windows.Forms.ListView();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // listView1
  35. //
  36. this.listView1.HideSelection = false;
  37. this.listView1.Location = new System.Drawing.Point(12, 3);
  38. this.listView1.Name = "listView1";
  39. this.listView1.Size = new System.Drawing.Size(230, 189);
  40. this.listView1.TabIndex = 0;
  41. this.listView1.UseCompatibleStateImageBehavior = false;
  42. //
  43. // button1
  44. //
  45. this.button1.Location = new System.Drawing.Point(100, 198);
  46. this.button1.Name = "button1";
  47. this.button1.Size = new System.Drawing.Size(68, 23);
  48. this.button1.TabIndex = 1;
  49. this.button1.Text = "确认";
  50. this.button1.UseVisualStyleBackColor = true;
  51. this.button1.Click += new System.EventHandler(this.button1_Click);
  52. //
  53. // button2
  54. //
  55. this.button2.Location = new System.Drawing.Point(174, 198);
  56. this.button2.Name = "button2";
  57. this.button2.Size = new System.Drawing.Size(68, 23);
  58. this.button2.TabIndex = 1;
  59. this.button2.Text = "取消";
  60. this.button2.UseVisualStyleBackColor = true;
  61. this.button2.Click += new System.EventHandler(this.button2_Click);
  62. //
  63. // FileNameSelect
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(260, 234);
  68. this.Controls.Add(this.button2);
  69. this.Controls.Add(this.button1);
  70. this.Controls.Add(this.listView1);
  71. this.MaximizeBox = false;
  72. this.MaximumSize = new System.Drawing.Size(276, 273);
  73. this.MinimizeBox = false;
  74. this.MinimumSize = new System.Drawing.Size(276, 273);
  75. this.Name = "FileNameSelect";
  76. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  77. this.Text = "文件列表";
  78. this.Load += new System.EventHandler(this.FileNameSelect_Load);
  79. this.ResumeLayout(false);
  80. }
  81. #endregion
  82. private System.Windows.Forms.ListView listView1;
  83. private System.Windows.Forms.Button button1;
  84. private System.Windows.Forms.Button button2;
  85. }
  86. }