| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmSplitUtil
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.button1 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(62, 41);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "拆分时间点";
- //
- // ultraDateTimeEditor1
- //
- this.ultraDateTimeEditor1.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.ultraDateTimeEditor1.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.ultraDateTimeEditor1.Location = new System.Drawing.Point(135, 32);
- this.ultraDateTimeEditor1.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
- this.ultraDateTimeEditor1.Nullable = false;
- this.ultraDateTimeEditor1.Size = new System.Drawing.Size(165, 21);
- this.ultraDateTimeEditor1.TabIndex = 6;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(148, 83);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 7;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(86, 68);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 8;
- this.label2.Text = "新备注";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(135, 59);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(165, 21);
- this.textBox1.TabIndex = 9;
- //
- // FrmSplitUtil
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(384, 130);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.ultraDateTimeEditor1);
- this.Controls.Add(this.label1);
- this.ForeColor = System.Drawing.SystemColors.ControlText;
- this.Name = "FrmSplitUtil";
- this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
- this.Text = "拆分信息";
- this.Load += new System.EventHandler(this.FrmSplitUtil_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- }
- }
|