123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
-
- 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.checkBox_selall = new System.Windows.Forms.CheckBox();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- 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, 505);
- 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);
- //
- // checkBox_selall
- //
- this.checkBox_selall.AutoSize = true;
- this.checkBox_selall.Location = new System.Drawing.Point(2, 518);
- this.checkBox_selall.Name = "checkBox_selall";
- this.checkBox_selall.Size = new System.Drawing.Size(48, 16);
- this.checkBox_selall.TabIndex = 3;
- this.checkBox_selall.Text = "全选";
- this.checkBox_selall.UseVisualStyleBackColor = true;
- this.checkBox_selall.CheckedChanged += new System.EventHandler(this.checkBox_selall_CheckedChanged);
- //
- // 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.checkBox_selall);
- 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);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btn_ok;
- private System.Windows.Forms.Button btn_cannel;
- private System.Windows.Forms.CheckBox checkBox_selall;
- }
- }
|