123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace OTSPartA_STDEditor
- {
- partial class XrayContrastForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.dgV_IncALib = new System.Windows.Forms.DataGridView();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.txtCollectTime = new System.Windows.Forms.TextBox();
- this.btnCollectXray = new System.Windows.Forms.Button();
- this.plXray = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dgV_IncALib)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // dgV_IncALib
- //
- this.dgV_IncALib.AllowUserToAddRows = false;
- this.dgV_IncALib.AllowUserToDeleteRows = false;
- this.dgV_IncALib.AllowUserToResizeColumns = false;
- this.dgV_IncALib.AllowUserToResizeRows = false;
- this.dgV_IncALib.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
- this.dgV_IncALib.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgV_IncALib.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.dgV_IncALib.Location = new System.Drawing.Point(0, 323);
- this.dgV_IncALib.Margin = new System.Windows.Forms.Padding(2);
- this.dgV_IncALib.MultiSelect = false;
- this.dgV_IncALib.Name = "dgV_IncALib";
- this.dgV_IncALib.ReadOnly = true;
- this.dgV_IncALib.RowHeadersVisible = false;
- this.dgV_IncALib.RowHeadersWidth = 23;
- this.dgV_IncALib.RowTemplate.Height = 30;
- this.dgV_IncALib.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
- this.dgV_IncALib.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgV_IncALib.Size = new System.Drawing.Size(964, 408);
- this.dgV_IncALib.TabIndex = 16;
- this.dgV_IncALib.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgV_IncALib_CellClick);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.txtCollectTime);
- this.panel1.Controls.Add(this.btnCollectXray);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(964, 27);
- this.panel1.TabIndex = 18;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 9F);
- this.label1.Location = new System.Drawing.Point(12, 7);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(71, 12);
- this.label1.TabIndex = 31;
- this.label1.Text = "CollectTime";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 9F);
- this.label9.Location = new System.Drawing.Point(143, 8);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(17, 12);
- this.label9.TabIndex = 30;
- this.label9.Text = "MS";
- //
- // txtCollectTime
- //
- this.txtCollectTime.Location = new System.Drawing.Point(85, 3);
- this.txtCollectTime.Name = "txtCollectTime";
- this.txtCollectTime.Size = new System.Drawing.Size(56, 21);
- this.txtCollectTime.TabIndex = 28;
- this.txtCollectTime.Text = "120";
- this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // btnCollectXray
- //
- this.btnCollectXray.Location = new System.Drawing.Point(163, 2);
- this.btnCollectXray.Name = "btnCollectXray";
- this.btnCollectXray.Size = new System.Drawing.Size(68, 23);
- this.btnCollectXray.TabIndex = 29;
- this.btnCollectXray.TabStop = false;
- this.btnCollectXray.Text = "Collect";
- this.btnCollectXray.UseVisualStyleBackColor = true;
- this.btnCollectXray.Click += new System.EventHandler(this.btnCollectXray_Click);
- //
- // plXray
- //
- this.plXray.Dock = System.Windows.Forms.DockStyle.Top;
- this.plXray.Location = new System.Drawing.Point(0, 27);
- this.plXray.Name = "plXray";
- this.plXray.Size = new System.Drawing.Size(964, 298);
- this.plXray.TabIndex = 19;
- //
- // XrayContrastForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(964, 731);
- this.Controls.Add(this.plXray);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.dgV_IncALib);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "XrayContrastForm";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Xray";
- this.Load += new System.EventHandler(this.XrayContrastForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgV_IncALib)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- public System.Windows.Forms.DataGridView dgV_IncALib;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel plXray;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txtCollectTime;
- private System.Windows.Forms.Button btnCollectXray;
- private System.Windows.Forms.Label label1;
- }
- }
|