123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- namespace Uninpho.Tools.components.XXXW
- {
- partial class XXXWListFrom
- {
- /// <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.sheetControl01 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
- this.saveBtn = new DevExpress.XtraEditors.SimpleButton();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // sheetControl01
- //
- this.sheetControl01.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sheetControl01.Location = new System.Drawing.Point(0, 0);
- this.sheetControl01.Name = "sheetControl01";
- this.sheetControl01.Size = new System.Drawing.Size(1002, 506);
- this.sheetControl01.TabIndex = 0;
- this.sheetControl01.Text = "spreadsheetControl1";
- this.sheetControl01.CellValueChanged += new DevExpress.XtraSpreadsheet.CellValueChangedEventHandler(this.sheetControl01_CellValueChanged);
- //
- // panelControl1
- //
- this.panelControl1.Controls.Add(this.simpleButton3);
- this.panelControl1.Controls.Add(this.saveBtn);
- this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelControl1.Location = new System.Drawing.Point(0, 506);
- this.panelControl1.Name = "panelControl1";
- this.panelControl1.Size = new System.Drawing.Size(1002, 55);
- this.panelControl1.TabIndex = 2;
- //
- // simpleButton3
- //
- this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.simpleButton3.Location = new System.Drawing.Point(916, 20);
- this.simpleButton3.Name = "simpleButton3";
- this.simpleButton3.Size = new System.Drawing.Size(74, 23);
- this.simpleButton3.TabIndex = 2;
- this.simpleButton3.Text = "取消";
- this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
- //
- // saveBtn
- //
- this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.saveBtn.Location = new System.Drawing.Point(777, 20);
- this.saveBtn.Name = "saveBtn";
- this.saveBtn.Size = new System.Drawing.Size(89, 23);
- this.saveBtn.TabIndex = 0;
- this.saveBtn.Text = "保存";
- this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
- //
- // XXXWListFrom
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1002, 561);
- this.Controls.Add(this.sheetControl01);
- this.Controls.Add(this.panelControl1);
- this.Name = "XXXWListFrom";
- this.Text = "线形线位新建页";
- this.Load += new System.EventHandler(this.XXXWListFrom_Load);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraSpreadsheet.SpreadsheetControl sheetControl01;
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.SimpleButton simpleButton3;
- private DevExpress.XtraEditors.SimpleButton saveBtn;
- }
- }
|