XrayContrastForm.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class XrayContrastForm
  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.dgV_IncALib = new System.Windows.Forms.DataGridView();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label9 = new System.Windows.Forms.Label();
  32. this.txtCollectTime = new System.Windows.Forms.TextBox();
  33. this.btnCollectXray = new System.Windows.Forms.Button();
  34. this.plXray = new System.Windows.Forms.Panel();
  35. ((System.ComponentModel.ISupportInitialize)(this.dgV_IncALib)).BeginInit();
  36. this.panel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // dgV_IncALib
  40. //
  41. this.dgV_IncALib.AllowUserToAddRows = false;
  42. this.dgV_IncALib.AllowUserToDeleteRows = false;
  43. this.dgV_IncALib.AllowUserToResizeColumns = false;
  44. this.dgV_IncALib.AllowUserToResizeRows = false;
  45. this.dgV_IncALib.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  46. this.dgV_IncALib.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  47. this.dgV_IncALib.Dock = System.Windows.Forms.DockStyle.Bottom;
  48. this.dgV_IncALib.Location = new System.Drawing.Point(0, 323);
  49. this.dgV_IncALib.Margin = new System.Windows.Forms.Padding(2);
  50. this.dgV_IncALib.MultiSelect = false;
  51. this.dgV_IncALib.Name = "dgV_IncALib";
  52. this.dgV_IncALib.ReadOnly = true;
  53. this.dgV_IncALib.RowHeadersVisible = false;
  54. this.dgV_IncALib.RowHeadersWidth = 23;
  55. this.dgV_IncALib.RowTemplate.Height = 30;
  56. this.dgV_IncALib.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  57. this.dgV_IncALib.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  58. this.dgV_IncALib.Size = new System.Drawing.Size(964, 408);
  59. this.dgV_IncALib.TabIndex = 16;
  60. this.dgV_IncALib.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgV_IncALib_CellClick);
  61. //
  62. // panel1
  63. //
  64. this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  65. this.panel1.Controls.Add(this.label1);
  66. this.panel1.Controls.Add(this.label9);
  67. this.panel1.Controls.Add(this.txtCollectTime);
  68. this.panel1.Controls.Add(this.btnCollectXray);
  69. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.panel1.Location = new System.Drawing.Point(0, 0);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(964, 27);
  73. this.panel1.TabIndex = 18;
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Font = new System.Drawing.Font("宋体", 9F);
  79. this.label1.Location = new System.Drawing.Point(12, 7);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(71, 12);
  82. this.label1.TabIndex = 31;
  83. this.label1.Text = "CollectTime";
  84. //
  85. // label9
  86. //
  87. this.label9.AutoSize = true;
  88. this.label9.Font = new System.Drawing.Font("宋体", 9F);
  89. this.label9.Location = new System.Drawing.Point(143, 8);
  90. this.label9.Name = "label9";
  91. this.label9.Size = new System.Drawing.Size(17, 12);
  92. this.label9.TabIndex = 30;
  93. this.label9.Text = "MS";
  94. //
  95. // txtCollectTime
  96. //
  97. this.txtCollectTime.Location = new System.Drawing.Point(85, 3);
  98. this.txtCollectTime.Name = "txtCollectTime";
  99. this.txtCollectTime.Size = new System.Drawing.Size(56, 21);
  100. this.txtCollectTime.TabIndex = 28;
  101. this.txtCollectTime.Text = "120";
  102. this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  103. //
  104. // btnCollectXray
  105. //
  106. this.btnCollectXray.Location = new System.Drawing.Point(163, 2);
  107. this.btnCollectXray.Name = "btnCollectXray";
  108. this.btnCollectXray.Size = new System.Drawing.Size(68, 23);
  109. this.btnCollectXray.TabIndex = 29;
  110. this.btnCollectXray.TabStop = false;
  111. this.btnCollectXray.Text = "Collect";
  112. this.btnCollectXray.UseVisualStyleBackColor = true;
  113. this.btnCollectXray.Click += new System.EventHandler(this.btnCollectXray_Click);
  114. //
  115. // plXray
  116. //
  117. this.plXray.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.plXray.Location = new System.Drawing.Point(0, 27);
  119. this.plXray.Name = "plXray";
  120. this.plXray.Size = new System.Drawing.Size(964, 298);
  121. this.plXray.TabIndex = 19;
  122. //
  123. // XrayContrastForm
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(964, 731);
  128. this.Controls.Add(this.plXray);
  129. this.Controls.Add(this.panel1);
  130. this.Controls.Add(this.dgV_IncALib);
  131. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  132. this.MaximizeBox = false;
  133. this.MinimizeBox = false;
  134. this.Name = "XrayContrastForm";
  135. this.ShowIcon = false;
  136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  137. this.Text = "Xray";
  138. this.Load += new System.EventHandler(this.XrayContrastForm_Load);
  139. ((System.ComponentModel.ISupportInitialize)(this.dgV_IncALib)).EndInit();
  140. this.panel1.ResumeLayout(false);
  141. this.panel1.PerformLayout();
  142. this.ResumeLayout(false);
  143. }
  144. #endregion
  145. public System.Windows.Forms.DataGridView dgV_IncALib;
  146. private System.Windows.Forms.Panel panel1;
  147. private System.Windows.Forms.Panel plXray;
  148. private System.Windows.Forms.Label label9;
  149. private System.Windows.Forms.TextBox txtCollectTime;
  150. private System.Windows.Forms.Button btnCollectXray;
  151. private System.Windows.Forms.Label label1;
  152. }
  153. }