| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace Core.StlMes.Client.LgResMgt.Mcms
- {
- partial class ChangeMemo
- {
- /// <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.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ubtOK = new Infragistics.Win.Misc.UltraButton();
- this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.checkMemo = new System.Windows.Forms.CheckBox();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
- this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 81);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(341, 45);
- this.ultraPanel2.TabIndex = 3;
- //
- // ubtOK
- //
- this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtOK.Location = new System.Drawing.Point(120, 6);
- this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
- this.ubtOK.Name = "ubtOK";
- this.ubtOK.Size = new System.Drawing.Size(100, 29);
- this.ubtOK.TabIndex = 5;
- this.ubtOK.Text = "确认";
- this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
- //
- // ubtCancel
- //
- this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.ubtCancel.Location = new System.Drawing.Point(228, 6);
- this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
- this.ubtCancel.Name = "ubtCancel";
- this.ubtCancel.Size = new System.Drawing.Size(100, 29);
- this.ubtCancel.TabIndex = 4;
- this.ubtCancel.Text = "取消";
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Font = new System.Drawing.Font("宋体", 11F);
- this.ultraLabel1.Location = new System.Drawing.Point(12, 27);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(82, 24);
- this.ultraLabel1.TabIndex = 5;
- this.ultraLabel1.Text = "车辆备注";
- //
- // checkMemo
- //
- this.checkMemo.AutoSize = true;
- this.checkMemo.Location = new System.Drawing.Point(116, 27);
- this.checkMemo.Name = "checkMemo";
- this.checkMemo.Size = new System.Drawing.Size(89, 19);
- this.checkMemo.TabIndex = 6;
- this.checkMemo.Text = "钢管车辆";
- this.checkMemo.UseVisualStyleBackColor = true;
- //
- // ChangeMemo
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(341, 126);
- this.Controls.Add(this.checkMemo);
- this.Controls.Add(this.ultraLabel1);
- this.Controls.Add(this.ultraPanel2);
- this.Name = "ChangeMemo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "备注修改";
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraButton ubtOK;
- private Infragistics.Win.Misc.UltraButton ubtCancel;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private System.Windows.Forms.CheckBox checkMemo;
- }
- }
|