MTLFFListFrom.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. namespace Uninpho.Tools.components.MTLFF
  2. {
  3. partial class MTLFFListFrom
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.sheetControl01 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
  31. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  32. this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
  33. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  36. this.panelControl1.SuspendLayout();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // sheetControl01
  41. //
  42. this.sheetControl01.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.sheetControl01.Location = new System.Drawing.Point(0, 0);
  44. this.sheetControl01.Name = "sheetControl01";
  45. this.sheetControl01.Size = new System.Drawing.Size(1622, 698);
  46. this.sheetControl01.TabIndex = 0;
  47. this.sheetControl01.Text = "spreadsheetControl1";
  48. //
  49. // panelControl1
  50. //
  51. this.panelControl1.Controls.Add(this.simpleButton3);
  52. this.panelControl1.Controls.Add(this.simpleButton2);
  53. this.panelControl1.Controls.Add(this.simpleButton4);
  54. this.panelControl1.Controls.Add(this.simpleButton1);
  55. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  56. this.panelControl1.Location = new System.Drawing.Point(0, 704);
  57. this.panelControl1.Name = "panelControl1";
  58. this.panelControl1.Size = new System.Drawing.Size(1622, 55);
  59. this.panelControl1.TabIndex = 1;
  60. //
  61. // simpleButton3
  62. //
  63. this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  64. this.simpleButton3.Location = new System.Drawing.Point(1536, 20);
  65. this.simpleButton3.Name = "simpleButton3";
  66. this.simpleButton3.Size = new System.Drawing.Size(74, 23);
  67. this.simpleButton3.TabIndex = 2;
  68. this.simpleButton3.Text = "取消";
  69. this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
  70. //
  71. // simpleButton2
  72. //
  73. this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  74. this.simpleButton2.Location = new System.Drawing.Point(798, 20);
  75. this.simpleButton2.Name = "simpleButton2";
  76. this.simpleButton2.Size = new System.Drawing.Size(89, 23);
  77. this.simpleButton2.TabIndex = 1;
  78. this.simpleButton2.Text = "保存至本地";
  79. this.simpleButton2.Visible = false;
  80. this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
  81. //
  82. // simpleButton4
  83. //
  84. this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.simpleButton4.Location = new System.Drawing.Point(909, 20);
  86. this.simpleButton4.Name = "simpleButton4";
  87. this.simpleButton4.Size = new System.Drawing.Size(89, 23);
  88. this.simpleButton4.TabIndex = 0;
  89. this.simpleButton4.Tag = "数据库、本地同步保存";
  90. this.simpleButton4.Text = "同步保存";
  91. this.simpleButton4.Visible = false;
  92. this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
  93. //
  94. // simpleButton1
  95. //
  96. this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  97. this.simpleButton1.Location = new System.Drawing.Point(1397, 20);
  98. this.simpleButton1.Name = "simpleButton1";
  99. this.simpleButton1.Size = new System.Drawing.Size(89, 23);
  100. this.simpleButton1.TabIndex = 0;
  101. this.simpleButton1.Text = "保存";
  102. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  103. //
  104. // panel1
  105. //
  106. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  107. | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.panel1.Controls.Add(this.sheetControl01);
  110. this.panel1.Location = new System.Drawing.Point(0, 0);
  111. this.panel1.Name = "panel1";
  112. this.panel1.Size = new System.Drawing.Size(1622, 698);
  113. this.panel1.TabIndex = 3;
  114. //
  115. // MTLFFListFrom
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(1622, 759);
  120. this.Controls.Add(this.panelControl1);
  121. this.Controls.Add(this.panel1);
  122. this.HtmlText = "密贴离缝新建页";
  123. this.Name = "MTLFFListFrom";
  124. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MTLFFListFrom_FormClosed);
  125. this.Load += new System.EventHandler(this.MTLFFListFrom_Load);
  126. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  127. this.panelControl1.ResumeLayout(false);
  128. this.panel1.ResumeLayout(false);
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private DevExpress.XtraSpreadsheet.SpreadsheetControl sheetControl01;
  133. private DevExpress.XtraEditors.PanelControl panelControl1;
  134. private DevExpress.XtraEditors.SimpleButton simpleButton3;
  135. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  136. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  137. private DevExpress.XtraEditors.SimpleButton simpleButton4;
  138. private System.Windows.Forms.Panel panel1;
  139. }
  140. }