| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
-
- namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
- {
- partial class ParticleClassificationSelect
- {
- /// <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.panel1 = new System.Windows.Forms.Panel();
- this.btn_ok = new System.Windows.Forms.Button();
- this.btn_cannel = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Location = new System.Drawing.Point(2, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(264, 507);
- this.panel1.TabIndex = 0;
- //
- // btn_ok
- //
- this.btn_ok.Location = new System.Drawing.Point(106, 514);
- this.btn_ok.Name = "btn_ok";
- this.btn_ok.Size = new System.Drawing.Size(75, 23);
- this.btn_ok.TabIndex = 1;
- this.btn_ok.Text = "OK";
- this.btn_ok.UseVisualStyleBackColor = true;
- this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
- //
- // btn_cannel
- //
- this.btn_cannel.Location = new System.Drawing.Point(191, 514);
- this.btn_cannel.Name = "btn_cannel";
- this.btn_cannel.Size = new System.Drawing.Size(75, 23);
- this.btn_cannel.TabIndex = 2;
- this.btn_cannel.Text = "Cannel";
- this.btn_cannel.UseVisualStyleBackColor = true;
- this.btn_cannel.Click += new System.EventHandler(this.btn_cannel_Click);
- //
- // ParticleClassificationSelect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(269, 539);
- this.Controls.Add(this.btn_cannel);
- this.Controls.Add(this.btn_ok);
- this.Controls.Add(this.panel1);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(285, 578);
- this.MinimumSize = new System.Drawing.Size(285, 578);
- this.Name = "ParticleClassificationSelect";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "颗粒类型选择";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ParticleClassificationSelect_FormClosing);
- this.Load += new System.EventHandler(this.ParticleClassificationSelect_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btn_ok;
- private System.Windows.Forms.Button btn_cannel;
- }
- }
|