| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
-
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0108
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0108));
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtTextBox1 = new Dongke.WinForm.Controls.TxtTextBox();
- this.txtpici = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingDateBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.SuspendLayout();
- //
- // lblGroutingLineCode
- //
- this.lblGroutingLineCode.AutoSize = true;
- this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
- this.lblGroutingLineCode.Location = new System.Drawing.Point(173, 16);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 0;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // txtGroutingLineCode
- //
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineCode.ErrorMessage = "";
- this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineCode.Location = new System.Drawing.Point(244, 12);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(98, 21);
- this.txtGroutingLineCode.TabIndex = 1;
- this.txtGroutingLineCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGroutingLineCode_KeyPress);
- //
- // btnSearch
- //
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(257, 40);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 9;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
- this.btnOK.Enabled = false;
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.Location = new System.Drawing.Point(168, 411);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 3;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(259, 411);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
- //
- // txtTextBox1
- //
- this.txtTextBox1.Location = new System.Drawing.Point(14, 76);
- this.txtTextBox1.Multiline = true;
- this.txtTextBox1.Name = "txtTextBox1";
- this.txtTextBox1.ReadOnly = true;
- this.txtTextBox1.Size = new System.Drawing.Size(328, 329);
- this.txtTextBox1.TabIndex = 10;
- //
- // txtpici
- //
- this.txtpici.BackColor = System.Drawing.SystemColors.Window;
- this.txtpici.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtpici.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtpici.ErrorMessage = "";
- this.txtpici.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtpici.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtpici.Location = new System.Drawing.Point(69, 46);
- this.txtpici.MaxLength = 30;
- this.txtpici.Name = "txtpici";
- this.txtpici.Size = new System.Drawing.Size(98, 21);
- this.txtpici.TabIndex = 11;
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Image = ((System.Drawing.Image)(resources.GetObject("c_Label1.Image")));
- this.c_Label1.Location = new System.Drawing.Point(34, 49);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(29, 12);
- this.c_Label1.TabIndex = 12;
- this.c_Label1.Text = "批次";
- //
- // txtGroutingDateBegin
- //
- this.txtGroutingDateBegin.CustomFormat = "yyyy-MM-dd";
- this.txtGroutingDateBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingDateBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtGroutingDateBegin.Location = new System.Drawing.Point(69, 12);
- this.txtGroutingDateBegin.Name = "txtGroutingDateBegin";
- this.txtGroutingDateBegin.Size = new System.Drawing.Size(98, 21);
- this.txtGroutingDateBegin.TabIndex = 14;
- //
- // lblGroutingDate
- //
- this.lblGroutingDate.AutoSize = true;
- this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingDate.Location = new System.Drawing.Point(10, 16);
- this.lblGroutingDate.Name = "lblGroutingDate";
- this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingDate.TabIndex = 13;
- this.lblGroutingDate.Text = "注浆日期";
- //
- // F_PM_0108
- //
- this.AcceptButton = this.btnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(356, 466);
- this.Controls.Add(this.txtGroutingDateBegin);
- this.Controls.Add(this.lblGroutingDate);
- this.Controls.Add(this.c_Label1);
- this.Controls.Add(this.txtpici);
- this.Controls.Add(this.txtTextBox1);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.lblGroutingLineCode);
- this.Controls.Add(this.txtGroutingLineCode);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormLocation = false;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_0108";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "撤销注浆登记";
- this.Load += new System.EventHandler(this.F_PM_0108_Load);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.txtGroutingLineCode, 0);
- this.Controls.SetChildIndex(this.lblGroutingLineCode, 0);
- this.Controls.SetChildIndex(this.btnSearch, 0);
- this.Controls.SetChildIndex(this.txtTextBox1, 0);
- this.Controls.SetChildIndex(this.txtpici, 0);
- this.Controls.SetChildIndex(this.c_Label1, 0);
- this.Controls.SetChildIndex(this.lblGroutingDate, 0);
- this.Controls.SetChildIndex(this.txtGroutingDateBegin, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnOK;
- private Basics.BaseControls.C_Button btnCancel;
- private WinForm.Controls.TxtTextBox txtTextBox1;
- private Basics.BaseControls.C_TextBox txtpici;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_DateTimePicker txtGroutingDateBegin;
- private Basics.BaseControls.C_Label lblGroutingDate;
- }
- }
|